summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-294-240/+259
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-276-80/+172
* Cleaning GCC warnings.Vadim B. Mikheev1997-12-261-2/+4
* Implementation of UNIONs.Bruce Momjian1997-12-245-73/+89
* Reverse out Thomas's group clause change.Bruce Momjian1997-12-231-19/+1
* Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian1997-12-231-1/+19
* Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.Thomas G. Lockhart1997-12-231-2/+20
* Add routines to print AExpr, Ident, and AConst parsing structures.Thomas G. Lockhart1997-12-231-1/+43
* Implement CREATE TABLE ... AS SELECT borrowing code from SubSelectThomas G. Lockhart1997-12-231-29/+247
* Change variable name reference from selectClause to more appropriate unionCla...Thomas G. Lockhart1997-12-231-2/+9
* Fix up some elog error messages.Thomas G. Lockhart1997-12-231-18/+14
* Fix format to produce actual German style. Affects new "GERMAN" feature only.Thomas G. Lockhart1997-12-231-6/+6
* Change logic slightly to avoid one unnecessary calculation. No big deal.Thomas G. Lockhart1997-12-231-5/+9
* Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart1997-12-232-10/+8
* Remove regression in function.Bruce Momjian1997-12-231-15/+23
* Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian1997-12-2210-56/+69
* Remove some recursion in optimizer and clean up some code there.Bruce Momjian1997-12-213-119/+126
* Fix aggregates on inherited tables.Bruce Momjian1997-12-204-91/+187
* Move more to dynloader subdirMarc G. Fournier1997-12-205-50/+3
* Make sure distclean works as well as cleanMarc G. Fournier1997-12-201-2/+2
* fix so that dynloader.h is included instead of port-protos.hMarc G. Fournier1997-12-203-4/+4
* Fix use of variable in Makefile.inMarc G. Fournier1997-12-201-2/+2
* Oops, forgot to add what I took awayMarc G. Fournier1997-12-202-0/+70
* More cleanups...Marc G. Fournier1997-12-204-71/+1
* More ports switched overMarc G. Fournier1997-12-205-53/+1
* Move over the BSDi port filesMarc G. Fournier1997-12-203-42/+0
* This should get the linux port to work...Marc G. Fournier1997-12-204-53/+2
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-2060-281/+76
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-205-19/+14
* removed the port-protos.h from bsd a little too quick...remedied nowMarc G. Fournier1997-12-191-0/+48
* These files will get link'd to 'dynloader.[ch]', from configure, whichMarc G. Fournier1997-12-194-0/+933
* More removal of port dependent stuffMarc G. Fournier1997-12-199-1073/+0
* More cleanups. Move alot of the prototype definitions straight intoMarc G. Fournier1997-12-198-75/+4
* Replace foo/bar to l1/l2.Bruce Momjian1997-12-191-43/+43
* More cleanups...only need one rusagestub.hMarc G. Fournier1997-12-1914-159/+17
* remove port from OBJS line...Marc G. Fournier1997-12-191-2/+2
* Okay, that's it for tonight...broke a few ports, most likely, but thatMarc G. Fournier1997-12-191-28/+0
* More cleanupsMarc G. Fournier1997-12-194-11/+6
* More cleanups...several ports are major redundancies of other portsMarc G. Fournier1997-12-1912-377/+19
* port.c no longer required...individual functions that were in there areMarc G. Fournier1997-12-194-46/+45
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-1932-129/+181
* copy query cleanup.Bruce Momjian1997-12-181-2/+2
* Remove init_query_planner(), merged into planner().Bruce Momjian1997-12-181-31/+16
* Fix copy for no aggregates.Bruce Momjian1997-12-181-6/+11
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-189-183/+22
* Cost cleanup.Bruce Momjian1997-12-182-5/+4
* Cost cleanup.Bruce Momjian1997-12-182-32/+21
* Cleanup of agg copy.Bruce Momjian1997-12-181-2/+6
* Cleanup of agg copy.Bruce Momjian1997-12-181-2/+3
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-184-14/+27