postgresql/src/backend
Neil Conway dfc7e7b71d Code cleanup, mostly in the smgr:
- Update comment in IsReservedName() to the present day

     - Improve some variable & function names in commands/vacuum.c. I
       was planning to rewrite this to avoid lappend(), but since I
       still intend to do the list rewrite, there's no need for that.

     - Update some smgr comments which seemed to imply that we still
       forced all dirty pages to disk at commit-time.

     - Replace some #ifdef DIAGNOSTIC code with assertions.

     - Make the distinction between OS-level file descriptors and
       virtual file descriptors a little clearer in a few comments

     - Other minor comment improvements in the smgr code
2004-01-06 18:07:32 +00:00
..
access Make the 'wal_debug' GUC variable a boolean (rather than an integer), and 2004-01-06 17:26:23 +00:00
bootstrap Continued rearrangement to permit pgstat + BootstrapMain processes to be 2003-12-25 03:52:51 +00:00
catalog Code cleanup, mostly in the smgr: 2004-01-06 18:07:32 +00:00
commands Code cleanup, mostly in the smgr: 2004-01-06 18:07:32 +00:00
executor Instead of rechecking lossy index operators by putting them into the 2004-01-06 04:31:01 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Patch that makes quoting "sameuser", "samegroup", and "all" remove 2003-12-25 03:44:05 +00:00
main Continued rearrangement to permit pgstat + BootstrapMain processes to be 2003-12-25 03:52:51 +00:00
nodes Instead of rechecking lossy index operators by putting them into the 2004-01-06 04:31:01 +00:00
optimizer Instead of rechecking lossy index operators by putting them into the 2004-01-06 04:31:01 +00:00
parser Trivial refactoring: move analysis of ViewStmt into its own function for 2004-01-05 20:58:58 +00:00
po $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
port Fix discrepancy in prototypes for HPUX pg_dlerror. 2004-01-04 04:06:37 +00:00
postmaster Continued rearrangement to permit pgstat + BootstrapMain processes to be 2003-12-25 03:52:51 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
storage Code cleanup, mostly in the smgr: 2004-01-06 18:07:32 +00:00
tcop Remove unused 'noversion' command-line option processing from the 2004-01-06 17:36:31 +00:00
utils Remove unused 'noversion' command-line option processing from the 2004-01-06 17:36:31 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00