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
Andres Freund 88bcdf9da5 Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics. 11 years ago
..
backend Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
bin Add -D option to specify data directory to pg_controldata and pg_resetxlog. 11 years ago
common Small message fixes 11 years ago
include Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics. 11 years ago
interfaces Follow the RFCs more closely in libpq server certificate hostname check. 11 years ago
makefiles Add file version information to most installed Windows binaries. 11 years ago
pl Check number of parameters in RAISE statement at compile time. 11 years ago
port Add support for optional_argument to our own getopt_long() implementation. 11 years ago
template Remove Alpha and Tru64 support. 11 years ago
test Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
timezone Finish adding file version information to installed Windows binaries. 11 years ago
tools Add valgrind suppression for padding bytes in twophase records. 11 years ago
tutorial Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 11 years ago
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Fix TAP checks when current directory name contains spaces 11 years ago
Makefile.shlib Remove Alpha and Tru64 support. 11 years ago
bcc32.mak
nls-global.mk Setup error context callback for transaction lock waits 12 years ago
win32.mak