1. 25 Apr, 2006 11 commits
    • Bruce Momjian's avatar
      Change "parameter" to "varname" in the alter role and alter user · e72fd16f
      Bruce Momjian authored
      documentation sections.  Also update SET/RESET to be consistent.
      
      Nicolas Barbier
      e72fd16f
    • Bruce Momjian's avatar
      I now see we support RESET SESSION AUTHORIZATION, so it seems we have to · 5fd7df43
      Bruce Momjian authored
      use RESET CONNECTION:
      
      < * Add RESET SESSION command to reset all session state
      > * Add RESET CONNECTION command to reset all session state
      447c447
      <   notify the protocol when a RESET SESSION command is used.
      >   notify the protocol when a RESET CONNECTION command is used.
      5fd7df43
    • Bruce Momjian's avatar
      RESET SESSION is more precise: · 2b700935
      Bruce Momjian authored
      < * Add RESET CONNECTION command to reset all session state
      > * Add RESET SESSION command to reset all session state
      447c447
      <   notify the protocol when a RESET CONNECTION command is used.
      >   notify the protocol when a RESET SESSION command is used.
      2b700935
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Add RESET CONNECTION, to reset all aspects of a session. · 6378fdd9
      Bruce Momjian authored
      Hans-J?rgen Sch?nig
      6378fdd9
    • Bruce Momjian's avatar
      Update inheritance constraint items: · 11fbdf2f
      Bruce Momjian authored
      < 	o %Prevent child tables from altering or dropping constraints
      <           like CHECK that were inherited from the parent table
      < 	  like CHECK that are inherited by child tables
      <
      < 	  Dropping constraints should only be possible with CASCADE.
      <
      > 	  like CHECK that are inherited by child tables unless CASCADE
      > 	  is used
      > 	o %Prevent child tables from altering or dropping constraints
      >           like CHECK that were inherited from the parent table
      11fbdf2f
    • Tatsuo Ishii's avatar
      Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600 · a34fd959
      Tatsuo Ishii authored
      (pgsql-committers@postgresql.org).
      a34fd959
    • Bruce Momjian's avatar
      Done: · b532c86f
      Bruce Momjian authored
      > * -Add transaction_timestamp(), statement_timestamp(), clock_timestamp()
      b532c86f
    • Bruce Momjian's avatar
      Add statement_timestamp(), clock_timestamp(), and · e6004f01
      Bruce Momjian authored
      transaction_timestamp() (just like now()).
      
      Also update statement_timeout() to mention it is statement arrival time
      that is measured.
      
      Catalog version updated.
      e6004f01
    • Bruce Momjian's avatar
      Word wrap entry · f04080d7
      Bruce Momjian authored
      f04080d7
    • Bruce Momjian's avatar
      Update SQL-standard INTERVAL item: · c880f9ae
      Bruce Momjian authored
              o Support ISO INTERVAL syntax if units cannot be determined from
                the string, and are supplied after the string
      
                The SQL standard states that the units after the string specify
                the units of the string, e.g. INTERVAL '2' MINUTE should
                return '00:02:00'.  The current behavior has the units
                restrict the interval value to the specified unit or unit range,
                INTERVAL '70' SECOND returns '00:00:10'.
      
                For syntax that isn't uniquely ISO or PG syntax, like '1' or
                '1:30', treat as ISO if there is a range specification clause,
                and as PG if there no clause is present, e.g. interpret
                '1:30' MINUTE TO SECOND as '1 minute 30 seconds', and
                interpret '1:30' as '1 hour, 30 minutes'.
      
                This makes common cases like SELECT INTERVAL '1' MONTH
                SQL-standard results.  The SQL standard supports a limited
                number of unit combinations and doesn't support unit names
                in the string.  The PostgreSQL syntax is more flexible in
                the range of units supported, e.g. PostgreSQL supports
                '1 year 1 hour', while the SQL standard does not.
      c880f9ae
  2. 24 Apr, 2006 11 commits
  3. 23 Apr, 2006 4 commits
    • Bruce Momjian's avatar
      Add: · 109d0aeb
      Bruce Momjian authored
      < * -Eventually enable escape_string_warning and standard_conforming_strings
      > * -Enable escape_string_warning and standard_conforming_strings
      > * Make standard_conforming_strings the default in 8.3?
      >
      >   When this is done, backslash-quote should be prohibited in non-E''
      >   strings because of possible confusion over how such strings treat
      >   backslashes.  Basically, '' is always safe for a literal single
      >   quote, while \' might or might not be based on the backslash
      >   handling rules.
      >
      109d0aeb
    • Bruce Momjian's avatar
      Removes or minimizes some documentation mentions of backward · efe3de07
      Bruce Momjian authored
      compatibility for release 7.2 and earlier.  I have not altered any
      mentions of release 7.3 or later.  The release notes were not modified,
      so the changes are still documented, just not in the main docs.
      efe3de07
    • Tatsuo Ishii's avatar
      Add pgrowlocks · 4799cd7f
      Tatsuo Ishii authored
      4799cd7f
    • Tatsuo Ishii's avatar
  4. 22 Apr, 2006 7 commits
  5. 21 Apr, 2006 3 commits
  6. 20 Apr, 2006 3 commits
  7. 19 Apr, 2006 1 commit