postgresql/src
Bruce Momjian 9625b18493 Change if (!(x || y)) construct with if (!x && !y), for clarity. 2006-01-02 00:58:00 +00:00
..
backend Change if (!(x || y)) construct with if (!x && !y), for clarity. 2006-01-02 00:58:00 +00:00
bin Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
include Trim an obsolete comment: it is no longer relevant that "SELECT" was 2006-01-01 01:41:42 +00:00
interfaces Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
makefiles Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
pl Index: src/pl/plpython/plpython.c 2005-12-29 21:47:32 +00:00
port I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
template Add support for Solaris x86_64 using Sun's compiler. 2005-12-30 21:43:41 +00:00
test Update regression tests for new referential integrity error message 2005-12-28 23:17:09 +00:00
timezone Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
tools Simplify lock manager data structures by making a clear separation between 2005-12-09 01:22:04 +00:00
tutorial Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
utils Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
DEVELOPERS
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +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 Add support for Solaris x86_64 using Sun's compiler. 2005-12-30 21:43:41 +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 Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +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