1. 02 Aug, 2006 1 commit
    • Bruce Momjian's avatar
      Done: · b5a55243
      Bruce Momjian authored
              o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
      b5a55243
  2. 01 Aug, 2006 1 commit
  3. 31 Jul, 2006 1 commit
  4. 30 Jul, 2006 1 commit
    • Bruce Momjian's avatar
      Add: · d6603791
      Bruce Momjian authored
      > * Consider detoasting keys before sorting
      d6603791
  5. 29 Jul, 2006 2 commits
  6. 28 Jul, 2006 2 commits
    • Bruce Momjian's avatar
      Updates per Tom: · e1992eba
      Bruce Momjian authored
      > * Allow DISTINCT to work in multiple-argument aggregate calls
      < 	o Allow UPDATE to handle complex aggregates [update]?
      e1992eba
    • Bruce Momjian's avatar
      Update Tatsuo: · 4917564f
      Bruce Momjian authored
      < * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc.
      > * Tatsuo is Tatsuo Ishii <ishii@sraoss.co.jp> of SRA OSS, Inc. Japan
      4917564f
  7. 27 Jul, 2006 2 commits
  8. 26 Jul, 2006 2 commits
    • Bruce Momjian's avatar
      Reorder items: · 5ffa0bb4
      Bruce Momjian authored
      < 	  o Allow point-in-time recovery to archive partially filled
      < 	    write-ahead logs? [pitr]
      > 	  o Add command to archive partially filled write-ahead logs? [pitr]
      < 	    of a disk failure. This could be triggered by a user command or
      < 	    a timer.
      > 	    of a disk failure.
      < 	    recovery.  A function call to do this would also be useful.
      > 	    recovery.
      > 	  o Add reporting of the current WAL file and offset, perhaps as
      > 	    part of partial log file archiving
      >
      > 	    The offset allows parts of a WAL file to be archived using
      > 	    an external program.
      >
      < 	  o Add reporting of the current WAL file and offset, perhaps as
      < 	    part of partial log file archiving
      <
      < 	    The offset allows parts of a WAL file to be archived using
      < 	    an external program.
      5ffa0bb4
    • Bruce Momjian's avatar
      Done: · 88b39634
      Bruce Momjian authored
      > * -Change LIMIT/OFFSET and FETCH/MOVE to use int8
      88b39634
  9. 25 Jul, 2006 4 commits
    • Bruce Momjian's avatar
      Add reason for WAL offset reporting: · edd49fcf
      Bruce Momjian authored
      >
      > 	    The offset allows parts of a WAL file to be archived using
      > 	    an external program.
      edd49fcf
    • Bruce Momjian's avatar
      Add offset mention: · 8633a9cd
      Bruce Momjian authored
      < 	  o Add reporting of the current WAL file, perhaps as part of
      < 	    partial log file archiving
      > 	  o Add reporting of the current WAL file and offset, perhaps as
      > 	    part of partial log file archiving
      8633a9cd
    • Bruce Momjian's avatar
      Update PITR: · cb6f5f15
      Bruce Momjian authored
      < 	    write-ahead logs [pitr]
      > 	    write-ahead logs? [pitr]
      < 	    recovery.
      > 	    recovery.  A function call to do this would also be useful.
      cb6f5f15
    • Bruce Momjian's avatar
      Done: · a859695b
      Bruce Momjian authored
      > 	o -Allow customization of the known set of TZ names (generalize the
      a859695b
  10. 18 Jul, 2006 1 commit
    • Bruce Momjian's avatar
      Done: · c5fad5f3
      Bruce Momjian authored
              o -Display IN, INOUT, and OUT parameters in \df
      c5fad5f3
  11. 10 Jul, 2006 1 commit
  12. 04 Jul, 2006 1 commit
    • Bruce Momjian's avatar
      Modify: · 655787bf
      Bruce Momjian authored
      < 	o -Add PQescapeIdentifier()
      > 	o Add PQescapeIdentifierConn()
      655787bf
  13. 02 Jul, 2006 2 commits
  14. 30 Jun, 2006 1 commit
    • Bruce Momjian's avatar
      Update item for GUID: · 569e32a0
      Bruce Momjian authored
      < * Add 128-bit Universally Unique Identifier (UUID)
      > * Add Globally/Universally Unique Identifier (GUID/UUID)
      569e32a0
  15. 29 Jun, 2006 2 commits
  16. 28 Jun, 2006 2 commits
  17. 27 Jun, 2006 5 commits
    • Bruce Momjian's avatar
      Revert patch, doesn't do what it should: · 33b4ad66
      Bruce Momjian authored
      	* %Disallow changing default expression of a SERIAL column
      
      Dhanaraj M
      33b4ad66
    • Bruce Momjian's avatar
      Will revert in next patch more cleanly. · e99507ea
      Bruce Momjian authored
      > * -Disallow changing DEFAULT expression of a SERIAL column
      e99507ea
    • Bruce Momjian's avatar
      Not done: · 0c99c0fe
      Bruce Momjian authored
      < * -Disallow changing DEFAULT expression of a SERIAL column
      > * %Disallow changing DEFAULT expression of a SERIAL column
      0c99c0fe
    • Bruce Momjian's avatar
      Done: · 62f26936
      Bruce Momjian authored
      < * %Disallow changing DEFAULT expression of a SERIAL column?
      <
      <   This should be done only if the existing SERIAL problems cannot be
      <   fixed.
      <
      > * -Disallow changing DEFAULT expression of a SERIAL column
      62f26936
    • Bruce Momjian's avatar
      Done: · 560feb47
      Bruce Momjian authored
      > 	o -Add PQescapeIdentifier()
      560feb47
  18. 25 Jun, 2006 2 commits
    • Bruce Momjian's avatar
      Update my info: · bc28f58b
      Bruce Momjian authored
      > * Bruce is Bruce Momjian <bruce@momjian.us> of EnterpriseDB
      bc28f58b
    • Bruce Momjian's avatar
      Add: · f5940e7b
      Bruce Momjian authored
      < * Reuse index tuples that point to rows that are not visible to anyone?
      > * Reuse index tuples that point to heap tuples that are not visible to
      >   anyone?
      f5940e7b
  19. 24 Jun, 2006 2 commits
    • Bruce Momjian's avatar
      Update entry: · ac7a126d
      Bruce Momjian authored
      < * Allow heap reuse of UPDATEd rows if old and new versions are on the
      <   same heap page?
      > * Allow heap reuse of UPDATEd rows if no indexed columns are changed,
      >   and old and new versions are on the same heap page?
      <   This is possible for same-page updates because a single index row
      <   can point to both old and new values.
      >   While vacuum handles DELETEs fine, updating of non-indexed columns, like
      >   counters, are difficult for VACUUM to handle efficiently.  This method
      >   is possible for same-page updates because a single index row can be
      >   used to point to both old and new values.
      ac7a126d
    • Bruce Momjian's avatar
      Add UPDATE entry for row reuse. · fc6a2293
      Bruce Momjian authored
      >
      > * Allow heap reuse of UPDATEd rows if old and new versions are on the
      >   same heap page?
      >
      >   This is possible for same-page updates because a single index row
      >   can point to both old and new values.
      >   http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
      fc6a2293
  20. 18 Jun, 2006 1 commit
  21. 16 Jun, 2006 4 commits