1. 06 7月, 2004 1 次提交
    • B
      Done: · a21bb272
      Bruce Momjian 提交于
      > * -Fix upper()/lower() to work for multibyte encodings
      a21bb272
  2. 23 6月, 2004 1 次提交
  3. 19 6月, 2004 3 次提交
    • B
      Add: · 1181ea6a
      Bruce Momjian 提交于
      > * Fix oid2name and dbsize for tablespaces
      1181ea6a
    • B
      Add: · b33c7231
      Bruce Momjian 提交于
      > * Allow reporting of which objects are in which tablespaces
      > * Allow database recovery where tablespaces can't be created
      211a213,214
      > 	o Add ALTER TABLESPACE to change location, name, owner
      > 	o Allow objects to be moved between tablespaces
      b33c7231
    • B
      Done: · 0d1ffd36
      Bruce Momjian 提交于
      > * -Add the concept of dataspaces/tablespaces (Gavin)
      0d1ffd36
  4. 14 6月, 2004 4 次提交
    • B
      New wording: · f4b0d28a
      Bruce Momjian 提交于
      <   in-progress when the server terminates abruptly
      >   in-progress when the server terminated abruptly
      f4b0d28a
    • B
      New wording: · 8b8bbfff
      Bruce Momjian 提交于
      <   in-progress when the server crashed
      >   in-progress when the server terminates abruptly
      8b8bbfff
    • B
      Updated wording: · dd83b34d
      Bruce Momjian 提交于
      < * Remove unreferenced table files and temp tables during database vacuum
      <   or postmaster startup (Bruce)
      > * Remove unreferenced table files created by transactions that were
      >   in-progress when the server crashed
      >
      dd83b34d
    • B
      Re-add: · 75c8e51b
      Bruce Momjian 提交于
      > * Remove unreferenced table files and temp tables during database vacuum
      >   or postmaster startup (Bruce)
      75c8e51b
  5. 11 6月, 2004 1 次提交
    • B
      Done: · 387b38be
      Bruce Momjian 提交于
      > * -Print table names with constraint names in error messages, or make constraint
      387b38be
  6. 10 6月, 2004 4 次提交
    • B
      Reword: · 93db6f6a
      Bruce Momjian 提交于
      < * Allow hash buckets to fill disk pages, rather than being sparse
      > * Pack hash index buckets onto disk pages more efficiently
      93db6f6a
    • B
      Add: · 13c30084
      Bruce Momjian 提交于
      > * Allow pg_dump to use multiple -t and -n switches
      13c30084
    • B
      Modify: · 741681b7
      Bruce Momjian 提交于
      < * Order heap pointers on hash index pages by hash value and ctid
      > * Allow hash buckets to fill disk pages, rather than being sparse
      741681b7
    • B
      Add: · babd02af
      Bruce Momjian 提交于
      > * Order heap pointers on hash index pages by hash value and ctid
      babd02af
  7. 09 6月, 2004 1 次提交
    • B
      Add: · 69616f96
      Bruce Momjian 提交于
      > * Add ON COMMIT capability to CREATE TABLE AS SELECT
      69616f96
  8. 31 5月, 2004 1 次提交
    • B
      Done: · f024086d
      Bruce Momjian 提交于
      > 	o -Allow Java server-side programming
      f024086d
  9. 24 5月, 2004 1 次提交
    • B
      Add: · ffd1880b
      Bruce Momjian 提交于
      > * Allow GRANT/REVOKE permissions to be given to all schema objects with one command
      ffd1880b
  10. 21 5月, 2004 1 次提交
    • B
      Remove pyton, spell check fix: · 40296aa2
      Bruce Momjian 提交于
      > * Support composite types as table columns
      286,289d286
      < * Python
      < 	o Allow users to register their own types with pg_
      < 	o Allow SELECT to return a dictionary of dictionaries
      < 	o Allow COPY BINARY FROM
      456d452
      < * Support composite types as table columns
      40296aa2
  11. 20 5月, 2004 7 次提交
    • B
      Updates from Tom: · 80270656
      Bruce Momjian 提交于
      < Bracketed items "[]" have more detailed.
      > Bracketed items "[]" have more detail.
      35,36d34
      < * Remove unreferenced table files and temp tables during database vacuum
      <   or postmaster startup (Bruce)
      68c66
      < * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
      > * -Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
      70c68
      < * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
      > * -Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
      76c74
      < * Make LENGTH() of CHAR() not count trailing spaces
      > * -Make LENGTH() of CHAR() not count trailing spaces
      145c143
      < * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
      > * -Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
      179c177
      < * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
      > * -Allow more ISOLATION LEVELS to be accepted
      186c184
      < * Add GUC setting to make created tables default to WITHOUT OIDS
      > * -Add GUC setting to make created tables default to WITHOUT OIDS
      265d262
      < * Allow fastpast to pass values in portable format
      271c268
      < * Move psql backslash database information into the backend, use nmumonic
      > * Move psql backslash database information into the backend, use nmeumonic
      275,283d271
      < * JDBC
      < 	o Comprehensive test suite. This may be available already.
      < 	o JDBC-standard BLOB support
      < 	o Error Codes (pending backend implementation)
      < 	o Support both 'make' and 'ant'
      < 	o Fix LargeObject API to handle OIDs as unsigned ints
      < 	o Use cursors implicitly to avoid large results (see setCursorName())
      < 	o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
      <
      332c320
      < * Have pg_dump -c clear the database using dependency information
      > * -Have pg_dump -c clear the database using dependency information
      367,368c355,356
      < * Cache last known per-tuple offsets to speed long tuple access
      < * Automatically place fixed-width, NOT NULL columns first in a table
      > * Cache last known per-tuple offsets to speed long tuple access, adjusting
      >   for NULLs and TOAST values
      467c455,456
      < * Change representation of whole-tuple parameters to functions
      > * -Change representation of whole-tuple parameters to functions
      > * Support composite types as table columns
      478,479d466
      < * Allow the regression tests to start postmaster with -i so the tests
      <   can be run on systems that don't support unix-domain sockets
      80270656
    • B
      Add: · 3e485d0e
      Bruce Momjian 提交于
      > * Investigate SMP context switching issues
      3e485d0e
    • B
      Remove item: · 4714dcb0
      Bruce Momjian 提交于
      < * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
      4714dcb0
    • B
      Add: · 5f55347e
      Bruce Momjian 提交于
      > 	o Add default clustering to system tables
      5f55347e
    • B
      Add: · f92630bd
      Bruce Momjian 提交于
      > 	o Add ALTER DOMAIN TYPE
      f92630bd
    • B
      Add: · 0ca00991
      Bruce Momjian 提交于
      > * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
      0ca00991
    • B
      Done: · 952c7721
      Bruce Momjian 提交于
      > * -Make pg_restore continue after errors, so it acts more like pg_dump scripts
      952c7721
  12. 19 5月, 2004 1 次提交
    • B
      Add: · da401bd3
      Bruce Momjian 提交于
      > * Allow binaries to be statically linked so they are more easily relocated
      da401bd3
  13. 12 5月, 2004 2 次提交
    • B
      Remove: · 3bfd4d92
      Bruce Momjian 提交于
      < 	o Add PL/PHP (Joe)
      3bfd4d92
    • B
      Add DELETE: · 270c9aa3
      Bruce Momjian 提交于
      > * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
      270c9aa3
  14. 11 5月, 2004 1 次提交
  15. 10 5月, 2004 1 次提交
    • B
      Add: · b071a400
      Bruce Momjian 提交于
      > * Add MERGE command that does UPDATE, or on failure, INSERT
      b071a400
  16. 07 5月, 2004 3 次提交
  17. 05 5月, 2004 1 次提交
    • B
      Done: · a4ab5bae
      Bruce Momjian 提交于
              o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
              o -ALTER TABLE ADD COLUMN column DEFAULT should fill existing
                rows with DEFAULT value
              o -Allow ALTER TABLE to modify column lengths and change to binary
                compatible types
      
      Remove:
      
              o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
                have SELECT * and INSERT honor such ordering
      a4ab5bae
  18. 02 5月, 2004 2 次提交
    • B
      Assign item: · 7ebd5daf
      Bruce Momjian 提交于
      < 	o Add ALTER TABLE table SET WITHOUT CLUSTER
      > 	o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
      7ebd5daf
    • B
      Update TODO item: · 846cd0f1
      Bruce Momjian 提交于
              o Add ALTER TABLE table SET WITHOUT CLUSTER
      846cd0f1
  19. 29 4月, 2004 1 次提交
    • B
      Fix typo: · a3b0c90e
      Bruce Momjian 提交于
      <   columns and indexes with many duplicate keys
      a3b0c90e
  20. 21 4月, 2004 1 次提交
    • B
      Done: · 2d1221bf
      Bruce Momjian 提交于
      < * Add NO WAIT option to various SQL commands
      > * -Add NO WAIT LOCKs
      2d1221bf
  21. 20 4月, 2004 2 次提交
    • B
      Add: · cfb8d57b
      Bruce Momjian 提交于
      > * Allow AFTER triggers on system tables
      cfb8d57b
    • B
      Done: · 8b10da10
      Bruce Momjian 提交于
      > * -Exit postmaster if postgresql.conf can not be opened
      8b10da10