postgresql/src/backend
Tom Lane 98c120a203 Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)
followed by seeing EOF from client.  If we want a safe session-kill
capability we will need to write one, not break our error handling
mechanism.
2004-07-28 22:05:47 +00:00
..
access Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
bootstrap Back out pg_autovacuum commit after cvs clean failure causes commit. 2004-07-21 20:34:50 +00:00
catalog Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
commands Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
executor Replace nested-BEGIN syntax for subtransactions with spec-compliant 2004-07-27 05:11:48 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +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 Replace nested-BEGIN syntax for subtransactions with spec-compliant 2004-07-27 05:11:48 +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 Fix oversight: in case where SIGTERM is received while there are 2004-07-27 01:46:03 +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 Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
tcop Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) 2004-07-28 22:05:47 +00:00
utils Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) 2004-07-28 22:05:47 +00:00
Makefile Back out pg_autovacuum commit after cvs clean failure causes commit. 2004-07-21 20:34:50 +00:00
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00