1. 18 9月, 2002 1 次提交
    • B
      Add: · 1c4478a5
      Bruce Momjian 提交于
      > * Allow pg_xlog to be moved without symlinks
      1c4478a5
  2. 12 9月, 2002 1 次提交
  3. 08 9月, 2002 1 次提交
  4. 07 9月, 2002 1 次提交
  5. 06 9月, 2002 2 次提交
    • B
      Update: · f4aecac4
      Bruce Momjian 提交于
      > * -Add ~/.pgpass to store passwords with user/host/password combinations
      f4aecac4
    • B
      Remove: · 51be3cac
      Bruce Momjian 提交于
      < * Make pg_trigger.tgargs refer to columns by number, not name
      51be3cac
  6. 05 9月, 2002 5 次提交
    • B
      Update: · 2096f20a
      Bruce Momjian 提交于
      > * Make pg_trigger.tgargs refer to columns by number, not name
      2096f20a
    • B
      Done: · 465cd5e8
      Bruce Momjian 提交于
      > * -Make triggers refer to columns by number, not name
      465cd5e8
    • B
      Add: · a1da766b
      Bruce Momjian 提交于
      > * Remove Cyrillic recode support
      a1da766b
    • B
      Done: · 99a115eb
      Bruce Momjian 提交于
      >       o -Add SHOW command to see locale
      99a115eb
    • B
      Add: · 5e83ea26
      Bruce Momjian 提交于
      > 	o -Add SHOW command to see locale
      5e83ea26
  7. 04 9月, 2002 2 次提交
    • B
      Add: · f1ee2e69
      Bruce Momjian 提交于
      > * Gavin Sherry <swm@linuxworld.com.au>
      f1ee2e69
    • B
      Add: · 1e1e3c35
      Bruce Momjian 提交于
      > * to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not
      1e1e3c35
  8. 03 9月, 2002 2 次提交
    • B
      Change ownership: · af8a0998
      Bruce Momjian 提交于
      < 	o -ALTER TABLE ADD PRIMARY KEY (Christopher)
      < 	o -ALTER TABLE ADD UNIQUE (Christopher)
      > 	o -ALTER TABLE ADD PRIMARY KEY (Tom)
      > 	o -ALTER TABLE ADD UNIQUE (Tom)
      af8a0998
    • B
      Updated from Tom: · e8b83190
      Bruce Momjian 提交于
      < 	o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)
      < 	o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
      > 	o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher)
      200a200,201
      > 	o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
      >           of the item above
      232c233
      < 	o -Disallow missing columns in INSERT ... VALUES, per ANSI
      > 	o -Disallow missing columns in INSERT ... (col) VALUES, per ANSI
      335,336d335
      < * Have SERIAL generate non-colliding sequence names when we have
      <   auto-destruction
      e8b83190
  9. 02 9月, 2002 4 次提交
    • B
      Updates from Tom: · 12e5b8db
      Bruce Momjian 提交于
      < * Allow logging of query durations
      > * -Allow logging of query durations
      51,52d50
      < * Make single-user local access permissions the default by limiting
      <   permissions on the socket file (Peter E)
      72,73c70,71
      < * Reserve last few process slots for super-user if max_connections reached
      < * Add GUC parameter to print queries that generate errors
      > * -Reserve last few process slots for super-user if max_connections reached
      > * -Add GUC parameter to print queries that generate errors
      82,83c80,81
      < * Declare typein/out functions in pg_proc with a special "C string" data type
      < * Functions returning sets do not totally work
      > * -Declare typein/out functions in pg_proc with a special "C string" data type
      > * -Functions returning sets do not totally work
      90c88
      < * Allow bytea to handle LIKE with non-TEXT patterns
      > * -Allow bytea to handle LIKE with non-TEXT patterns
      94c92
      < 	o Store binary-compatible type information in the system
      > 	o -Store binary-compatible type information in the system
      97d94
      < 	o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
      102c99
      < 	o Ensure we have array-eq operators for every built-in array type
      > 	o -Ensure we have array-eq operators for every built-in array type
      119d115
      < * Allow setting database character set without multibyte enabled
      152d147
      < * Have UPDATE/DELETE clean out indexes
      198,199d192
      < 	o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
      < 	  [inheritance]
      201d193
      < 	o Add ALTER FUNCTION
      203,204c195,196
      < 	o -ALTER TABLE ADD PRIMARY KEY (Tom)
      < 	o -ALTER TABLE ADD UNIQUE (Tom)
      > 	o -ALTER TABLE ADD PRIMARY KEY (Christopher)
      > 	o -ALTER TABLE ADD UNIQUE (Christopher)
      248c240
      < 	o -Remove SET KSQO option now that OR processing is improved (Tom)
      > 	o -Remove SET KSQO option now that OR processing is improved (Bruce)
      280c272
      < * Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
      > * -Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
      287d278
      < * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
      318,322d308
      < * ODBC
      < 	o ODBC 3.0 support
      < 	o Unicode(UCS-2) support
      < 	o Updatable cursors support
      <
      337c323
      < * Fix foreign key constraints to not error on intermediate db states (Stephan)
      > * -Fix foreign key constraints to not error on intermediate db states (Stephan)
      352c338
      < * Propagate column or table renaming to foreign key constraints
      > * -Propagate column or table renaming to foreign key constraints
      447c433
      < * Remove wal_files postgresql.conf option because WAL files are now recycled
      > * -Remove wal_files postgresql.conf option because WAL files are now recycled
      460c446
      < * Improve dynamic memory allocation by introducing tuple-context memory
      > * -Improve dynamic memory allocation by introducing tuple-context memory
      463c449
      < * Nested FULL OUTER JOINs don't work (Tom)
      > * -Nested FULL OUTER JOINs don't work (Tom)
      12e5b8db
    • B
      Done: · 0ee105bb
      Bruce Momjian 提交于
      > * -Add OR REPLACE clauses to non-FUNCTION object creation
      > * -Allow autocommit so always in a transaction block
      > * -Cache most recent query plan(s) (Neil) [prepare]
      0ee105bb
    • B
      Removed because we don't use cs() anymore on AIX: · f486f924
      Bruce Momjian 提交于
      < * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
      f486f924
    • B
      Add: · f4abdd82
      Bruce Momjian 提交于
      > 	o Add table function support to pltcl, plperl, plpython
      f4abdd82
  10. 01 9月, 2002 1 次提交
    • B
      Done: · ee8fcc57
      Bruce Momjian 提交于
      > 	o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
      ee8fcc57
  11. 31 8月, 2002 1 次提交
  12. 29 8月, 2002 1 次提交
    • B
      Remove: · 4469f1ae
      Bruce Momjian 提交于
      < * Remove PGPASSWORD because it is insecure on some OS's, in 7.4
      4469f1ae
  13. 28 8月, 2002 2 次提交
    • B
      Add: · 056dee3b
      Bruce Momjian 提交于
      > 	o Add SET SCHEMA
      056dee3b
    • B
      Add: · dbf261f5
      Bruce Momjian 提交于
      > * Allow free space map to be auto-sized or warn when it is too small
      dbf261f5
  14. 27 8月, 2002 9 次提交
    • B
      Add: · 78a693c4
      Bruce Momjian 提交于
      > * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
      > 	o Allow CLUSTER to cluster all tables, remove clusterdb
      78a693c4
    • B
      Done: · bc8f725a
      Bruce Momjian 提交于
      > 	o -Cluster all tables at once using pg_index.indisclustered set during
      bc8f725a
    • B
      Add: · 52b784a7
      Bruce Momjian 提交于
      >   partial page writes [wal]
      52b784a7
    • B
      Add: · 3109e33e
      Bruce Momjian 提交于
      > * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
      3109e33e
    • B
      Remove: · c6b67cac
      Bruce Momjian 提交于
      < 	o Add plsh server-side shell language (Peter E)
      c6b67cac
    • B
      *** empty log message *** · 9072329d
      Bruce Momjian 提交于
      9072329d
    • B
      Add: · 80d5040f
      Bruce Momjian 提交于
      > * Allow DELETE to handle table aliases for self-joins [delete]
      80d5040f
    • B
      Add: · 339982c8
      Bruce Momjian 提交于
      > * Allow triggers to be disabled [trigger]
      339982c8
    • B
      Add: · 50bbb3a1
      Bruce Momjian 提交于
      > * Return proper effected tuple count from complex commands [return]
      50bbb3a1
  15. 26 8月, 2002 3 次提交
  16. 24 8月, 2002 1 次提交
    • B
      Done: · cf4d885c
      Bruce Momjian 提交于
      > * -SELECT cash_out(2) crashes because of opaque
      cf4d885c
  17. 23 8月, 2002 3 次提交
    • B
      Add space.k> · 77072f89
      Bruce Momjian 提交于
      77072f89
    • B
      Add: · ec2c71ad
      Bruce Momjian 提交于
      > * Allow xlog directory location to be specified during initdb, perhaps
      >   using symlinks
      ec2c71ad
    • B
      Add: · 3d801dbb
      Bruce Momjian 提交于
      > * Add GUC parameter to print queries that generate errors
      3d801dbb