postgresql/src/backend/access
Tom Lane 6779c55c22 Clean up BeginCommand and related routines. BeginCommand and EndCommand
are now both invoked once per received SQL command (raw parsetree) from
pg_exec_query_string.  BeginCommand is actually just an empty routine
at the moment --- all its former operations have been pushed into tuple
receiver setup routines in printtup.c.  This makes for a clean distinction
between BeginCommand/EndCommand (once per command) and the tuple receiver
setup/teardown routines (once per ExecutorRun call), whereas the old code
was quite ad hoc.  Along the way, clean up the calling conventions for
ExecutorRun a little bit.
2002-02-27 19:36:13 +00:00
..
common Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
gist Tweak GiST code to work correctly on machines where 8-byte alignment 2002-02-11 22:41:59 +00:00
hash I've attached a simple patch which should improve the performance of 2002-02-25 04:06:52 +00:00
heap TOAST needs to do at least minimal time-qual checking in order not to 2002-01-16 20:29:02 +00:00
index A bunch of changes aimed at reducing backend startup time... 2002-02-19 20:11:20 +00:00
nbtree Add more sanity-checking to PageAddItem and PageIndexTupleDelete, 2002-01-15 22:14:17 +00:00
rtree Add more sanity-checking to PageAddItem and PageIndexTupleDelete, 2002-01-15 22:14:17 +00:00
transam Add better error text: 2002-02-18 05:44:45 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00