Skip to content
Snippets Groups Projects
  1. May 15, 2003
  2. May 14, 2003
  3. May 10, 2003
  4. May 09, 2003
  5. May 08, 2003
  6. May 07, 2003
  7. May 06, 2003
  8. May 05, 2003
  9. May 04, 2003
    • Peter Eisentraut's avatar
      Last round of reference page editing. · d1b4327d
      Peter Eisentraut authored
      d1b4327d
    • Tom Lane's avatar
      When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our · ac5fdea6
      Tom Lane authored
      implementation limits, do not issue an ERROR; instead issue a NOTICE and use
      the max supported value.  Per pgsql-general discussion of 28-Apr, this is
      needed to allow easy porting from pre-7.3 releases where the limits were
      higher.
      
      Unrelated change in same area: accept GLOBAL TEMP/TEMPORARY as a synonym
      for TEMPORARY, as per pgsql-hackers discussion of 15-Apr.  We previously
      rejected it, but that was based on a misreading of the spec --- SQL92's
      GLOBAL temp tables are really closer to what we have than their LOCAL ones.
      ac5fdea6
  10. May 02, 2003
    • Tom Lane's avatar
      Portal and memory management infrastructure for extended query protocol. · de28dc9a
      Tom Lane authored
      Both plannable queries and utility commands are now always executed
      within Portals, which have been revamped so that they can handle the
      load (they used to be good only for single SELECT queries).  Restructure
      code to push command-completion-tag selection logic out of postgres.c,
      so that it won't have to be duplicated between simple and extended queries.
      initdb forced due to addition of a field to Query nodes.
      de28dc9a
  11. May 01, 2003
  12. Apr 29, 2003
  13. Apr 28, 2003
  14. Apr 27, 2003
  15. Apr 26, 2003
  16. Apr 25, 2003
    • Tom Lane's avatar
      In the continuing saga of FE/BE protocol revisions, add reporting of · 9cbaf721
      Tom Lane authored
      initial values and runtime changes in selected parameters.  This gets
      rid of the need for an initial 'select pg_client_encoding()' query in
      libpq, bringing us back to one message transmitted in each direction
      for a standard connection startup.  To allow server version to be sent
      using the same GUC mechanism that handles other parameters, invent the
      concept of a never-settable GUC parameter: you can 'show server_version'
      but it's not settable by any GUC input source.  Create 'lc_collate' and
      'lc_ctype' never-settable parameters so that people can find out these
      settings without need for pg_controldata.  (These side ideas were all
      discussed some time ago in pgsql-hackers, but not yet implemented.)
      9cbaf721
  17. Apr 24, 2003
    • Tom Lane's avatar
      Infrastructure for upgraded error reporting mechanism. elog.c is · f690920a
      Tom Lane authored
      rewritten and the protocol is changed, but most elog calls are still
      elog calls.  Also, we need to contemplate mechanisms for controlling
      all this functionality --- eg, how much stuff should appear in the
      postmaster log?  And what API should libpq expose for it?
      f690920a
  18. Apr 22, 2003
  19. Apr 21, 2003
  20. Apr 20, 2003
  21. Apr 19, 2003
  22. Apr 18, 2003
  23. Apr 17, 2003
  24. Apr 16, 2003
  25. Apr 15, 2003
Loading