You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend
Neil Conway b5aad11a1b Code cleanup for log_disconnections(). Patch from Qingqing Zhou, 21 years ago
..
access Expand pg_control information so that we can verify that the database 21 years ago
bootstrap Arrange for indexes and toast tables to inherit their ownership from 21 years ago
catalog Change nextval and other sequence functions to specify their sequence 21 years ago
commands COPY's test for read-only transaction was backward; it prohibited COPY TO 21 years ago
executor _SPI_execute_plan failed to return result tuple table to caller in 21 years ago
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 21 years ago
libpq Suppress signed-vs-unsigned-char warnings. 21 years ago
main Tag appropriate files for rc3 21 years ago
nodes Clean up a couple of ad-hoc computations of the maximum number of tuples 21 years ago
optimizer Make set_function_size_estimates() marginally smarter: per original 21 years ago
parser Change nextval and other sequence functions to specify their sequence 21 years ago
po Translation updates 21 years ago
port Convert the arithmetic for shared memory size calculation from 'int' 21 years ago
postmaster Suppress signed-vs-unsigned-char warnings. 21 years ago
regex Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 21 years ago
rewrite Add NOWAIT option to SELECT FOR UPDATE/SHARE. 21 years ago
storage This patch cleans up the access to members of ItemIdData. 21 years ago
tcop Code cleanup for log_disconnections(). Patch from Qingqing Zhou, 21 years ago
utils Add a trace_sort option to help with measuring resource usage of external 21 years ago
Makefile Put libpgport into OBJS instead of LIBS, so that it gets included 21 years ago
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 21 years ago