postgresql/src/backend
2005-10-25 13:47:08 +00:00
..
access Make code for selecting default WAL sync method less confusing. 2005-10-22 20:27:17 +00:00
bootstrap Postpone pg_timezone_initialize() until after creation of postmaster.pid, 2005-10-20 20:05:45 +00:00
catalog A few trivial code cleanups motivated by reading warnings generated 2005-10-18 01:06:24 +00:00
commands Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were 2005-10-21 16:43:33 +00:00
executor Better solution to the problem of labeling whole-row Datums that are 2005-10-19 22:30:30 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Clean up md5.c to make it clearer that it is a frontend-and-backend 2005-10-20 13:54:08 +00:00
main Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
nodes Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
optimizer Fix oversight in recent changes to enable the 'physical tlist' 2005-10-19 17:31:20 +00:00
parser Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
po Translation update 2005-10-10 19:36:36 +00:00
port Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing 2005-10-21 21:43:46 +00:00
postmaster minor code cleanup - replace useless struct timezone argument to 2005-10-22 14:27:29 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite A few trivial code cleanups motivated by reading warnings generated 2005-10-18 01:06:24 +00:00
storage Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tcop Postpone pg_timezone_initialize() until after creation of postmaster.pid, 2005-10-20 20:05:45 +00:00
utils Change trace_sort to output to the log, rather than the user's terminal. 2005-10-25 13:47:08 +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 Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00