postgresql/src/backend
Tom Lane bdadc9bf1c Remove RelationGetBufferWithBuffer(), which is horribly confused about
appropriate pin-count manipulation, and instead use ReleaseAndReadBuffer.
Make use of the fact that the passed-in buffer (if there is one) must
be pinned to avoid grabbing the bufmgr spinlock when we are able to
return this same buffer.  Eliminate unnecessary 'previous tuple' and
'next tuple' fields of HeapScanDesc and IndexScanDesc, thereby removing
a whole lot of bookkeeping from heap_getnext() and related routines.
2001-06-09 18:16:59 +00:00
..
access Remove RelationGetBufferWithBuffer(), which is horribly confused about 2001-06-09 18:16:59 +00:00
bootstrap Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
catalog Correct permissions-checking bugs associated with ancient decision to 2001-06-05 19:34:56 +00:00
commands Preliminary code cleanup in elog(). Split out some code into utility 2001-06-08 21:16:49 +00:00
executor If spi.c wants to use malloc, it better test for malloc failure. 2001-06-01 19:43:55 +00:00
lib dllist.c is included in the frontend libpq interface via symlink. 2001-06-02 15:16:55 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes Further work on making use of new statistics in planner. Adjust APIs 2001-06-05 05:26:05 +00:00
optimizer Improve planning of OR indexscan plans: for quals like 2001-06-05 17:13:52 +00:00
parser reset all: command line and .conf options change defaults 2001-06-07 04:50:57 +00:00
po Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
port Fix broken $Header$ declaration. 2001-05-30 18:32:29 +00:00
postmaster reset all: command line and .conf options change defaults 2001-06-07 04:50:57 +00:00
regex
rewrite Permission checking wasn't quite right for insert/update/delete rules, 2001-05-03 21:16:48 +00:00
storage Remove RelationGetBufferWithBuffer(), which is horribly confused about 2001-06-09 18:16:59 +00:00
tcop reset all: command line and .conf options change defaults 2001-06-07 04:50:57 +00:00
tioga
utils Preliminary code cleanup in elog(). Split out some code into utility 2001-06-08 21:16:49 +00:00
Makefile Native Language Support (NLS) 2001-06-02 18:25:18 +00:00