Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-09 | Include informational messages added for implicit index creation. | Thomas G. Lockhart | |
1997-12-09 | Add information message about implicitly created indices. | Thomas G. Lockhart | |
Check for duplicate implicit index names and generate unique names. | |||
1997-12-09 | Remove trailing period from an elog message. | Thomas G. Lockhart | |
Most other messages do not have one. | |||
1997-12-08 | More VARHDRSZ additions. | Bruce Momjian | |
1997-12-07 | Add error check on getenv("DATADIR") | Marc G. Fournier | |
Add code to set DATADIR in postmaster.c if -D is used | |||
1997-12-06 | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | |
1997-12-05 | Add test for multi-character char(). | Thomas G. Lockhart | |
1997-12-05 | Fix tolower loops to go in proper direction for cache. | Bruce Momjian | |
1997-12-05 | I found one other change that I would like to make to the | Marc G. Fournier | |
src. It is in the function ParseACL. When I find that I can not allocate enough memory for the ACL structure I return an NULL instead of doing an exit_nicely(g_conn); From: Matthew C Aycock <maycock@scuba.pcpipeline.com> | |||
1997-12-05 | Change constraint syntax to SQL92 style. | Thomas G. Lockhart | |
Add tests for PRIMARY KEY and UNIQUE clauses. | |||
1997-12-04 | Define USE_GERMAN_DATES for use in date/time I/O functions. | Thomas G. Lockhart | |
1997-12-04 | Change Constraint structure to be a full node structure. | Thomas G. Lockhart | |
Add new constraint types PRIMARY, UNIQUE. | |||
1997-12-04 | Add Constraint node type. | Thomas G. Lockhart | |
Remove TimeRange node type tag (everything else already gone). | |||
1997-12-04 | Add 'GERMAN' style to date/time output. | Thomas G. Lockhart | |
Probably have it wrong (dd.mm/yyyy) but can change it when we know. Input routines always handled it. | |||
1997-12-04 | Run through toupper() conversion in the forward direction. | Thomas G. Lockhart | |
Most processors should optimize this a bit better wrt cache prefetch. | |||
1997-12-04 | Add some printing capability for a few more node types (CreateStmt, | Thomas G. Lockhart | |
IndexStmt, IndexElem, ColumnDef). | |||
1997-12-04 | Add 'GERMAN' option to DateStyle. | Thomas G. Lockhart | |
1997-12-04 | Change Constraint structure name from ConstraintDef to Constraint. | Thomas G. Lockhart | |
Change reference to field inside to be compatible with new definition as a "node" structure rather than a specialty structure. | |||
1997-12-04 | Add SQL92-compliant syntax for constraints. | Thomas G. Lockhart | |
Implement PRIMARY KEY and UNIQUE clauses using indices. | |||
1997-12-04 | Update description for PGHOST and unix domain sockets. Add warning for ↵ | Bruce Momjian | |
failed connections. | |||
1997-12-04 | Update description for PGHOST and unix domain sockets. Add warning for ↵ | Bruce Momjian | |
failed connections. | |||
1997-12-04 | Incorporate patch from Matt(maycock@intelliquest.com) for dumping ACLs | Marc G. Fournier | |
Clean up formatting of code Integrate new functions into dumpTable This is not tested yet...have to recompile server due to patches from Todd...but this compiles cleanly as it stands now | |||
1997-12-04 | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | |
1997-12-04 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | |
An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file | |||
1997-12-02 | Fix vacuum analyze syntax problem. | Bruce Momjian | |
1997-12-02 | the -l option doesn't take a port option, so the man page shouldn't say it | Marc G. Fournier | |
does | |||
1997-12-02 | gmake distclean wasn't removing the configure generated Makefile in | Marc G. Fournier | |
pg_version... ...fixed | |||
1997-12-02 | Remove premature code in constraint parsing. | Thomas G. Lockhart | |
Change elog WARN to NOTICE for unimplemented constraints. | |||
1997-12-02 | Linux related change to .similar to handle 'a.out' files... | Marc G. Fournier | |
From: Herb Richter <hgr@buynet.com> | |||
1997-12-01 | Fix pg_dump, and libpq changes. | Bruce Momjian | |
1997-12-01 | Document pg_dump -z, clean up option list. Fix problem with libpq handling ↵ | Bruce Momjian | |
of field names uppercase code. | |||
1997-12-01 | Deep-six tests using time travel, which has been removed from Postgres. | Thomas G. Lockhart | |
1997-12-01 | Add tests for varchar() and combinations of string types. | Thomas G. Lockhart | |
1997-12-01 | Adjust tests to reflect removal of time travel. | Thomas G. Lockhart | |
Add tests for strings and varchar. | |||
1997-12-01 | Adjust output to reflect changes in tests. | Thomas G. Lockhart | |
1997-11-30 | Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEY | Thomas G. Lockhart | |
to NOTICE messages so that execution proceeds rather than halting. These clauses are ignored as stated in the messages. Allow NOT NULL UNIQUE syntax (both were allowed individually before). Allow Postgres-style casting ("::") of non-constants. | |||
1997-11-30 | Add comments and move a few declaration blocks to help readability. | Thomas G. Lockhart | |
No functional changes this time! | |||
1997-11-30 | Specify hash table support functions for float8 and int4 rather than using | Thomas G. Lockhart | |
btree support functions. Don't know why this was that way, but would assume that these should be consistant with all other types with hash support. Regression tests OK. Change a few comments and field alignment to make things more readable. | |||
1997-11-30 | Add datetime and timespan hash index declarations. Use float8 for both; | Thomas G. Lockhart | |
certainly OK for datetime since it is a float8 and should be OK for timespan since the first field within timespan is a float8. Use float8 hash function for time type (rather than char8). | |||
1997-11-30 | Remove duplicate block of declarations. Must have been introduced recently | Thomas G. Lockhart | |
since I've run ./duplicate_oids (and found no problems) in the last couple of months. Add and modify some DESCR() entries to describe functions. | |||
1997-11-30 | Change hash field for a few equality operators so all have it set. | Thomas G. Lockhart | |
Don't know why these few were not already this way, and don't know if there is some hidden problem with this, but assume it was done accidentally as entries were copied from other operators. Regression tests are OK, but... Move one block of declaration source to keep OIDs in increasing order. Did not change OID values, just moved source code. | |||
1997-11-30 | Add pg_type.h to include list to regain declaration of type OID assignments. | Thomas G. Lockhart | |
Lost these when some include files were reorganized. Regression test could not compile. | |||
1997-11-30 | Fix for \dd on types. | Bruce Momjian | |
1997-11-28 | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | |
1997-11-28 | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to ↵ | Bruce Momjian | |
heap_create(). | |||
1997-11-27 | Salt fix for password, from Tatsuo Ishii. | Bruce Momjian | |
1997-11-27 | Prevent flushing from packets, by Massimo. | Bruce Momjian | |
1997-11-27 | Cleaups of comments. | Bruce Momjian | |
1997-11-26 | Add README for parser directory | Bruce Momjian | |
1997-11-26 | Re-order args for TypeCreate() to be clearer. | Bruce Momjian | |