postgresql/src/backend
Tom Lane 5cc38649d4 record_out and friends need to cope with dropped columns in the row
datatype.  Per example from Gaetano Mendola, 2004-07-25.
2004-08-04 19:31:15 +00:00
..
access Make use of backup label/history files to control recovery properly. 2004-08-04 16:25:02 +00:00
bootstrap For EXEC_BACKEND case, BootstrapMain needs to recompute paths, same as 2004-07-31 17:57:11 +00:00
catalog Mark savepoints as supported. 2004-08-02 12:46:49 +00:00
commands Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
executor Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Add some strings for translation and remove some cut'n'paste 2004-08-04 16:05:13 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE 2004-08-02 04:28:29 +00:00
optimizer Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
parser Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE 2004-08-02 04:28:29 +00:00
po Translation update 2004-08-03 08:11:37 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster Fix typo in comment. 2004-08-04 16:24:26 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
storage Some mop-up work for savepoints (nested transactions). Store a small 2004-08-01 17:32:22 +00:00
tcop Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
utils record_out and friends need to cope with dropped columns in the row 2004-08-04 19:31:15 +00:00
Makefile Add libpgport to postgres.def for Windows build. Per Magnus Hagander. 2004-08-01 18:07:42 +00:00
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00