postgresql/src/backend/utils
Tom Lane 9ab4d98168 Remove planner's private fields from Query struct, and put them into
a new PlannerInfo struct, which is passed around instead of the bare
Query in all the planning code.  This commit is essentially just a
code-beautification exercise, but it does open the door to making
larger changes to the planner data structures without having to muck
with the widely-known Query struct.
2005-06-05 22:32:58 +00:00
..
adt Remove planner's private fields from Query struct, and put them into 2005-06-05 22:32:58 +00:00
cache Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
error Fix problem with infinite recursion between write_syslogger_file and 2005-03-12 01:54:44 +00:00
fmgr Document get_call_result_type() and friends; mark TypeGetTupleDesc() 2005-05-30 23:09:07 +00:00
hash Change CRCs in WAL records from 64bit to 32bit for performance reasons. 2005-06-02 05:55:29 +00:00
init Split the shared-memory array of PGPROC pointers out of the sinval 2005-05-19 21:35:48 +00:00
mb Alter the signature for encoding conversion functions to declare the 2005-05-03 19:17:59 +00:00
misc Allow kerberos name and username case sensitivity to be specified from 2005-06-04 20:42:43 +00:00
mmgr Back out patch: 2005-06-04 22:57:22 +00:00
resowner This file was whacked by pgindent before it knew it shouldn't remove 2005-04-06 04:34:22 +00:00
sort Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
time Split the shared-memory array of PGPROC pointers out of the sinval 2005-05-19 21:35:48 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00