postgresql/src/backend
Tom Lane 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external
sort operations.  Per recent discussion.  Simon Riggs and Tom Lane.
2005-10-03 22:55:56 +00:00
..
access Expand pg_control information so that we can verify that the database 2005-10-03 00:28:43 +00:00
bootstrap Arrange for indexes and toast tables to inherit their ownership from 2005-08-26 03:08:15 +00:00
catalog Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +00:00
commands Separate out the VacRUsage stuff as an independent module, in preparation 2005-10-03 22:52:26 +00:00
executor _SPI_execute_plan failed to return result tuple table to caller in 2005-10-01 18:43:19 +00:00
lib
libpq Suppress signed-vs-unsigned-char warnings. 2005-09-24 17:53:28 +00:00
main
nodes Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
optimizer Repair planning bug introduced in 7.4: outer-join ON clauses that referenced 2005-09-28 21:17:02 +00:00
parser Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +00:00
po
port Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
postmaster Suppress signed-vs-unsigned-char warnings. 2005-09-24 17:53:28 +00:00
regex Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 2005-09-24 22:54:44 +00:00
rewrite Add NOWAIT option to SELECT FOR UPDATE/SHARE. 2005-08-01 20:31:16 +00:00
storage This patch cleans up the access to members of ItemIdData. 2005-09-22 16:46:00 +00:00
tcop Log protocol-excute fetch operatation as fetch, rather than execute, 2005-09-26 15:51:12 +00:00
utils Add a trace_sort option to help with measuring resource usage of external 2005-10-03 22:55:56 +00:00
Makefile Put libpgport into OBJS instead of LIBS, so that it gets included 2005-07-28 04:31:30 +00:00
nls.mk