postgresql/src/backend/storage
Robert Haas b0f18cb77f hash: Refactor bucket squeeze code.
In preparation for adding write-ahead logging to hash indexes,
refactor _hash_freeovflpage and _hash_squeezebucket so that all
related page modifications happen in a single section of code.  The
previous coding assumed that it would be fine to move tuples one at a
time, and also that the various operations involved in freeing an
overflow page didn't necessarily all need to be done together, all
of which is true if you don't care about write-ahead logging.

Amit Kapila, with slight changes by me.
2017-02-27 22:34:21 +05:30
..
buffer Fix comments in StrategyNotifyBgWriter(). 2017-01-24 09:39:11 +09:00
file Fix sloppy handling of corner-case errors in fd.c. 2017-02-21 17:51:37 -05:00
freespace Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
ipc Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
large_object Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 2017-02-01 17:18:36 -05:00
lmgr Fix race condition in ConditionVariablePrepareToSleep. 2017-02-09 14:42:32 -05:00
page hash: Refactor bucket squeeze code. 2017-02-27 22:34:21 +05:30
smgr Fix typos in comments. 2017-02-06 11:33:58 +02:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00