postgresql/src/backend
Tom Lane c8f81df41b Skip eval_const_expressions when the query is such that the expression
would be evaluated only once anyway (ie, it's just a SELECT with no
FROM or an INSERT ... VALUES).  The planner can't do it any faster than
the executor, so no point in an extra copying of the expression tree.
2005-05-30 01:04:44 +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 Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +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 Skip eval_const_expressions when the query is such that the expression 2005-05-30 01:04:44 +00:00
parser Remove typeidIsValid() checks in can_coerce_type(). These checks 2005-05-29 18:24:14 +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 Make superuser.c maintain a simple one-entry cache holding the superuser 2005-05-29 20:38:06 +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