postgresql/src
Tom Lane a037926295 Reorder code so that we don't have to hold a critical section while
reserving SLRU space for a new MultiXact.  The original coding would have
treated out-of-disk-space as a PANIC condition, which is unnecessary.
2005-10-28 19:00:19 +00:00
..
backend Reorder code so that we don't have to hold a critical section while 2005-10-28 19:00:19 +00:00
bin Disable expanded mode only for \d tablename, not for all backslash 2005-10-27 13:34:47 +00:00
include Adjust parser so that POSTQUEL-style implicit RTEs are stored with 2005-10-26 19:21:55 +00:00
interfaces I have applied the following patch to document PQinitSSL() and 2005-10-24 15:38:37 +00:00
makefiles Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 2005-10-28 17:32:22 +00:00
pl Ensure that a plpgsql LOOP with an empty body still executes at least 2005-10-24 15:10:22 +00:00
port Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
template SUNOS4_CC -> SUNOS_CC. 2005-07-30 03:07:42 +00:00
test Remove justify_hours call from interval_mul and interval_div, and make 2005-10-25 17:13:07 +00:00
timezone Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tools Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tutorial Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
DEVELOPERS
Makefile Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
Makefile.global.in Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
Makefile.shlib Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 2005-10-28 17:32:22 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak Attached is a makefile I hacked up to build pg_config under MSVC - the 2005-06-14 17:50:38 +00:00