1. 11 7月, 2004 1 次提交
    • B
      Add: · b4a98c5f
      Bruce Momjian 提交于
      > * Add include functionality to postgresql.conf
      >
      b4a98c5f
  2. 07 7月, 2004 8 次提交
    • B
      Add OSX thread support for next 7.4.X · 45254184
      Bruce Momjian 提交于
      45254184
    • B
      Formatting improvements: · f8d39040
      Bruce Momjian 提交于
      < The most recent version of this document can be viewed at
      < the PostgreSQL web site, http://www.PostgreSQL.org.
      > The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
      f8d39040
    • B
      Regenerate: · b4e660e3
      Bruce Momjian 提交于
      > #A dash (-) marks changes that will appear in the upcoming 7.5 release.#
      b4e660e3
    • B
      regenerate. · 8f599aa6
      Bruce Momjian 提交于
      8f599aa6
    • B
      Bold dash line. · aec27147
      Bruce Momjian 提交于
      > \#A dash (-) marks changes that will appear in the upcoming 7.5 release.#
      aec27147
    • B
      Update highlighting of dash. · a08baad6
      Bruce Momjian 提交于
      a08baad6
    • B
      Move section: · ea0078da
      Bruce Momjian 提交于
      < * Add replication of distributed databases
      < 	o Automatic failover
      < 	o Load balancing
      < 	o Master/slave replication
      < 	o Multi-master replication
      < 	o Partition data across servers
      < 	o Queries across databases or servers (two-phase commit)
      < 	o Allow replication over unreliable or non-persistent links
      55a48,55
      > * Improve replication solutions
      > 	o Automatic failover
      > 	o Load balancing
      > 	o Master/slave replication
      > 	o Multi-master replication
      > 	o Partition data across servers
      > 	o Queries across databases or servers (two-phase commit)
      > 	o Allow replication over unreliable or non-persistent links
      ea0078da
    • B
      Reorder dash mention to be more prominient. · 33fe94b2
      Bruce Momjian 提交于
      > A dash (-) marks changes that will appear in the upcoming 7.5 release.
      >
      > Bracketed items "[]" have more detail.
      9,12d12
      <
      < A dash (-) marks changes that will appear in the upcoming 7.5 release.
      <
      < Bracketed items "[]" have more detail.
      33fe94b2
  3. 06 7月, 2004 1 次提交
    • B
      Done: · a21bb272
      Bruce Momjian 提交于
      > * -Fix upper()/lower() to work for multibyte encodings
      a21bb272
  4. 23 6月, 2004 1 次提交
  5. 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
  6. 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
  7. 11 6月, 2004 1 次提交
    • B
      Done: · 387b38be
      Bruce Momjian 提交于
      > * -Print table names with constraint names in error messages, or make constraint
      387b38be
  8. 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
  9. 09 6月, 2004 1 次提交
    • B
      Add: · 69616f96
      Bruce Momjian 提交于
      > * Add ON COMMIT capability to CREATE TABLE AS SELECT
      69616f96
  10. 31 5月, 2004 1 次提交
    • B
      Done: · f024086d
      Bruce Momjian 提交于
      > 	o -Allow Java server-side programming
      f024086d
  11. 24 5月, 2004 1 次提交
    • B
      Add: · ffd1880b
      Bruce Momjian 提交于
      > * Allow GRANT/REVOKE permissions to be given to all schema objects with one command
      ffd1880b
  12. 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
  13. 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
  14. 19 5月, 2004 1 次提交
    • B
      Add: · da401bd3
      Bruce Momjian 提交于
      > * Allow binaries to be statically linked so they are more easily relocated
      da401bd3
  15. 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
  16. 11 5月, 2004 1 次提交
  17. 10 5月, 2004 1 次提交
    • B
      Add: · b071a400
      Bruce Momjian 提交于
      > * Add MERGE command that does UPDATE, or on failure, INSERT
      b071a400
  18. 07 5月, 2004 1 次提交