postgresql/src/backend
Tom Lane 299c442077 Make superuser.c maintain a simple one-entry cache holding the superuser
status of the most recently queried userid.  Since the common pattern is
many successive queries about the same user (ie, the current user) this
can save a lot of syscache probes.
2005-05-29 20:38:06 +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 Remove second argument from textToQualifiedNameList(), as it is no longer 2005-05-27 00:57:49 +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 Previous fix for "x FULL JOIN y ON true" failed to handle the case 2005-05-24 18:02:31 +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 Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +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