postgresql/src/backend
Tom Lane 9cbd349bcd ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
thereby guaranteeing wrong results from a rescanned Group node.
1999-07-11 01:57:32 +00:00
..
access cleanup 1999-07-09 04:51:27 +00:00
bootstrap pgindent run over code. 1999-05-25 16:15:34 +00:00
catalog Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. 1999-07-08 02:46:39 +00:00
commands Fix spelling of variable name. 1999-07-07 09:36:45 +00:00
executor ExecReScanGroup() forgot to clear grpstate->grp_firstTuple, 1999-07-11 01:57:32 +00:00
lib Ooops ... dllist.c can't use Assert() when it is compiled into 1999-06-03 01:28:24 +00:00
libpq Allow port numbers 32k - 64k. 1999-07-07 17:17:50 +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 for \do and ceil()/float. 1999-07-07 16:09:33 +00:00
parser Make ^ precidence greater than *. 1999-07-09 21:59:59 +00:00
port pgindent run over code. 1999-05-25 16:15:34 +00:00
postmaster Allow port numbers 32k - 64k. 1999-07-07 17:17:50 +00:00
regex pgindent run over code. 1999-05-25 16:15:34 +00:00
rewrite Clean up maximum rewrite tuple length. 1999-07-04 05:16:05 +00:00
storage Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. 1999-07-08 02:46:39 +00:00
tcop Fix for removal of temp tables if last transaction was aborted. 1999-07-02 18:09:28 +00:00
tioga Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
utils Fix tuplecmp() to ensure repeatable sort ordering of tuples 1999-07-10 18:21:59 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00