1. 06 Jan, 2004 5 commits
    • Bruce Momjian's avatar
      Done: · bf2a591f
      Bruce Momjian authored
      > * -Have psql \dn show only visible temp schemas using current_schemas()
      bf2a591f
    • Neil Conway's avatar
      Code cleanup, mostly in the smgr: · dfc7e7b7
      Neil Conway authored
           - 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
      dfc7e7b7
    • Neil Conway's avatar
      030f8e73
    • Neil Conway's avatar
      Make the 'wal_debug' GUC variable a boolean (rather than an integer), and · bc028beb
      Neil Conway authored
      hide it behind #ifdef WAL_DEBUG blocks.
      bc028beb
    • Tom Lane's avatar
      Instead of rechecking lossy index operators by putting them into the · b0c4a50b
      Tom Lane authored
      regular qpqual ('filter condition'), add special-purpose code to
      nodeIndexscan.c to recheck them.  This ends being almost no net addition
      of code, because the removal of planner code balances out the extra
      executor code, but it is significantly more efficient when a lossy
      operator is involved in an OR indexscan.  The old implementation had
      to recheck the entire indexqual in such cases.
      b0c4a50b
  2. 05 Jan, 2004 10 commits
  3. 04 Jan, 2004 11 commits
  4. 03 Jan, 2004 1 commit
  5. 01 Jan, 2004 1 commit
  6. 31 Dec, 2003 1 commit
  7. 30 Dec, 2003 6 commits
  8. 29 Dec, 2003 5 commits