1. 17 Aug, 2004 4 commits
  2. 16 Aug, 2004 9 commits
  3. 15 Aug, 2004 6 commits
  4. 14 Aug, 2004 5 commits
  5. 13 Aug, 2004 13 commits
  6. 12 Aug, 2004 3 commits
    • Tom Lane's avatar
      Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required · 7f7e8cc3
      Tom Lane authored
      by the SQL standard.  For backwards compatibility, however, continue to
      accept the syntax without.  Minor editorialization in the reference pages
      for these commands, too.
      7f7e8cc3
    • Bruce Momjian's avatar
      Add: · 9e01aaa8
      Bruce Momjian authored
      > * Allow finer control over the caching of prepared query plans
      >
      >   Currently, queries prepared via the libpq API are planned on first
      >   execute using the supplied parameters --- allow SQL PREPARE to do the
      >   same.  Also, allow control over replanning prepared queries either
      >   manually or automatically when statistics for execute parameters
      >   differ dramatically from those used during planning.
      >
      9e01aaa8
    • Bruce Momjian's avatar
      dbsize modification to support tablespaces · 676bb9a6
      Bruce Momjian authored
      Gavin Sherry
      676bb9a6