1. 31 7月, 2003 4 次提交
  2. 26 7月, 2003 1 次提交
    • B
      Done: · 400fedc8
      Bruce Momjian 提交于
      > * -Allow SSL-enabled clients to turn off SSL transfers
      400fedc8
  3. 24 7月, 2003 1 次提交
    • B
      Add: · 7d06fc01
      Bruce Momjian 提交于
      > * Add GUC variable to prevent waiting on locks
      7d06fc01
  4. 22 7月, 2003 4 次提交
    • B
      Add: · 11cb598c
      Bruce Momjian 提交于
      > 	o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
      11cb598c
    • B
      Add: · 5ff532e1
      Bruce Momjian 提交于
      > * Prevent COMMENT ON DATABASE from using a database name
      5ff532e1
    • B
      Add: · e4c5b980
      Bruce Momjian 提交于
      > 	o Add PL/PHP (Joe, Jan)
      e4c5b980
    • B
      Add: · ad8181c4
      Bruce Momjian 提交于
      > * Have AFTER triggers execute after the appropriate SQL statement in a
      >   function, not at the end of the function
      ad8181c4
  5. 21 7月, 2003 1 次提交
    • B
      Done: · 81ece923
      Bruce Momjian 提交于
      * -Allow LIMIT/OFFSET to use expressions (Tom)
      81ece923
  6. 20 7月, 2003 1 次提交
    • B
      Add: · 2f46ac52
      Bruce Momjian 提交于
      > * Delay resolution of array expression type so assignment coercion
      >   can be performed on empty array expressions (Joe)
      2f46ac52
  7. 29 6月, 2003 1 次提交
    • B
      Add: · c1fad341
      Bruce Momjian 提交于
      > * Automatically place fixed-width, NOT NULL columns first in a table
      c1fad341
  8. 27 6月, 2003 2 次提交
    • B
      Remove as duplicate: · 5bac7d11
      Bruce Momjian 提交于
      < * Improve performance for queries with many columns
      5bac7d11
    • B
      Add: · 7e741ba3
      Bruce Momjian 提交于
      > * Improve performance for queries with many columns
      7e741ba3
  9. 26 6月, 2003 12 次提交
  10. 25 6月, 2003 6 次提交
    • B
      sync. · 60050936
      Bruce Momjian 提交于
      60050936
    • B
      Done: · faa8c757
      Bruce Momjian 提交于
      > * -Allow CIDR format to be used in pg_hba.conf
      faa8c757
    • B
      Done: · f7827bdc
      Bruce Momjian 提交于
      > * -Allow UPDATE to use SET col = DEFAULT
      f7827bdc
    • B
      Add: · a804f9c7
      Bruce Momjian 提交于
      > * Allow creation of a libpq-only tarball
      >
      a804f9c7
    • B
      Done: · 50e53236
      Bruce Momjian 提交于
      > * -Add IPv6 capability to INET/CIDR types
      50e53236
    • B
      Update: · 4dab978c
      Bruce Momjian 提交于
      < * Have SELECT '13 minutes'::interval display zero seconds
      > * Have SELECT '13 minutes'::interval display zero seconds in ISO datestyle
      4dab978c
  11. 24 6月, 2003 7 次提交
    • B
      Add: · b235fe3c
      Bruce Momjian 提交于
      > * Have SELECT '13 minutes'::interval display zero seconds
      b235fe3c
    • B
      Add: · 2e963229
      Bruce Momjian 提交于
      > * Allow the regression tests to start postmaster with -i so the tests
      >   can be run on systems that don't support unix-domain sockets
      2e963229
    • B
      Add: · c4ac8705
      Bruce Momjian 提交于
      > * Rename /scripts directory because they are all C programs now
      c4ac8705
    • B
      Add: · 3b2e94de
      Bruce Momjian 提交于
      <
      > 	o Allow ALTER TABLE to modify column lengths and change to binary
      > 	  compatible types
      3b2e94de
    • B
      Add: · 9b2cee0b
      Bruce Momjian 提交于
      > * Modify pg_get_triggerdef() to take a boolean to pretty-print,
      >  and use that as part of pg_dump along with psql
      >
      9b2cee0b
    • B
      Update: · f703dee3
      Bruce Momjian 提交于
      * Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
      f703dee3
    • B
      Add: · 94468c6f
      Bruce Momjian 提交于
      > 	o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
      > 	  have SELECT * and INSERT honor such ordering
      94468c6f