summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-0544-589/+571
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05159-1271/+1271
* Various fixes NETBSD/sparc relatedMarc G. Fournier1998-01-041-2/+9
* Fix for aggs on views and complex ones. I missed one file.Bruce Momjian1998-01-041-10/+18
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-0410-82/+198
* need to include postgres.h before HAVE_DLD_HMarc G. Fournier1998-01-021-2/+4
* Test for __ELF__ rather than LINUX_ELF in headers.Thomas G. Lockhart1998-01-012-6/+8
* Define text_substr().Thomas G. Lockhart1998-01-011-70/+99
* Coerce a function argument to avoid compiler warning.Thomas G. Lockhart1998-01-011-4/+6
* Change precedence for boolean operators to match expected behavior.Thomas G. Lockhart1998-01-012-4/+10
* Bracket #define sigsetjmp() to avoid redefinition. Linux starts out withThomas G. Lockhart1998-01-011-4/+10
* Change @RANDOM@ to @MISSING_RANDOM@ because of bashMarc G. Fournier1997-12-301-2/+2
* Oops, missed adding a fileMarc G. Fournier1997-12-301-0/+65
* bring in alpha/linux s_lock changesMarc G. Fournier1997-12-301-3/+2
* Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier1997-12-302-60/+182
* Change some mallocs to palloc.Bruce Momjian1997-12-295-15/+12
* Fix for ORDER BY in UNION.Bruce Momjian1997-12-293-12/+12
* UNION cleanup again.Bruce Momjian1997-12-291-2/+2
* 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