1. 19 Feb, 2003 6 commits
    • Bruce Momjian's avatar
      The following patches eliminate the overflows in the j2date() and date2j() · a286f732
      Bruce Momjian authored
      functions which limited the maximum date for a timestamp to AD 1465001.
      The new limit is AD 5874897.
      The files affected are:
      
      doc/src/sgml/datatype.sgml:
          Documentation change due to patch. Included is a notice about
          the reduced range when using an eight-byte integer for timestamps.
      
      src/backend/utils/adt/datetime.c:
          Replacement functions for j2date() and date2j() functions.
      
      src/include/utils/datetime.h:
          Corrected a bug with the limit on the earliest possible date,
          Nov 23,-4713 has a Julian day count of -1. The earliest possible
          date should be Nov 24, -4713 with a day count of 0.
      
      src/test/regress/expected/horology-no-DST-before-1970.out:
      src/test/regress/expected/horology-solaris-1947.out:
      src/test/regress/expected/horology.out:
          Copies of expected output for regression testing.
          Note: Only horology.out has been physically tested. I do not have access
          to a Solaris box and I don't know how to provoke the "pre-1970" test.
      
      src/test/regress/sql/horology.sql:
          Added some test cases to check extended range.
      
      John Cochran
      a286f732
    • Bruce Momjian's avatar
      We just released new version of contrib/btree_gist · 4efbbd73
      Bruce Momjian authored
      (7.3 and current CVS) with support of int8, float4, float8
      in addition to int4. Thanks Janko Richter for contribution.
      
      Oleg Bartunov
      4efbbd73
    • Bruce Momjian's avatar
      This patch includes more SGML markup fixes as well as a few minor · 4996eea8
      Bruce Momjian authored
      additions to the docs.
      
      Neil Conway
      4996eea8
    • Bruce Momjian's avatar
      This patch adds a note to the documentation describing why the · aca86479
      Bruce Momjian authored
      performance of min() and max() is slow when applied to the entire table,
      and suggesting the simple workaround most experienced Pg users
      eventually learn about (SELECT xyz ... ORDER BY xyz LIMIT 1).
      
      Neil Conway
      aca86479
    • Bruce Momjian's avatar
      Add SQL 200X standards URL. · 9b13db68
      Bruce Momjian authored
      9b13db68
    • Bruce Momjian's avatar
      Mark as done, fix grammar: · d8f4eff8
      Bruce Momjian authored
      < * Prevent index uniqueness checks when UPDATE does not modifying column
      > * Prevent index uniqueness checks when UPDATE does not modify the column
      235c235
      < 	o Make PL/PgSQL %TYPE schema-aware
      > 	o -Make PL/PgSQL %TYPE schema-aware
      d8f4eff8
  2. 18 Feb, 2003 13 commits
  3. 17 Feb, 2003 7 commits
    • Bruce Momjian's avatar
      Add: · cf55ee57
      Bruce Momjian authored
      > * Allow CIDR format to be used in pg_hba.conf
      cf55ee57
    • Bruce Momjian's avatar
      Update marks: · a8ed5dc0
      Bruce Momjian authored
      < 	o Allow CLUSTER to cluster all tables (Alvaro Herrera)
      > 	o -Allow CLUSTER to cluster all tables (Alvaro Herrera)
      243c243
      < * Allow pg_dump to dump a specific schema (Neil Conway)
      > * -Allow pg_dump to dump a specific schema (Neil Conway)
      398c398
      < * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
      > * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
      a8ed5dc0
    • Bruce Momjian's avatar
      Remove IN/EXISTS TODO.detail item. · fa4574e3
      Bruce Momjian authored
      fa4574e3
    • Bruce Momjian's avatar
      Mark as done: · 4ba4b4a6
      Bruce Momjian authored
      > 	o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
      
      > 	o -Allow CLUSTER to cluster all tables (Alvaro Herrera)
      
      > * -Allow pg_dump to dump a specific schema (Neil Conway)
      
      > * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
      
      > * Rod is Rod Taylor <pg@rbt.ca)>
      4ba4b4a6
    • Bruce Momjian's avatar
      Update: · 92a7ef9d
      Bruce Momjian authored
      < * -Make a transaction-safe TRUNCATE
      > * -Make a transaction-safe TRUNCATE (Rod)
      92a7ef9d
    • Bruce Momjian's avatar
      Done: · 52d0feec
      Bruce Momjian authored
      > * -Make a transaction-safe TRUNCATE
      52d0feec
    • Michael Meskes's avatar
      Added Informix "database" command. · 244d2d67
      Michael Meskes authored
      244d2d67
  4. 16 Feb, 2003 3 commits
  5. 15 Feb, 2003 3 commits
  6. 14 Feb, 2003 8 commits