| Age | Commit message (Expand) | Author |
| 1997-12-11 | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian |
| 1997-12-11 | Remove PGDATA setting and use DataDir. | Bruce Momjian |
| 1997-12-09 | Major code cleanup following the pg_password insertion... | Marc G. Fournier |
| 1997-12-09 | Add information message about implicitly created indices. | Thomas G. Lockhart |
| 1997-12-09 | Remove trailing period from an elog message. | Thomas G. Lockhart |
| 1997-12-08 | More VARHDRSZ additions. | Bruce Momjian |
| 1997-12-07 | Add error check on getenv("DATADIR") | Marc G. Fournier |
| 1997-12-06 | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian |
| 1997-12-05 | Fix tolower loops to go in proper direction for cache. | Bruce Momjian |
| 1997-12-04 | Add 'GERMAN' style to date/time output. | Thomas G. Lockhart |
| 1997-12-04 | Add some printing capability for a few more node types (CreateStmt, | Thomas G. Lockhart |
| 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 |
| 1997-12-04 | Add SQL92-compliant syntax for constraints. | Thomas G. Lockhart |
| 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 |
| 1997-12-02 | Fix vacuum analyze syntax problem. | Bruce Momjian |
| 1997-12-02 | Remove premature code in constraint parsing. | Thomas G. Lockhart |
| 1997-12-01 | Document pg_dump -z, clean up option list. Fix problem with libpq handling o... | Bruce Momjian |
| 1997-11-30 | Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEY | Thomas G. Lockhart |
| 1997-11-30 | Add comments and move a few declaration blocks to help readability. | Thomas G. Lockhart |
| 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 heap_cr... | Bruce Momjian |
| 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 |
| 1997-11-26 | Fix from Zeugswetter Andreas DBT for Sendproc. | Bruce Momjian |
| 1997-11-26 | Make parser functions static where possible. | Bruce Momjian |
| 1997-11-26 | Make parser functions static where possible. | Bruce Momjian |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
| 1997-11-24 | Remove gram problems with archive. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-24 | Remove tqual.h includes not needed. | Bruce Momjian |
| 1997-11-23 | Fix for textcat on varchar() fields. | Bruce Momjian |
| 1997-11-21 | Archive cleanups. | Bruce Momjian |
| 1997-11-21 | More archive cleanup. | Bruce Momjian |
| 1997-11-21 | Remove unused files. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-19 | Fix socket file permissions, from Goran Thyni. | Bruce Momjian |
| 1997-11-19 | FIx for unix domain sockets, from Goran Thyni. | Bruce Momjian |
| 1997-11-19 | Call ExecEvalExpr with &isDone (not with NULL). | Vadim B. Mikheev |
| 1997-11-18 | Get rid of unused variable 'address'. | Vadim B. Mikheev |
| 1997-11-17 | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian |
| 1997-11-17 | Define prototype for ExecutorLimit() to avoid compiler complaints. | Thomas G. Lockhart |