1. 20 Aug, 2002 11 commits
  2. 19 Aug, 2002 7 commits
  3. 18 Aug, 2002 14 commits
  4. 17 Aug, 2002 8 commits
    • Tom Lane's avatar
      Fix typo. · e1659103
      Tom Lane authored
      e1659103
    • Bruce Momjian's avatar
      Reverse out XLogDir/-X write-ahead log handling, per discussion. · d04e9137
      Bruce Momjian authored
      Original patch from Thomas.
      d04e9137
    • Bruce Momjian's avatar
      Add: · 7c02c86d
      Bruce Momjian authored
      > * Use dependency information to dump data in proper order
      7c02c86d
    • Bruce Momjian's avatar
      Done: · a8d27511
      Bruce Momjian authored
      > 	o -Add command to display locks
      a8d27511
    • Bruce Momjian's avatar
      Add lock file. · fc68e440
      Bruce Momjian authored
      fc68e440
    • Bruce Momjian's avatar
      In that case, attached is a patch which locates the beginning of the · 54124240
      Bruce Momjian authored
      offending token more efficiently (per your suggestion of using
      scanbuf). The new patch does the same as before:
      
      template1=# select * frum pg_class;
      ERROR:  parser: parse error at or near "frum" at character 10
      
      It also implement's Tom's suggestion:
      
      template1=# select * from pg_class where\g
      ERROR:  parse: parse error at end of input
      
      Gavin Sherry
      54124240
    • Bruce Momjian's avatar
      [ Newest version of patch applied.] · 82119a69
      Bruce Momjian authored
      This patch is an updated version of the lock listing patch. I've made
      the following changes:
      
          - write documentation
          - wrap the SRF in a view called 'pg_locks': all user-level
            access should be done through this view
          - re-diff against latest CVS
      
      One thing I chose not to do is adapt the SRF to use the anonymous
      composite type code from Joe Conway. I'll probably do that eventually,
      but I'm not really convinced it's a significantly cleaner way to
      bootstrap SRF builtins than the method this patch uses (of course, it
      has other uses...)
      
      Neil Conway
      82119a69
    • Bruce Momjian's avatar
      Add libpq connection timeout parameter. · f0ed4311
      Bruce Momjian authored
      Denis A Ustimenko
      f0ed4311