Skip to content
Snippets Groups Projects
  1. Apr 25, 2004
  2. Apr 24, 2004
  3. Apr 23, 2004
    • Neil Conway's avatar
      Add ceiling() as an alias for ceil(), and power() as an alias for pow(). · fc7fd501
      Neil Conway authored
      Regression tests and documentation have both been updated.
      
      SQL2003 requires that both ceiling() and ceil() be present, so I have
      documented both spellings. SQL2003 doesn't mention pow() as far as I
      can see, so I decided to replace pow() with power() in the documentation:
      there is little reason to encourage the continued usage of a function
      that isn't compliant with the standard, given a standard-compliant
      alternative.
      
      RELEASE NOTES: should state that pow() is considered deprecated
      (although I don't see the need to ever remove it.)
      fc7fd501
  4. Apr 22, 2004
  5. Apr 21, 2004
  6. Apr 20, 2004
  7. Apr 19, 2004
    • Bruce Momjian's avatar
      Complete TODO item: · 862b20b3
      Bruce Momjian authored
              o -Allow dump/load of CSV format
      
      This adds new keywords to COPY and \copy:
      
              CSV - enable CSV mode (comma separated variable)
              QUOTE - specify quote character
              ESCAPE - specify escape character
              FORCE - force quoting of specified column
      	LITERAL - suppress null comparison for columns
      
      Doc changes included.  Regression updates coming from Andrew.
      862b20b3
    • Bruce Momjian's avatar
      Done: · 83ab1c04
      Bruce Momjian authored
      > 	o -Allow dump/load of CSV format
      83ab1c04
    • Bruce Momjian's avatar
      Fix typo: · 7931a8fd
      Bruce Momjian authored
      < * -Allow psql \du to show groups, and add \dg for groups
      > * -Allow psql \du to show users, and add \dg for groups
      7931a8fd
  8. Apr 15, 2004
  9. Apr 14, 2004
    • Bruce Momjian's avatar
      Update name: · 18229e08
      Bruce Momjian authored
      < * Alvaro Herrera <alvherre@dcc.uchile.cl>
      > * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl>
      18229e08
    • Bruce Momjian's avatar
      Update owners of items: · 76e953bd
      Bruce Momjian authored
      < * Add the concept of dataspaces/tablespaces [tablespaces]
      > * Add the concept of dataspaces/tablespaces [tablespaces] (Gavin)
      167c167
      < * Allow savepoints / nested transactions [transactions] (Bruce)
      > * Allow savepoints / nested transactions [transactions] (Alvaro)
      240c240
      < 	o Allow Java server-side programming [java]
      > 	o Allow Java server-side programming [java] (Dave)
      496a497
      > * Alvaro Herrera <alvherre@dcc.uchile.cl>
      76e953bd
  10. Apr 12, 2004
  11. Apr 10, 2004
    • Bruce Momjian's avatar
      Please find a small patch to fix the brain damage "century" and · 1934055c
      Bruce Momjian authored
      "millennium" date part implementation in postgresql, both in the code
      and the documentation, so that it conforms to the official definition.
      If you do not agree with the official definition, please send your
      complaint to "pope@vatican.org". I'm not responsible for them;-)
      
      With the previous version, the centuries and millenniums had a wrong
      number and started the wrong year. Moreover century number 0, which does
      not exist in reality, lasted 200 years. Also, millennium number 0 lasted
      2000 years.
      
      If you want postgresql to have it's own definition of "century" and
      "millennium" that does not conform to the one of the society, just give
      them another name. I would suggest "pgCENTURY" and "pgMILLENNIUM";-)
      
      IMO, if someone may use the options, it means that postgresql is used for
      historical data, so it make sense to have an historical definition. Also,
      I just want to divide the year by 100 or 1000, I can do that quite easily.
      
      BACKWARD INCOMPATIBLE CHANGE
      
      Fabien Coelho - coelho@cri.ensmp.fr
      1934055c
  12. Apr 09, 2004
  13. Apr 08, 2004
  14. Apr 07, 2004
    • Bruce Momjian's avatar
      Update: · d17c92b2
      Bruce Momjian authored
      < * Allow LOCALE on a per-column basis, default to ASCII
      > * Allow locale to be set at database creation
      > * Allow locale on a per-column basis, default to ASCII
      > * Optimize locale to have minimal performance impact when not used (Peter E)
      105d106
      < * Optimize locale to have minimal performance impact when not used (Peter E)
      111d111
      < * Allow locale to be set at database creation
      d17c92b2
    • Bruce Momjian's avatar
      Add: · 75688a27
      Bruce Momjian authored
      > * Allow locale to be set at database creation
      75688a27
    • Bruce Momjian's avatar
      Done: · f1d02698
      Bruce Momjian authored
      > * -Allow logging of only data definition(DDL), or DDL and modification statements
      
      Add:
      > * Add a session mode to warn about non-standard SQL usage
      f1d02698
    • Bruce Momjian's avatar
      Update FAQ_DEV. · 58a1cb10
      Bruce Momjian authored
      58a1cb10
Loading