postgresql/src/backend
Tom Lane 89395bfa6f Improve gist XLOG code to follow the coding rules needed to prevent
torn-page problems.  This introduces some issues of its own, mainly
that there are now some critical sections of unreasonably broad scope,
but it's a step forward anyway.  Further cleanup will require some
code refactoring that I'd prefer to get Oleg and Teodor involved in.
2006-03-30 23:03:10 +00:00
..
access Improve gist XLOG code to follow the coding rules needed to prevent 2006-03-30 23:03:10 +00:00
bootstrap Make all our flex and bison files use %option prefix or %name-prefix 2006-03-07 01:03:12 +00:00
catalog Comments in IndexBuildHeapScan describe the indexing of recently-dead 2006-03-24 23:02:17 +00:00
commands Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 2006-03-29 21:17:39 +00:00
executor Fix bug introduced into mergejoin logic by performance improvement patch of 2006-03-17 19:38:12 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Minor refactoring: initialize_SSL() only returns 0, so it should return 2006-03-21 18:18:35 +00:00
main Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodes Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
optimizer Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parser Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
port Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
postmaster The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 2006-03-18 22:09:58 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
storage Suppress attempts to report dropped tables to the stats collector from a 2006-03-30 22:11:55 +00:00
tcop Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
utils Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 2006-03-29 21:17:39 +00:00
Makefile Remove QNX port. 2006-01-05 01:56:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00