postgresql/src/backend
Tom Lane 83b72ee286 ParseComplexProjection should make use of expandRecordVariable so that
it can handle cases like (foo.x).y where foo is a subquery and x is
a function-returning-RECORD RTE in that subquery.
2005-05-31 01:03:23 +00:00
..
access Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
bootstrap For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
catalog Avoid unnecessary fetch from pg_shadow in the normal case in 2005-05-29 23:38:05 +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 Log queries for client-side prepare/execute. Simon Riggs 2005-05-24 04:18:04 +00:00
utils Document get_call_result_type() and friends; mark TypeGetTupleDesc() 2005-05-30 23:09:07 +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