1. 23 3月, 2005 6 次提交
    • 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 2 次提交
    • B
      Add FETCH/MOVE: · 68b0e298
      Bruce Momjian 提交于
      < * Change LIMIT/OFFSET to use int8
      > * Change LIMIT/OFFSET and FETCH/MOVE to use int8
      68b0e298
    • B
      Add: · bb14d8be
      Bruce Momjian 提交于
      > * Allow GRANT/REVOKE permissions to be inherited by objects based on
      >   schema permissions
      bb14d8be
  20. 23 1月, 2005 1 次提交
    • B
      Update count(*) discussion ideas: · b60a8512
      Bruce Momjian 提交于
      <   BY col {DESC} LIMIT 1. Completing this item involves making this
      >   BY col {DESC} LIMIT 1. Completing this item involves doing this
      <   invalidated if anyone modifies the table.
      <
      >   invalidated if anyone modifies the table.  Another idea is to
      >   get a count directly from a unique index, but for this to be
      >   faster than a sequential scan it must avoid access to the heap
      >   to obtain tuple visibility information.
      >
      > * Allow data to be pulled directly from indexes
      >
      >   Currently indexes do not have enough tuple tuple visibility
      >   information to allow data to be pulled from the index without
      >   also accessing the heap.  One way to allow this is to set a bit
      >   to index tuples to indicate if a tuple is currently visible to
      >   all transactions when the first valid heap lookup happens.  This
      >   bit would have to be cleared when a heap tuple is expired.
      >
      b60a8512
  21. 19 1月, 2005 1 次提交
    • B
      Add: · 0d19d8b8
      Bruce Momjian 提交于
      > * Add 'tid != tid ' operator for use in corruption recovery
      0d19d8b8
  22. 04 1月, 2005 1 次提交
    • B
      Update wording: · 33a6dcfc
      Bruce Momjian 提交于
      < * Allow building with directories containing spaces
      > * Allow building in directories containing spaces
      <   There are two capabilities here, first the ability to build from a
      <   source directory that contains spaces, and second the ability to install
      <   into a directory that contains spaces.  The first is probably not
      <   possible because 'gmake' and other compiler tools do not fully support
      <   spaces in path names.  The second is possible with proper quoting in
      <   the makefiles.  Because PostgreSQL supports relocatable installs, it
      <   is possible to install into a directory that doesn't contain spaces and
      <   then copy the install to a directory with spaces.
      >   This is probably not possible because 'gmake' and other compiler tools
      >   do not fully support quoting of paths with spaces.
      >
      > * Allow installing to directories containing spaces
      >
      >   This is possible if proper quoting is added to the makefiles for the
      >   install targets.  Because PostgreSQL supports relocatable installs, it
      >   is already possible to install into a directory that doesn't contain
      >   spaces and then copy the install to a directory with spaces.
      33a6dcfc