postgresql/src/backend
Bruce Momjian b6e5c4ad0a Fix log_statement to properly recognize SELECT INTO and CREATE TABLE AS
and DDL statements.

Backpatch fix to 8.0.X.

Per report from Murthy Kambhampaty
2005-06-01 23:27:03 +00:00
..
access Add test to WAL replay to verify that xl_prev points back to the previous 2005-05-31 19:10:28 +00:00
bootstrap For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
catalog Fix information_schema for OUT and INOUT parameters. 2005-05-31 03:36:24 +00:00
commands When enqueueing after-row triggers for updates of a table with a foreign 2005-05-30 07:20:59 +00:00
executor Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 2005-02-26 18:43:34 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
optimizer Add support for FUNCTION RTEs to build_physical_tlist(), so that the 2005-05-30 18:55:49 +00:00
parser ParseComplexProjection should make use of expandRecordVariable so that 2005-05-31 01:03:23 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Refactor fork()-related code. We need to do various housekeeping tasks 2005-03-10 07:14:03 +00:00
postmaster Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
regex Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
rewrite Avoid unnecessary call of rangeTableEntry_used() for the result relation 2005-05-29 18:34:57 +00:00
storage Improve LockAcquire API per my recent proposal. All error conditions 2005-05-29 22:45:02 +00:00
tcop Fix log_statement to properly recognize SELECT INTO and CREATE TABLE AS 2005-06-01 23:27:03 +00:00
utils patternsel() was improperly stripping RelabelType from the derived 2005-06-01 17:05:11 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00