summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-12-20This should get the linux port to work...Marc G. Fournier
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-20First clean compile without a "PORTNAME" variable being set...Marc G. Fournier
1997-12-19removed the port-protos.h from bsd a little too quick...remedied nowMarc G. Fournier
1997-12-19These files will get link'd to 'dynloader.[ch]', from configure, whichMarc G. Fournier
1997-12-19More removal of port dependent stuffMarc G. Fournier
1997-12-19More cleanups. Move alot of the prototype definitions straight intoMarc G. Fournier
1997-12-19Replace foo/bar to l1/l2.Bruce Momjian
1997-12-19More cleanups...only need one rusagestub.hMarc G. Fournier
1997-12-19remove port from OBJS line...Marc G. Fournier
1997-12-19Okay, that's it for tonight...broke a few ports, most likely, but thatMarc G. Fournier
1997-12-19More cleanupsMarc G. Fournier
1997-12-19More cleanups...several ports are major redundancies of other portsMarc G. Fournier
1997-12-19port.c no longer required...individual functions that were in there areMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-12-18copy query cleanup.Bruce Momjian
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-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-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-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-09Major code cleanup following the pg_password insertion...Marc G. Fournier
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-05Fix tolower loops to go in proper direction for cache.Bruce Momjian
1997-12-04Add 'GERMAN' style to date/time output.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