1. 31 1月, 2007 2 次提交
    • B
      Update for VACUUM FULL: · 62b2786b
      Bruce Momjian 提交于
      <   reindex rather than update the index.
      >   reindex rather than update the index.  Also, index updates can
      >   bloat the index.
      62b2786b
    • B
      Add: · aca00a8b
      Bruce Momjian 提交于
      > 	o ARRAY[[1,2],[3,4]])[1] should return the same values as
      > 	  ARRAY[[1,2],[3,4]])[1:1];
      >
      aca00a8b
  2. 30 1月, 2007 1 次提交
    • B
      Done: · 631d7018
      Bruce Momjian 提交于
      < * Add Globally/Universally Unique Identifier (GUID/UUID)
      > * -Add Globally/Universally Unique Identifier (GUID/UUID)
      631d7018
  3. 27 1月, 2007 3 次提交
  4. 26 1月, 2007 1 次提交
  5. 25 1月, 2007 3 次提交
    • B
      Done: · 9597446d
      Bruce Momjian 提交于
      > 	o -Add a GUC variable to control the tablespace for temporary objects
      9597446d
    • B
      Remove developers list from TODO list now that we have URLs to reference · 1b7d863f
      Bruce Momjian 提交于
      discussions.
      
      <
      <
      < ---------------------------------------------------------------------------
      <
      <
      < Developers who have claimed items are:
      < --------------------------------------
      < * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl>
      < * Andrew is Andrew Dunstan <andrew@dunslane.net>
      < * Bruce is Bruce Momjian <bruce@momjian.us> of EnterpriseDB
      < * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au> of
      <     Family Health Network
      < * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net> of The Cain Gang Ltd.
      < * David is David Fetter <david@fetter.org>
      < * Fabien is Fabien Coelho <coelho@cri.ensmp.fr>
      < * Gavin is Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering
      < * Greg is Greg Sabino Mullane <greg@turnstep.com>
      < * Jan is Jan Wieck <JanWieck@Yahoo.com> of Afilias, Inc.
      < * Joe is Joe Conway <mail@joeconway.com>
      < * Karel is Karel Zak <zakkr@zf.jcu.cz>
      < * Magnus is Magnus Hagander <mha@sollentuna.net>
      < * Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc.
      < * Matthew T. O'Connor <matthew@zeut.net>
      < * Michael is Michael Meskes <meskes@postgresql.org> of Credativ
      < * Neil is Neil Conway <neilc@samurai.com>
      < * Oleg is Oleg Bartunov <oleg@sai.msu.su>
      < * Pavel is Pavel Stehule <pavel.stehule@hotmail.com>
      < * Peter is Peter Eisentraut <peter_e@gmx.net>
      < * Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd.
      < * Rod is Rod Taylor <pg@rbt.ca>
      < * Simon is Simon Riggs <simon@2ndquadrant.com>
      < * Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
      < * Tatsuo is Tatsuo Ishii <ishii@sraoss.co.jp> of SRA OSS, Inc. Japan
      < * Teodor is Teodor Sigaev <teodor@sigaev.ru>
      < * Tom is Tom Lane <tgl@sss.pgh.pa.us> of Red Hat
      1b7d863f
    • B
      Done: · 7aa09c5d
      Bruce Momjian 提交于
      < 	o Add -f to pg_dumpall
      > 	o -Add -f to pg_dumpall
      7aa09c5d
  6. 21 1月, 2007 2 次提交
  7. 20 1月, 2007 3 次提交
  8. 17 1月, 2007 2 次提交
  9. 13 1月, 2007 1 次提交
  10. 11 1月, 2007 5 次提交
  11. 10 1月, 2007 2 次提交
  12. 09 1月, 2007 1 次提交
    • B
      Done: · b0452cd8
      Bruce Momjian 提交于
      < * Allow the creation of indexes with mixed ascending/descending
      > * -Allow the creation of indexes with mixed ascending/descending
      <
      <   This is possible now by creating an operator class with reversed sort
      <   operators.  One complexity is that NULLs would then appear at the start
      <   of the result set, and this might affect certain sort types, like
      <   merge join.
      <
      b0452cd8
  13. 07 1月, 2007 8 次提交
    • B
      Remove: · 324297df
      Bruce Momjian 提交于
      < * %Allow the identifier length to be increased via a configure option
      324297df
    • B
      Updates for MONEY data type: · 06d00901
      Bruce Momjian 提交于
      < * Improve the MONEY data type
      > * -Make 64-bit version of the MONEY data type
      > * Add locale-aware MONEY type, and support multiple currencies
      <   Change the MONEY data type to use DECIMAL internally, with special
      <   locale-aware output formatting.
      <   http://archives.postgresql.org/pgsql-hackers/2006-09/msg01107.php
      06d00901
    • B
      Done: · d23d19a1
      Bruce Momjian 提交于
      > * -Allow user-defined types to accept 'typmod' parameters
      d23d19a1
    • B
      Add: · 94609f00
      Bruce Momjian 提交于
      >
      > * Make consistent use of long/short command options --- pg_ctl needs
      >   long ones, pg_config doesn't have short ones, postgres doesn't have
      >   enough long ones, etc.
      94609f00
    • B
      Add: · 147f2e91
      Bruce Momjian 提交于
      > 	o Consider parsing the -c string into individual queries so each
      > 	  is run in its own transaction
      >
      > 	o Consider disallowing multiple queries in PQexec() as an
      > 	  additional barrier to SQL injection attacks
      147f2e91
    • B
      Already done in 8.2: · 282f7f2e
      Bruce Momjian 提交于
      < * Allow CREATE INDEX to take an additional parameter for use with
      <   special index types
      282f7f2e
    • B
      Move INDEX inheritance out into a separate section: · bd87cd5f
      Bruce Momjian 提交于
      < * Allow inherited tables to inherit index, UNIQUE constraint, and primary
      <   key, foreign key
      < * UNIQUE INDEX on base column not honored on INSERTs/UPDATEs from
      <   inherited table:  INSERT INTO inherit_table (unique_index_col) VALUES
      <   (dup) should fail
      <
      <   The main difficulty with this item is the problem of creating an index
      <   that can span more than one table.
      <
      < * Allow SELECT ... FOR UPDATE on inherited tables
      > * Inheritance
      >
      > 	o Allow inherited tables to inherit indexes, UNIQUE constraints,
      > 	  and primary/foreign keys
      > 	o Honor UNIQUE INDEX on base column in INSERTs/UPDATEs
      > 	  on inherited table, e.g.  INSERT INTO inherit_table
      > 	  (unique_index_col) VALUES (dup) should fail
      >
      > 	  The main difficulty with this item is the problem of
      > 	  creating an index that can span multiple tables.
      >
      > 	o Allow SELECT ... FOR UPDATE on inherited tables
      >
      >
      >
      bd87cd5f
    • B
      Done: · 9cfcfd7c
      Bruce Momjian 提交于
      > * -Allow the pg_xlog directory location to be specified during initdb
      9cfcfd7c
  14. 29 12月, 2006 3 次提交
  15. 20 12月, 2006 1 次提交
    • B
      Item done. · f528e242
      Bruce Momjian 提交于
      < 	o Improve xid wraparound detection by recording per-table rather
      < 	  than per-database
      f528e242
  16. 17 12月, 2006 2 次提交
    • B
      Fix typo: · cdcee165
      Bruce Momjian 提交于
      <   While PostgreSQL clients runs fine limited-resource environments, the
      >   While PostgreSQL clients runs fine in limited-resource environments, the
      cdcee165
    • B
      Move entry into CLUSTER section: · 6874fb90
      Bruce Momjian 提交于
      < * Make CLUSTER preserve recently-dead tuples per MVCC requirements
      > 	o Make CLUSTER preserve recently-dead tuples per MVCC requirements
      6874fb90