postgresql/src/backend
Tom Lane c37ecaf8d5 Fix errors in SELECT ... GROUP BY ... UNION SELECT ...
ye proverbial one-line patch (not counting five lines of comment so's
maybe it won't happen again)
1999-06-10 06:55:40 +00:00
..
access Concurrency... Highest one... 1999-06-07 15:14:54 +00:00
bootstrap pgindent run over code. 1999-05-25 16:15:34 +00:00
catalog Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
commands 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 1999-06-06 20:19:35 +00:00
executor Reset evaluation plan tuple table next free slot counter to 0 1999-06-09 12:23:42 +00:00
lib Ooops ... dllist.c can't use Assert() when it is compiled into 1999-06-03 01:28:24 +00:00
libpq Add configurable option controlling security checks in LO functions. 1999-06-04 21:13:38 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes equal() needs a case for Aggref nodes, as shown by: 1999-06-06 17:46:40 +00:00
optimizer Fix errors in SELECT ... GROUP BY ... UNION SELECT ... 1999-06-10 06:55:40 +00:00
parser Repair recently-introduced error in makeIndexable for LIKE: 1999-06-07 14:28:26 +00:00
port pgindent run over code. 1999-05-25 16:15:34 +00:00
postmaster Add startup-time check that -B is not unreasonably small for 1999-06-04 21:14:46 +00:00
regex pgindent run over code. 1999-05-25 16:15:34 +00:00
rewrite Make functions static or NOT_USED as appropriate. 1999-05-26 12:57:23 +00:00
storage 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 1999-06-06 20:19:35 +00:00
tcop 1. Run all pg_dump queries in single serializable transaction. 1999-05-29 10:25:33 +00:00
tioga Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
utils Repair recently-introduced error in makeIndexable for LIKE: 1999-06-07 14:28:26 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00