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
Tom Lane 83aaebba63 Fix incorrect comment about the timing of AbsorbFsyncRequests() during 19 years ago
..
access Improve logging of checkpoints. Patch by Greg Smith, worked over 19 years ago
bootstrap Implement "distributed" checkpoints in which the checkpoint I/O is spread 19 years ago
catalog Implement "distributed" checkpoints in which the checkpoint I/O is spread 19 years ago
commands Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
executor Revert an ill-considered portion of my patch of 12-Mar, which tried to save a 19 years ago
lib Tweak the code in a couple of places to try to deliver more user-friendly 19 years ago
libpq On win32, don't use SO_REUSEADDR for TCP sockets. 19 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Separate parse-analysis for utility commands out of parser/analyze.c 19 years ago
optimizer Separate parse-analysis for utility commands out of parser/analyze.c 19 years ago
parser Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
po
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
postmaster Fix incorrect comment about the timing of AbsorbFsyncRequests() during 19 years ago
regex Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
rewrite Separate parse-analysis for utility commands out of parser/analyze.c 19 years ago
storage Fix incorrect comment about the timing of AbsorbFsyncRequests() during 19 years ago
tcop Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
utils Improve logging of checkpoints. Patch by Greg Smith, worked over 19 years ago
Makefile Replace useless uses of := by = in makefiles. 19 years ago
nls.mk