1. 20 4月, 2006 1 次提交
    • B
      Add: · ce8c6aa7
      Bruce Momjian 提交于
      >
      > 	o Add new version of PQescapeString() that doesn't double backslashes
      > 	  that are part of a client-only multibyte sequence
      >
      > 	  Single-quote is not a valid byte in any supported client-only
      > 	  encoding.
      >
      > 	o Add new version of PQescapeString() that doesn't double
      > 	  backslashes when standard_conforming_strings is true and
      > 	  non-E strings are used
      ce8c6aa7
  2. 19 4月, 2006 1 次提交
    • B
      Add: · b3e4a84b
      Bruce Momjian 提交于
      > 	  o Add reporting of the current WAL file, perhaps as part of
      > 	    partial log file archiving
      b3e4a84b
  3. 17 4月, 2006 1 次提交
    • B
      Done: · 8e7aaeb6
      Bruce Momjian 提交于
      < 	o Update pg_dump and psql to use the new COPY libpq API (Christopher)
      > 	o -Update pg_dump and psql to use the new COPY libpq API (Christopher)
      8e7aaeb6
  4. 16 4月, 2006 1 次提交
    • B
      Remove: · 922f7536
      Bruce Momjian 提交于
      < 	o %Have pg_dump use multi-statement transactions for INSERT dumps
      922f7536
  5. 15 4月, 2006 1 次提交
    • B
      Done: · ebd5257d
      Bruce Momjian 提交于
      > * -Re-enable the GUC full_page_writes in 8.2 when reliability issues have
      ebd5257d
  6. 13 4月, 2006 1 次提交
    • B
      Update: · 9204980a
      Bruce Momjian 提交于
      <   multiple I/O channels simultaneously.
      >   multiple I/O channels simultaneously.  One idea is to create a
      >   background reader that can pre-fetch sequential and index scan
      >   pages needed by other backends.  This could be expanded to allow
      >   concurrent reads from multiple devices in a partitioned table.
      9204980a
  7. 11 4月, 2006 3 次提交
    • B
      Done, per Tom: · 3f040b1f
      Bruce Momjian 提交于
      < * Allow user-defined functions retuning a domain value to enforce domain
      > * -Allow user-defined functions retuning a domain value to enforce domain
      3f040b1f
    • B
      Add: · 857b0cd1
      Bruce Momjian 提交于
      * Re-enable the GUC full_page_writes in 8.2 when reliability issues have
        been addressed
      857b0cd1
    • B
      Add: · e7101b6b
      Bruce Momjian 提交于
      > * Allow log_min_messages to be specified on a per-module basis
      >
      >   This would allow administrators to see more detailed information from
      >   specific sections of the backend, e.g. checkpoints, autovacuum, etc.
      e7101b6b
  8. 10 4月, 2006 1 次提交
    • B
      Add: · fb2b1986
      Bruce Momjian 提交于
      < * Experiment with multi-threaded backend [thread]
      > * Experiment with multi-threaded backend for backend creation [thread]
      1003a1004,1008
      >
      > * Experiment with multi-threaded backend better resource utilization
      >
      >   This would allow a single query to make use of multiple CPU's or
      >   multiple I/O channels simultaneously.
      fb2b1986
  9. 09 4月, 2006 1 次提交
    • B
      Update: · 83843a44
      Bruce Momjian 提交于
      > * Allow the creation of indexes with mixed ascending/descending
      >   specifiers
      >
      >   This is possible now by creating an operator class with reversed sort
      >   operators.  One complexity is that NULLs would then appear at the start
      >   of the result set, and this might affect certain sort types, like
      >   merge join.
      >
      83843a44
  10. 07 3月, 2006 2 次提交
    • B
      Done though the second is default so off in 8.2: · 1c021447
      Bruce Momjian 提交于
      > * -Eventually enable escape_string_warning and standard_conforming_strings
      1c021447
    • B
      Add: · ebdc3582
      Bruce Momjian 提交于
      > 	o Prevent parent tables from altering or dropping constraints
      > 	  like CHECK that are inherited by child tables
      >
      > 	  Dropping constraints should only be possible with CASCADE.
      >
      ebdc3582
  11. 06 3月, 2006 5 次提交
    • B
      Add for Win32: · d2eb1d12
      Bruce Momjian 提交于
      > 	o Check WSACancelBlockingCall() for interrupts (win32intr)
      >
      d2eb1d12
    • B
      Add for ecpg: · e166574a
      Bruce Momjian 提交于
      > 	o Add COPY TO STDIN / STDOUT handling
      e166574a
    • B
      Update: · 2f01703f
      Bruce Momjian 提交于
      < * %Disallow changing sequence characteristics like INCREMENT for SERIAL columns
      > * %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
      >   does not dump the changes
      2f01703f
    • B
      Add: · 1ad12631
      Bruce Momjian 提交于
      > * %Disallow changing sequence characteristics like INCREMENT for SERIAL columns
      1ad12631
    • B
      Add: · f9520ac1
      Bruce Momjian 提交于
      > 	o Port contrib/xml2
      f9520ac1
  12. 05 3月, 2006 1 次提交
    • B
      Done: · 5173b1a4
      Bruce Momjian 提交于
      > 	o -Add "include file" functionality in postgresql.conf
      5173b1a4
  13. 04 3月, 2006 3 次提交
    • B
      Add: · 18bc9ea5
      Bruce Momjian 提交于
      > * Allow FSM page return free space based on table clustering, to assist
      >   in maintaining clustering?
      18bc9ea5
    • B
      Done: · f4a47557
      Bruce Momjian 提交于
      > * -Allow TRUNCATE ... CASCADE/RESTRICT
      f4a47557
    • B
      Done: · c776fba1
      Bruce Momjian 提交于
      < 	o %Have COPY return the number of rows loaded/unloaded?
      > 	o -Have COPY return the number of rows loaded/unloaded?
      c776fba1
  14. 03 3月, 2006 4 次提交
    • B
      Add: · 2a0ba3f8
      Bruce Momjian 提交于
      > * Allow FSM to return free space toward the beginning of the heap file,
      >   in hopes that empty pages at the end can be truncated by VACUUM
      2a0ba3f8
    • B
      Add: · 66eccb46
      Bruce Momjian 提交于
      > * Add missing parameter handling in to_char()
      >
      > 	http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php
      >
      66eccb46
    • B
      Add: · d65b4e30
      Bruce Momjian 提交于
      > * Allow to_date() and to_timestamp() accept localized month names
      d65b4e30
    • B
      Add: · f79df7fc
      Bruce Momjian 提交于
      > * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
      >   value [qsort]
      >
      >   This involves choosing better pivot points for the quicksort.
      f79df7fc
  15. 01 3月, 2006 1 次提交
    • B
      Add: · c6b6f7ad
      Bruce Momjian 提交于
      * Split out libpq pgpass and environment documentation sections to make
        it easier for non-developers to find
      c6b6f7ad
  16. 27 2月, 2006 1 次提交
    • B
      Done: · 52d010d8
      Bruce Momjian 提交于
      > * -Add 'tid != tid ' operator for use in corruption recovery
      52d010d8
  17. 26 2月, 2006 1 次提交
    • B
      Add intervals: · 305c82e6
      Bruce Momjian 提交于
      > 	o Allow infinite dates and intervals just like infinite timestamps
      305c82e6
  18. 25 2月, 2006 1 次提交
  19. 13 2月, 2006 2 次提交
    • B
      Add: · 589b67d3
      Bruce Momjian 提交于
      >
      > 	o Allow pg_hba.conf to specify host names along with IP addresses
      >
      > 	  Host name lookup could occur when the postmaster reads the
      > 	  pg_hba.conf file, or when the backend starts.  Another
      > 	  solution would be to reverse lookup the connection IP and
      > 	  check that hostname against the host names in pg_hba.conf.
      > 	  We could also then check that the host name maps to the IP
      > 	  address.
      589b67d3
    • B
      Not done: · 3694e706
      Bruce Momjian 提交于
      > 	o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
      3694e706
  20. 12 2月, 2006 5 次提交
    • B
      Done: · 20b50830
      Bruce Momjian 提交于
      > * -Add COMMENT ON for all cluster global objects (roles, databases
      20b50830
    • B
      Done: · 136c3b87
      Bruce Momjian 提交于
      > * -Allow to_char() to print localized month names
      136c3b87
    • B
      Done: · 3884ede6
      Bruce Momjian 提交于
      > * -Add system view to show free space map contents
      3884ede6
    • B
      Done: · 3fcb38f0
      Bruce Momjian 提交于
      > 	o -Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
      3fcb38f0
    • B
      Done: · 97d37b7a
      Bruce Momjian 提交于
      < 	o Improve psql's handling of multi-line statements
      > 	o -Improve psql's handling of multi-line statements
      97d37b7a
  21. 11 2月, 2006 1 次提交
    • B
      Done: · 642c8cc4
      Bruce Momjian 提交于
      > * -Allow INET + INT8 to increment the host part of the address or
      642c8cc4
  22. 10 2月, 2006 1 次提交
    • B
      Done: · af03b689
      Bruce Momjian 提交于
      < 	o Allow multi-line column values to align in the proper columns
      > 	o -Allow multi-line column values to align in the proper columns
      af03b689
  23. 07 2月, 2006 1 次提交
    • B
      Remove question mark: · 15be0b8c
      Bruce Momjian 提交于
      < * %Disallow changing default expression of a SERIAL column?
      > * %Disallow changing default expression of a SERIAL column
      15be0b8c