1. 31 Jul, 2003 3 commits
  2. 30 Jul, 2003 3 commits
    • Bruce Momjian's avatar
      Add:; · 12911ea2
      Bruce Momjian authored
      > * Allow server log information to be output as INSERT statements
      12911ea2
    • Bruce Momjian's avatar
      Modify: · 0159f7f2
      Bruce Momjian authored
      > * Allow log lines to include session-level information, like database and user
      0159f7f2
    • Bruce Momjian's avatar
      Add: · 082df47b
      Bruce Momjian authored
      > * Add database name and user name to logging options
      082df47b
  3. 25 Jul, 2003 1 commit
    • Bruce Momjian's avatar
      Done: · 400fedc8
      Bruce Momjian authored
      > * -Allow SSL-enabled clients to turn off SSL transfers
      400fedc8
  4. 23 Jul, 2003 1 commit
    • Bruce Momjian's avatar
      Add: · 7d06fc01
      Bruce Momjian authored
      > * Add GUC variable to prevent waiting on locks
      7d06fc01
  5. 22 Jul, 2003 2 commits
    • Bruce Momjian's avatar
      Add: · 11cb598c
      Bruce Momjian authored
      > 	o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
      11cb598c
    • Bruce Momjian's avatar
      Add: · 5ff532e1
      Bruce Momjian authored
      > * Prevent COMMENT ON DATABASE from using a database name
      5ff532e1
  6. 21 Jul, 2003 2 commits
    • Bruce Momjian's avatar
      Add: · e4c5b980
      Bruce Momjian authored
      > 	o Add PL/PHP (Joe, Jan)
      e4c5b980
    • Bruce Momjian's avatar
      Add: · ad8181c4
      Bruce Momjian authored
      > * Have AFTER triggers execute after the appropriate SQL statement in a
      >   function, not at the end of the function
      ad8181c4
  7. 20 Jul, 2003 2 commits
    • Bruce Momjian's avatar
      Done: · 81ece923
      Bruce Momjian authored
      * -Allow LIMIT/OFFSET to use expressions (Tom)
      81ece923
    • Bruce Momjian's avatar
      Add: · 2f46ac52
      Bruce Momjian authored
      > * Delay resolution of array expression type so assignment coercion
      >   can be performed on empty array expressions (Joe)
      2f46ac52
  8. 28 Jun, 2003 1 commit
    • Bruce Momjian's avatar
      Add: · c1fad341
      Bruce Momjian authored
      > * Automatically place fixed-width, NOT NULL columns first in a table
      c1fad341
  9. 27 Jun, 2003 2 commits
  10. 25 Jun, 2003 16 commits
  11. 24 Jun, 2003 7 commits
    • Bruce Momjian's avatar
      Done: · 50e53236
      Bruce Momjian authored
      > * -Add IPv6 capability to INET/CIDR types
      50e53236
    • Bruce Momjian's avatar
      Update: · 4dab978c
      Bruce Momjian authored
      < * Have SELECT '13 minutes'::interval display zero seconds
      > * Have SELECT '13 minutes'::interval display zero seconds in ISO datestyle
      4dab978c
    • Bruce Momjian's avatar
      Add: · b235fe3c
      Bruce Momjian authored
      > * Have SELECT '13 minutes'::interval display zero seconds
      b235fe3c
    • Bruce Momjian's avatar
      Add: · 2e963229
      Bruce Momjian authored
      > * 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
    • Bruce Momjian's avatar
      Add: · c4ac8705
      Bruce Momjian authored
      > * Rename /scripts directory because they are all C programs now
      c4ac8705
    • Bruce Momjian's avatar
      Add: · 3b2e94de
      Bruce Momjian authored
      <
      > 	o Allow ALTER TABLE to modify column lengths and change to binary
      > 	  compatible types
      3b2e94de
    • Bruce Momjian's avatar
      Add: · 9b2cee0b
      Bruce Momjian authored
      > * Modify pg_get_triggerdef() to take a boolean to pretty-print,
      >  and use that as part of pg_dump along with psql
      >
      9b2cee0b