summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1997-12-18Remove init_query_planner(), merged into planner().Bruce Momjian
1997-12-18Fix copy for no aggregates.Bruce Momjian
1997-12-18Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian
1997-12-18Cost cleanup.Bruce Momjian
1997-12-18Cost cleanup.Bruce Momjian
1997-12-18Cleanup of agg copy.Bruce Momjian
1997-12-18Cleanup of agg copy.Bruce Momjian
1997-12-18Fix Query handling for inheritance, and cost computations.Bruce Momjian
1997-12-17Enable timespan_finite() and text_timespan() routines (was commented out).Thomas G. Lockhart
1997-12-17Move declarations for timespan2tm() and tm2timespan() from dt.c to here.Thomas G. Lockhart
1997-12-17Rename Query label so ctags finds real structure.Bruce Momjian
1997-12-17Add optimizer README file.Bruce Momjian
1997-12-17First pass through, of many to come, towards making the whole sourceMarc G. Fournier
1997-12-17Makefile cleaned upMarc G. Fournier
1997-12-17Clean up the MakefilesMarc G. Fournier
1997-12-17Make it entirely possible for PORTNAME to be undefinedMarc G. Fournier
1997-12-17Add recognition for 'machten'Marc G. Fournier
1997-12-16Mention PST8PDT explicitly in the banner message (rather than PST/PDT).Thomas G. Lockhart
1997-12-16Define text, varchar, and bpchar string length functions.Thomas G. Lockhart
1997-12-16Use MAXPGPATH to declare size of socket name storage.Thomas G. Lockhart
1997-12-16Use environment variable PGDATESTYLE on backend startup to initializeThomas G. Lockhart
1997-12-16Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart
1997-12-16Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart
1997-12-16Allow multiple-argument functions in constraint clauses.Thomas G. Lockhart
1997-12-16Improve (well, ok, fix) generated constraint name for column CHECK clause.Thomas G. Lockhart
1997-12-16Fix order of keywords, must be alphabetical.Bruce Momjian
1997-12-15Fix for user password packet processing, from Goran Thyni.Bruce Momjian
1997-12-12Make password null on startup.Bruce Momjian
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-12-11Remove PGDATA setting and use DataDir.Bruce Momjian
1997-12-09Spark/Linux patch for locking, from Tom SzybistBruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-09Include informational messages added for implicit index creation.Thomas G. Lockhart
1997-12-09Add information message about implicitly created indices.Thomas G. Lockhart
1997-12-09Remove trailing period from an elog message.Thomas G. Lockhart
1997-12-08More VARHDRSZ additions.Bruce Momjian
1997-12-07Add error check on getenv("DATADIR")Marc G. Fournier
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-12-05Add test for multi-character char().Thomas G. Lockhart
1997-12-05Fix tolower loops to go in proper direction for cache.Bruce Momjian
1997-12-05I found one other change that I would like to make to theMarc G. Fournier
1997-12-05Change constraint syntax to SQL92 style.Thomas G. Lockhart
1997-12-04Define USE_GERMAN_DATES for use in date/time I/O functions.Thomas G. Lockhart
1997-12-04Change Constraint structure to be a full node structure.Thomas G. Lockhart
1997-12-04Add Constraint node type.Thomas G. Lockhart
1997-12-04Add 'GERMAN' style to date/time output.Thomas G. Lockhart
1997-12-04Run through toupper() conversion in the forward direction.Thomas G. Lockhart
1997-12-04Add some printing capability for a few more node types (CreateStmt,Thomas G. Lockhart
1997-12-04Add 'GERMAN' option to DateStyle.Thomas G. Lockhart
1997-12-04Change Constraint structure name from ConstraintDef to Constraint.Thomas G. Lockhart