| Age | Commit message (Expand) | Author |
| 1997-12-18 | Remove init_query_planner(), merged into planner(). | Bruce Momjian |
| 1997-12-18 | Fix copy for no aggregates. | Bruce Momjian |
| 1997-12-18 | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian |
| 1997-12-18 | Cost cleanup. | Bruce Momjian |
| 1997-12-18 | Cost cleanup. | Bruce Momjian |
| 1997-12-18 | Cleanup of agg copy. | Bruce Momjian |
| 1997-12-18 | Cleanup of agg copy. | Bruce Momjian |
| 1997-12-18 | Fix Query handling for inheritance, and cost computations. | Bruce Momjian |
| 1997-12-17 | Enable timespan_finite() and text_timespan() routines (was commented out). | Thomas G. Lockhart |
| 1997-12-17 | Move declarations for timespan2tm() and tm2timespan() from dt.c to here. | Thomas G. Lockhart |
| 1997-12-17 | Rename Query label so ctags finds real structure. | Bruce Momjian |
| 1997-12-17 | Add optimizer README file. | Bruce Momjian |
| 1997-12-17 | First pass through, of many to come, towards making the whole source | Marc G. Fournier |
| 1997-12-17 | Makefile cleaned up | Marc G. Fournier |
| 1997-12-17 | Clean up the Makefiles | Marc G. Fournier |
| 1997-12-17 | Make it entirely possible for PORTNAME to be undefined | Marc G. Fournier |
| 1997-12-17 | Add recognition for 'machten' | Marc G. Fournier |
| 1997-12-16 | Mention PST8PDT explicitly in the banner message (rather than PST/PDT). | Thomas G. Lockhart |
| 1997-12-16 | Define text, varchar, and bpchar string length functions. | Thomas G. Lockhart |
| 1997-12-16 | Use MAXPGPATH to declare size of socket name storage. | Thomas G. Lockhart |
| 1997-12-16 | Use environment variable PGDATESTYLE on backend startup to initialize | Thomas G. Lockhart |
| 1997-12-16 | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart |
| 1997-12-16 | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart |
| 1997-12-16 | Allow multiple-argument functions in constraint clauses. | Thomas G. Lockhart |
| 1997-12-16 | Improve (well, ok, fix) generated constraint name for column CHECK clause. | Thomas G. Lockhart |
| 1997-12-16 | Fix order of keywords, must be alphabetical. | Bruce Momjian |
| 1997-12-15 | Fix for user password packet processing, from Goran Thyni. | Bruce Momjian |
| 1997-12-12 | Make password null on startup. | Bruce Momjian |
| 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 | Spark/Linux patch for locking, from Tom Szybist | Bruce Momjian |
| 1997-12-09 | Major code cleanup following the pg_password insertion... | Marc G. Fournier |
| 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 |
| 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 | 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 |
| 1997-12-05 | Change constraint syntax to SQL92 style. | Thomas G. Lockhart |
| 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 |
| 1997-12-04 | Add Constraint node type. | Thomas G. Lockhart |
| 1997-12-04 | Add 'GERMAN' style to date/time output. | Thomas G. Lockhart |
| 1997-12-04 | Run through toupper() conversion in the forward direction. | 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 |