postgresql/src/backend
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time
of the socket file and socket lock file; this should prevent both of them
from being removed by even the stupidest varieties of /tmp-cleaning
script.  Per suggestion from Giles Lean.
2003-01-25 05:19:47 +00:00
..
access Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, 2003-01-25 03:06:04 +00:00
bootstrap Revise executor APIs so that all per-query state structure is built in 2002-12-15 16:17:59 +00:00
catalog Grant options, and cascading revoke. Grant options are allowed only for 2003-01-23 23:39:07 +00:00
commands Fix obsolete error message (isImmutable doesn't exist). 2003-01-23 15:18:40 +00:00
executor Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, 2003-01-23 05:10:41 +00:00
lib Remove bit.c/h routines. Not used anymore. 2003-01-09 01:23:55 +00:00
libpq Where available, use utime() or utimes() to update the file mod time 2003-01-25 05:19:47 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Modify planner's implied-equality-deduction code so that when a set 2003-01-24 03:58:44 +00:00
optimizer Modify planner's implied-equality-deduction code so that when a set 2003-01-24 03:58:44 +00:00
parser Grant options, and cascading revoke. Grant options are allowed only for 2003-01-23 23:39:07 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
postmaster Where available, use utime() or utimes() to update the file mod time 2003-01-25 05:19:47 +00:00
regex This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
rewrite IN clauses appearing at top level of WHERE can now be handled as joins. 2003-01-20 18:55:07 +00:00
storage Add code to print information about a detected deadlock cycle. The 2003-01-16 21:01:45 +00:00
tcop Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO 2003-01-21 22:06:12 +00:00
utils Where available, use utime() or utimes() to update the file mod time 2003-01-25 05:19:47 +00:00
Makefile Fix missing tab in file. 2003-01-07 15:12:17 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00