1. 02 Dec, 2006 1 commit
  2. 01 Dec, 2006 7 commits
  3. 30 Nov, 2006 6 commits
  4. 29 Nov, 2006 4 commits
  5. 28 Nov, 2006 9 commits
  6. 27 Nov, 2006 1 commit
  7. 26 Nov, 2006 1 commit
  8. 25 Nov, 2006 6 commits
  9. 24 Nov, 2006 5 commits
    • Tom Lane's avatar
      Update release notes for RC1. · a7a3d0f0
      Tom Lane authored
      a7a3d0f0
    • Tom Lane's avatar
      Fix psql's \copy command to ensure that it cycles libpq back to the idle state · df3a6fe4
      Tom Lane authored
      (in particular, causing the ReadyForQuery message to be eaten) before
      returning from do_copy.  The only known consequence of failing to do so is
      that get_prompt might show a wrong result for the %x transaction status
      escape, as reported by Bernd Helmle; but it's possible there are other issues.
      
      Back-patch as far as 7.4, the oldest version supporting %x.
      df3a6fe4
    • Bruce Momjian's avatar
      Revert (too late in beta): · 9b15b140
      Bruce Momjian authored
      Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.
      
      Euler Taveira de Oliveira
      9b15b140
    • Tom Lane's avatar
      Change pg_stat_all_tables and sister views to put the recently-added · 988a87a0
      Tom Lane authored
      vacuum/analyze timestamp columns at the end, rather than at a random
      spot in the middle as in the original patch.  This was deemed more usable
      as well as less likely to break existing application code.  initdb forced
      accordingly.  In passing, remove former kluge for initializing
      pg_stat_file()'s pg_proc entry --- bootstrap mode was fixed recently
      so that this can be done without any hacks, but I overlooked this usage.
      988a87a0
    • Tom Lane's avatar
      Make contrib/isn pass the opr_sanity sanity checks: add missing · 2822c7c0
      Tom Lane authored
      commutator operators, and mark hash-opclass members as oprcanhash.
      This is a pretty ugly, brute-force solution, but it seems that getting
      rid of all these redundant-looking operators would require some tweaks
      in the core operator-resolution code to behave nicely, and I'm not
      willing to risk that just before RC1.
      2822c7c0