postgresql/src/backend
Tom Lane 9432b6dd64 Do not assign output columns to junk attributes created from
GROUP BY or ORDER BY expressions in INSERT ... SELECT.
1999-05-23 21:42:09 +00:00
..
access Release allocated memory during AtAbort_Memory. 1999-05-13 00:34:57 +00:00
bootstrap Change error messages to oids come out as %u and not %d. Change has no 1999-05-10 00:46:32 +00:00
catalog Fix for DEFAULT ''. 1999-05-22 04:12:29 +00:00
commands Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>. 1999-05-23 09:10:24 +00:00
executor Rewrite hash join to use simple linked lists instead of a 1999-05-18 21:33:06 +00:00
lib Revise backend libpq interfaces so that messages to the frontend 1999-04-25 03:19:27 +00:00
libpq Report strerror() rather than errno in low-level backend libpq 1999-05-21 01:25:06 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes Upgrade to PyGreSQL (2.4) 1999-05-19 16:46:12 +00:00
optimizer Update commentary in sample GEQO config file. 1999-05-22 23:59:59 +00:00
parser Do not assign output columns to junk attributes created from 1999-05-23 21:42:09 +00:00
port Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
postmaster Modify backend switch parsing to prevent 'insecure' switches 1999-05-22 17:47:54 +00:00
regex add retest, a regex testing program 1999-05-21 06:27:54 +00:00
rewrite Skip junk nodes when comparing UNION target list lengths. 1999-05-17 18:22:19 +00:00
storage This is actually more of a fundamental problem with mdtruncate. It 1999-05-17 06:38:41 +00:00
tcop Improve error message from failed LOAD command (include 1999-05-22 19:49:42 +00:00
tioga Change error messages to oids come out as %u and not %d. Change has no 1999-05-10 00:46:32 +00:00
utils Modify aset.c logic so that blocks requested from malloc get 1999-05-22 23:19:37 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00