1. 15 2月, 2005 1 次提交
    • B
      Add: · b25bb4fd
      Bruce Momjian 提交于
      > * Allow the creation of indexes with mixed ascending/descending specifiers
      b25bb4fd
  2. 14 2月, 2005 1 次提交
    • B
      Add: · f25df821
      Bruce Momjian 提交于
      > * Make src/port/snprintf.c thread-safe
      f25df821
  3. 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
  4. 08 2月, 2005 2 次提交
  5. 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
  6. 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
  7. 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
  8. 19 1月, 2005 1 次提交
    • B
      Add: · 0d19d8b8
      Bruce Momjian 提交于
      > * Add 'tid != tid ' operator for use in corruption recovery
      0d19d8b8
  9. 04 1月, 2005 2 次提交
    • 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
    • B
      Update item for install with spaces: · 24cab1e8
      Bruce Momjian 提交于
      >   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.
      24cab1e8
  10. 03 1月, 2005 1 次提交
    • B
      Add: · 11373311
      Bruce Momjian 提交于
      > * Allow building with directories containing spaces
      11373311
  11. 02 1月, 2005 3 次提交
    • B
      Update: · 3ca924a9
      Bruce Momjian 提交于
      < 	  the Win32 wcscoll() can be used.
      > 	  the Win32 wcscoll() can be used, and perhaps other functions
      > 	  like towupper().
      3ca924a9
    • B
      Update: · bfeaefd2
      Bruce Momjian 提交于
      < 	  the Win32 strcoll() can be used.
      > 	  the Win32 wcscoll() can be used.
      bfeaefd2
    • B
      Update: · f8822476
      Bruce Momjian 提交于
      <         o Disallow encodings like UTF8 which which PostgreSQL supports
      >         o Disallow encodings like UTF8 which PostgreSQL supports
      914a915,917
      >
      > 	  To fix UTF8, the data needs to be converted to UTF16 and then
      > 	  the Win32 strcoll() can be used.
      f8822476
  12. 28 12月, 2004 1 次提交
    • B
      Add: · af71fbaf
      Bruce Momjian 提交于
      > * Improve the background writer
      >
      >   Allow the background writer to more efficiently write dirty buffers
      >   from the end of the LRU cache and use a clock sweep algorithm to
      >   write other dirty buffers to reduced checkpoint I/O
      af71fbaf
  13. 21 12月, 2004 2 次提交
    • B
      Add: · c20d6062
      Bruce Momjian 提交于
      > *  Allow the PITR process to be debugged and data examined
      c20d6062
    • B
      Add: · 7f938227
      Bruce Momjian 提交于
      > * Allow a warm standby system to also allow read-only queries
      7f938227
  14. 19 12月, 2004 1 次提交
    • B
      Add: · cd5c7e7c
      Bruce Momjian 提交于
      > * Allow psql \pset boolean variables to set to fixed values, rather than toggle
      cd5c7e7c
  15. 17 12月, 2004 1 次提交
    • B
      Add Win32: · 24658a2d
      Bruce Momjian 提交于
      >         o Disallow encodings like UTF8 which which PostgreSQL supports
      >           but the operating system does not (already disallowed by
      > 	  pginstaller)
      24658a2d
  16. 14 12月, 2004 2 次提交
    • B
      Remove: · 3ff04182
      Bruce Momjian 提交于
      < 	o Allow the shared memory address to be configured via GUC
      3ff04182
    • B
      Done: · cc4f22c1
      Bruce Momjian 提交于
      < 	o Remove per-backend parameter file and move into shared memory
      
      Add for Win32:
      > 	o Allow the shared memory address to be configured via GUC
      cc4f22c1
  17. 13 12月, 2004 1 次提交
    • B
      Add: · e13c5cd3
      Bruce Momjian 提交于
      >
      > * Allow the size of the buffer cache used by temporary objects to be
      >   specified as a GUC variable
      >
      >   Larger local buffer cache sizes requires more efficient handling of
      >   local cache lookups.
      e13c5cd3
  18. 04 12月, 2004 1 次提交
    • B
      Add: · cf52f83a
      Bruce Momjian 提交于
      > * ANALYZE should record a pg_statistic entry for an all-NULL column
      cf52f83a
  19. 03 12月, 2004 5 次提交
    • B
      Add: · 28c8c99a
      Bruce Momjian 提交于
      > * Fix priority ordering of read and write light-weight locks (Neil)
      28c8c99a
    • B
      Add: · 9b711e76
      Bruce Momjian 提交于
      <
      > 	o Fix problem with shared memory on the Win32 Terminal Server
      9b711e76
    • B
      Add for Win32: · 576bf2f7
      Bruce Momjian 提交于
      > 	o Improve dlerror() reporting string
      576bf2f7
    • B
      Add: · be6e9f62
      Bruce Momjian 提交于
      > * Allow a warm standby system to also allow read-only queries
      >
      >   This is useful for checking PITR recovery.
      >
      be6e9f62
    • B
      Add: · bbf29949
      Bruce Momjian 提交于
      > * Fix psql's display of schema information (Neil)
      bbf29949
  20. 02 12月, 2004 2 次提交
    • B
      Add: · b383c1db
      Bruce Momjian 提交于
      >
      > * Allow FOR UPDATE queries to do NOWAIT locks
      >
      b383c1db
    • B
      Add: · b7bcea64
      Bruce Momjian 提交于
      > * Allow ecpg to work with MSVC and BCC
      b7bcea64
  21. 01 12月, 2004 3 次提交
    • B
      Remove question mark on COPY CSV fix: · 4b9a12b1
      Bruce Momjian 提交于
      < 	  returns in data?
      > 	  returns in data
      4b9a12b1
    • B
      Removed: · 8b9a9c9a
      Bruce Momjian 提交于
      < * Make log_min_duration_statement output when the duration is reached rather
      <   than when the statement completes
      <
      <   This prints long queries while they are running, making trouble shooting
      <   easier.  Also, it eliminates the need for log_statement because it
      <   would now be the same as a log_min_duration_statement of zero.
      8b9a9c9a
    • B
      Add: · ff5b6c98
      Bruce Momjian 提交于
      > * Make log_min_duration_statement output when the duration is reached rather
      >   than when the statement completes
      >
      >   This prints long queries while they are running, making trouble shooting
      >   easier.  Also, it eliminates the need for log_statement because it
      >   would now be the same as a log_min_duration_statement of zero.
      ff5b6c98
  22. 30 11月, 2004 4 次提交
    • B
      Update wording: · c3df447a
      Bruce Momjian 提交于
      < you would like to work on an item, please read the developer's FAQ
      > you would like to work on an item, please read the Developer's FAQ
      c3df447a
    • B
      Updated TODO list description: · 89d922b1
      Bruce Momjian 提交于
      9c5
      < Last updated:		Mon Nov 29 23:33:09 EST 2004
      > Last updated:		Tue Nov 30 00:03:37 EST 2004
      13a10,16
      > #A hyphen, "-", marks changes that will appear in the upcoming 8.1 release.#
      >
      > Bracketed items, "[]", have more detail.
      >
      > This list contains all known PostgreSQL bugs and feature requests. If
      > you would like to work on an item, please read the developer's FAQ
      > first.
      89d922b1
    • B
      Add: · 0548046e
      Bruce Momjian 提交于
      > * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
      0548046e
    • B
      Add: · 72cf815c
      Bruce Momjian 提交于
      > 	o Allow COPY FROM ... CVS to interpret newlines and carriage
      > 	  returns in data?
      >
      > 	  This would require major refactoring of the copy source code.
      72cf815c