1. 23 3月, 2005 10 次提交
    • B
      Assign: · f6c1f990
      Bruce Momjian 提交于
      > 	o Update pg_dump and psql to use the new COPY libpq API (Christopher)
      f6c1f990
    • B
      Add: · 9be9c1fb
      Bruce Momjian 提交于
      >
      > * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
      9be9c1fb
    • B
      Add INTERVAL items: · 3113d38b
      Bruce Momjian 提交于
      > * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND
      > * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH
      > * Process mixed ANSI/PG INTERVAL syntax, and round value to requested precision
      184a188,189
      >   Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
      >   MONTH), and this should return '12 months'
      3113d38b
    • B
      Remove duplicate: · e96ab262
      Bruce Momjian 提交于
      < * Allow a warm standby system to also allow read-only queries
      e96ab262
    • B
      Add: · b7c22588
      Bruce Momjian 提交于
      > * Allow WAL replay of CREATE TABLESPACE to work when the directory
      >   structure on the recovery computer is different from the original
      b7c22588
    • B
      Add: · 0b2adc1e
      Bruce Momjian 提交于
      > 	o Update pg_dump and psql to use the new COPY libpq API
      0b2adc1e
    • B
      Remove: · 09c165e4
      Bruce Momjian 提交于
      < 	o Update to use the newer COPY syntax
      09c165e4
    • B
      Add for pg_dump: · ee107208
      Bruce Momjian 提交于
      > 	o Update to use the newer COPY syntax
      ee107208
    • B
      Add: · aab0159c
      Bruce Momjian 提交于
      >
      > * Support table partitioning that allows a single table to be stored
      >   in subtables that are partitioned based on the primary key or a WHERE
      >   clause
      aab0159c
    • B
      Remove: · 4201ba24
      Bruce Momjian 提交于
      <
      < 	o Prevent conflicting SET options from being set
      <
      < 	  This requires a checking function to be called after the server
      < 	  configuration file is read.
      4201ba24
  2. 20 3月, 2005 1 次提交
    • B
      Done: · 1c14db5a
      Bruce Momjian 提交于
      > * -Allow the size of the buffer cache used by temporary objects to be
      1c14db5a
  3. 17 3月, 2005 1 次提交
  4. 15 3月, 2005 3 次提交
    • B
      Add: · 05be5cc4
      Bruce Momjian 提交于
      > * Allow sequential scans to take advantage of other concurrent
      >   sequentiqal scans, also called "Synchronised Scanning"
      05be5cc4
    • B
      Update Win32 item: · d5bc2387
      Bruce Momjian 提交于
      <         o Disallow encodings like UTF8 which PostgreSQL supports
      <           but the operating system does not (already disallowed by
      < 	  pginstaller)
      >         o Add support for Unicode
      < 	  To fix UTF8, the data needs to be converted to UTF16 and then
      < 	  the Win32 wcscoll() can be used, and perhaps other functions
      > 	  To fix this, the data needs to be converted to/from UTF16/UTF8
      >           so the Win32 wcscoll() can be used, and perhaps other functions
      < 	  locales but provides no ordering.
      <
      > 	  locales but provides no ordering or character set classes.
      d5bc2387
    • B
      Completed: · 2ed560c9
      Bruce Momjian 提交于
      > * -Cache last known per-tuple offsets to speed long tuple access
      2ed560c9
  5. 14 3月, 2005 1 次提交
    • B
      Add user: · c1186dd5
      Bruce Momjian 提交于
      > * Support triggers on columns (Greg Sabino Mullane)
      c1186dd5
  6. 12 3月, 2005 2 次提交
    • B
      Done: · 948c41f4
      Bruce Momjian 提交于
      < 	o Allow COPY FROM ... CSV to interpret newlines and carriage
      > 	o -Allow COPY FROM ... CSV to interpret newlines and carriage
      948c41f4
    • B
      Done: · 06a61d66
      Bruce Momjian 提交于
      * -Add a warning when the free space map is too small
      06a61d66
  7. 11 3月, 2005 1 次提交
    • B
      Add: · a258a1bb
      Bruce Momjian 提交于
      > * Fix cross-compiling of time zone database via 'zic'
      a258a1bb
  8. 07 3月, 2005 1 次提交
  9. 01 3月, 2005 1 次提交
    • B
      Done: · 5edb76d4
      Bruce Momjian 提交于
      > * -Make src/port/snprintf.c thread-safe
      5edb76d4
  10. 25 2月, 2005 2 次提交
    • B
      Add: · d2557833
      Bruce Momjian 提交于
      > * Improve psql's handling of multi-line queries
      d2557833
    • B
      Add wording about UTF8: · 0b58d301
      Bruce Momjian 提交于
      < 	  like towupper().
      > 	  like towupper().  However, UTF8 already works with normal
      > 	  locales but provides no ordering.
      0b58d301
  11. 24 2月, 2005 1 次提交
    • B
      Done: · 0ae430a2
      Bruce Momjian 提交于
      > 	o -Change PL/PgSQL to use palloc() instead of malloc()
      0ae430a2
  12. 22 2月, 2005 3 次提交
    • B
      Add: · 64011b4d
      Bruce Momjian 提交于
      > 	* Add internationalized message strings
      64011b4d
    • B
      Add port mention: · 32362502
      Bruce Momjian 提交于
      < * Add the client IP address to pg_stat_activity
      > * Add the client IP address and port to pg_stat_activity
      32362502
    • B
      Clarify item: · ac1cbc80
      Bruce Momjian 提交于
      < * Allow server configuration parameters to be remotely modified
      > * Allow pg_hba.conf settings to be controlled via SQL
      >
      >   This would require a new global table that is dumped to flat file for
      >   use by the postmaster.  We do a similar thing for pg_shadow currently.
      >
      ac1cbc80
  13. 21 2月, 2005 1 次提交
    • B
      Clarify item: · d5b98e4c
      Bruce Momjian 提交于
      < * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
      > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
      >   especially for WAL writes
      d5b98e4c
  14. 15 2月, 2005 5 次提交
    • B
      Change wording: · bb8fcd67
      Bruce Momjian 提交于
      <   The agreed syntax is:
      >   The proposed syntax is:
      bb8fcd67
    • B
      Add mention of syntax for GRANT ALL: · 50263789
      Bruce Momjian 提交于
      >   The agreed syntax is:
      > 	GRANT SELECT ON ALL TABLES IN public TO phpuser;
      > 	GRANT SELECT ON NEW TABLES IN public TO phpuser;
      >
      50263789
    • B
      Fix typo: · b39ce1cc
      Bruce Momjian 提交于
      < 	o Allow COPY FROM ... CVS to interpret newlines and carriage
      > 	o Allow COPY FROM ... CSV to interpret newlines and carriage
      b39ce1cc
    • B
      Add: · 43410176
      Bruce Momjian 提交于
      > * Add xpath_array() to /contrib/xml2 to return results as an array
      43410176
    • B
      Add: · b25bb4fd
      Bruce Momjian 提交于
      > * Allow the creation of indexes with mixed ascending/descending specifiers
      b25bb4fd
  15. 14 2月, 2005 1 次提交
    • B
      Add: · f25df821
      Bruce Momjian 提交于
      > * Make src/port/snprintf.c thread-safe
      f25df821
  16. 13 2月, 2005 2 次提交
    • B
      Clarify: · 5e73d436
      Bruce Momjian 提交于
      < * Add IP address to pg_stat_activity
      > * Add the client IP address to pg_stat_activity
      5e73d436
    • B
      Add: · 6370007c
      Bruce Momjian 提交于
      > * Add IP address to pg_stat_activity
      6370007c
  17. 08 2月, 2005 2 次提交
  18. 03 2月, 2005 1 次提交
    • B
      Update RESET ALL items: · 947ae56d
      Bruce Momjian 提交于
      <   all temporary tables, removal of any NOTIFYs, etc.  This could be used
      <   for connection pooling.  We could also change RESET ALL to have this
      <   functionality.
      >   all temporary tables, removal of any NOTIFYs, cursors, prepared
      >   queries(?), currval()s, etc.  This could be used for connection pooling.
      >   We could also change RESET ALL to have this functionality.
      947ae56d
  19. 01 2月, 2005 1 次提交
    • B
      Add FETCH/MOVE: · 68b0e298
      Bruce Momjian 提交于
      < * Change LIMIT/OFFSET to use int8
      > * Change LIMIT/OFFSET and FETCH/MOVE to use int8
      68b0e298