postgresql/src/backend
Robert Haas c2281ac87c Remove belt-and-suspenders guards against buffer pin leaks.
Forcibly releasing all leftover buffer pins should be unnecessary now
that we have a robust ResourceOwner mechanism, and it significantly
increases the cost of process shutdown.  Instead, in an assert-enabled
build, assert that no pins are held; in a non-assert-enabled build, do
nothing.
2010-11-25 00:06:46 -05:00
..
access Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
bootstrap Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
catalog Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
commands Create the system catalog infrastructure needed for KNNGIST. 2010-11-24 14:22:17 -05:00
executor Dept of second thoughts: don't try to push LIMIT below a SRF. 2010-11-18 11:54:34 -05:00
foreign Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libpq Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
main Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodes Create the system catalog infrastructure needed for KNNGIST. 2010-11-24 14:22:17 -05:00
optimizer Create the system catalog infrastructure needed for KNNGIST. 2010-11-24 14:22:17 -05:00
parser Create the system catalog infrastructure needed for KNNGIST. 2010-11-24 14:22:17 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
postmaster Fix leakage of cost_limit when multiple autovacuum workers are active. 2010-11-19 22:29:44 -05:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Improved parallel make support 2010-11-12 22:15:16 +02:00
rewrite Reimplement planner's handling of MIN/MAX aggregate optimization. 2010-11-04 12:01:17 -04:00
snowball Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
storage Remove belt-and-suspenders guards against buffer pin leaks. 2010-11-25 00:06:46 -05:00
tcop Add support for detecting register-stack overrun on IA64. 2010-11-06 19:36:29 -04:00
tsearch Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
utils When reporting the server as not responding, if the hostname was 2010-11-24 17:04:19 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00