summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-12-30Change @RANDOM@ to @MISSING_RANDOM@ because of bashMarc G. Fournier
1997-12-30Oops, missed adding a fileMarc G. Fournier
1997-12-30bring in alpha/linux s_lock changesMarc G. Fournier
1997-12-30Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier
1997-12-29Change some mallocs to palloc.Bruce Momjian
1997-12-29Fix for ORDER BY in UNION.Bruce Momjian
1997-12-29UNION cleanup again.Bruce Momjian
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-12-27UNION work for UNION ALL and other union stuff.Bruce Momjian
1997-12-26Cleaning GCC warnings.Vadim B. Mikheev
1997-12-24Implementation of UNIONs.Bruce Momjian
1997-12-23Reverse out Thomas's group clause change.Bruce Momjian
1997-12-23Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian
1997-12-23Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.Thomas G. Lockhart
1997-12-23Add routines to print AExpr, Ident, and AConst parsing structures.Thomas G. Lockhart
1997-12-23Implement CREATE TABLE ... AS SELECT borrowing code from SubSelectThomas G. Lockhart
1997-12-23Change variable name reference from selectClause to more appropriate unionCla...Thomas G. Lockhart
1997-12-23Fix up some elog error messages.Thomas G. Lockhart
1997-12-23Fix format to produce actual German style. Affects new "GERMAN" feature only.Thomas G. Lockhart
1997-12-23Change logic slightly to avoid one unnecessary calculation. No big deal.Thomas G. Lockhart
1997-12-23Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart
1997-12-23Remove regression in function.Bruce Momjian
1997-12-22Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian
1997-12-21Remove some recursion in optimizer and clean up some code there.Bruce Momjian
1997-12-20Fix aggregates on inherited tables.Bruce Momjian
1997-12-20Move more to dynloader subdirMarc G. Fournier
1997-12-20Make sure distclean works as well as cleanMarc G. Fournier
1997-12-20fix so that dynloader.h is included instead of port-protos.hMarc G. Fournier
1997-12-20Fix use of variable in Makefile.inMarc G. Fournier
1997-12-20Oops, forgot to add what I took awayMarc G. Fournier
1997-12-20More cleanups...Marc G. Fournier
1997-12-20More ports switched overMarc G. Fournier
1997-12-20Move over the BSDi port filesMarc G. Fournier
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