postgresql/src/backend
Tom Lane 9c7a765f02 Remove unportable use of strptime() to parse recovery target time spec.
Instead use our own abstimein code, which is more flexible anyway.
2004-07-19 14:34:39 +00:00
..
access Remove unportable use of strptime() to parse recovery target time spec. 2004-07-19 14:34:39 +00:00
bootstrap Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
catalog Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
commands XLOG file archiving and point-in-time recovery. There are still some 2004-07-19 02:47:16 +00:00
executor For a SQL function declared to return a named composite type, make 2004-07-15 13:51:38 +00:00
lib
libpq Allow configuration files to be placed outside the data directory. 2004-07-11 00:18:45 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
optimizer Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
parser Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
po Translation update 2004-07-02 15:07:10 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster XLOG file archiving and point-in-time recovery. There are still some 2004-07-19 02:47:16 +00:00
regex
rewrite Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
storage Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
tcop Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
utils XLOG file archiving and point-in-time recovery. There are still some 2004-07-19 02:47:16 +00:00
Makefile
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00