1. 07 6月, 2005 4 次提交
    • B
      Fix word wrap: · b3e798d7
      Bruce Momjian 提交于
      <   changes made by the interface driver for its internal use.  One idea is
      <   for this to be a protocol-only feature.  Another approach is to notify
      <   the protocol when a RESET CONNECTION command is used.
      >   changes made by the interface driver for its internal use.  One idea
      >   is for this to be a protocol-only feature.  Another approach is to
      >   notify the protocol when a RESET CONNECTION command is used.
      b3e798d7
    • B
      Update text for RESET CONNECTION: · 0f011f6d
      Bruce Momjian 提交于
      <   all temporary tables, removal of any NOTIFYs, cursors, prepared
      <   queries(?), currval()s, etc.  This could be used for connection pooling.
      <   We could also change RESET ALL to have this functionality.
      >   temporary tables, removing any NOTIFYs, cursors, open transactions,
      >   prepared queries, currval()s, etc.  This could be used  for connection
      >   pooling.  We could also change RESET ALL to have this functionality.
      >   The difficult of this features is allowing RESET ALL to not affect
      >   changes made by the interface driver for its internal use.  One idea is
      >   for this to be a protocol-only feature.  Another approach is to notify
      >   the protocol when a RESET CONNECTION command is used.
      0f011f6d
    • B
      Add: · 58592150
      Bruce Momjian 提交于
      > * Fix incorrect rtree results due to wrong assumptions about "over"
      >   operator semantics [rtree]
      58592150
    • B
      Update Hungarian FAQ and add an HTML version. · 928b06a6
      Bruce Momjian 提交于
      Laszlo Hornyak
      928b06a6
  2. 05 6月, 2005 8 次提交
    • B
      Add description for backend termination: · 22dbd540
      Bruce Momjian 提交于
      <   cleaned up properly.  A new signal is needed for safe termination.
      >   cleaned up properly.  A new signal is needed for safe termination
      >   because backends must first do a query cancel, then exit once they
      >   have run the query cancel cleanup routine.
      22dbd540
    • B
      Add TODO.detail for 2phase commit: · ec480a52
      Bruce Momjian 提交于
      > * Add two-phase commit [2phase]
      ec480a52
    • B
      Add TODO.detail. · efe0d080
      Bruce Momjian 提交于
      <   logs
      >   logs [pitr]
      130c130
      < * Allow a warm standby system to also allow read-only queries
      > * Allow a warm standby system to also allow read-only queries [pitr]
      efe0d080
    • B
      Add TODO.detail for timezone: · 3a272cf0
      Bruce Momjian 提交于
      <   information, either zone name or offset from UTC
      >   information, either zone name or offset from UTC [timezone]
      3a272cf0
    • B
      Add TODO.detail: · 581a8c9f
      Bruce Momjian 提交于
      > * Allow major upgrades without dump/reload, perhaps using pg_upgrade
      >   [pg_upgrade]
      581a8c9f
    • B
      Add pg_dump to TODO.detail. · 249880ff
      Bruce Momjian 提交于
      249880ff
    • B
      Add: · 3360bc13
      Bruce Momjian 提交于
      > * Allow pg_ctl to work properly with configuration files located outside
      >   the PGDATA directory
      >
      >   pg_ctl can not read the pid file because it isn't located in the
      >   config directory but in the PGDATA directory.  The solution is to
      >   allow pg_ctl to read and understand postgresql.conf to find the
      >   data_directory value.
      >
      3360bc13
    • B
      Add description: · 487990e1
      Bruce Momjian 提交于
      >
      >   O_DIRECT doesn't have the same media write guarantees as fsync, so it
      >   is in addition to the fsync method, not in place of it.
      >
      487990e1
  3. 04 6月, 2005 5 次提交
  4. 02 6月, 2005 1 次提交
    • B
      Completed: · c196c7ae
      Bruce Momjian 提交于
      < 	o Allow COPY to understand \x as a hex byte
      > 	o -Allow COPY to understand \x as a hex byte
      c196c7ae
  5. 31 5月, 2005 2 次提交
    • B
      Move to ALTER section: · b215fae8
      Bruce Momjian 提交于
      < * Prevent child tables from altering constraints like CHECK that were
      <   inherited from the parent table
      470a469,471
      >
      > 	o Prevent child tables from altering constraints like CHECK that were
      > 	  inherited from the parent table
      b215fae8
    • B
      Add: · 09439e21
      Bruce Momjian 提交于
      > * Prevent child tables from altering constraints like CHECK that were
      >   inherited from the parent table
      09439e21
  6. 30 5月, 2005 1 次提交
  7. 28 5月, 2005 4 次提交
    • B
      Remove: · 70f32049
      Bruce Momjian 提交于
      <
      < * Add XML output to pg_dump and COPY
      <
      <   We already allow XML to be stored in the database, and XPath queries
      <   can be used on that data using /contrib/xml2. It also supports XSLT
      <   transformations.
      70f32049
    • B
      Update Farsi FAQ. · dd67cf36
      Bruce Momjian 提交于
      Mahmoud Taghizadeh
      dd67cf36
    • B
      Add: · 42319310
      Bruce Momjian 提交于
      > * Consider sorting hash buckets so entries can be found using a binary
      >   search, rather than a linear scan
      > * In hash indexes, consider storing the hash value with or instead
      >   of the key itself
      42319310
    • B
      Add: · 770156e1
      Bruce Momjian 提交于
      > * Add the features of packages
      > 	o  Make private objects accessable only to objects in the same schema
      > 	o  Allow current_schema.objname to access current schema objects
      > 	o  Add session variables
      > 	o  Allow nested schemas
      770156e1
  8. 22 5月, 2005 1 次提交
    • B
      INT4 is probably enough: · c61207b0
      Bruce Momjian 提交于
      < * Allow INET + INT4/INT8 to increment the host part of the address, or
      > * Allow INET + INT4 to increment the host part of the address, or
      c61207b0
  9. 21 5月, 2005 3 次提交
  10. 20 5月, 2005 1 次提交
  11. 17 5月, 2005 8 次提交
  12. 16 5月, 2005 1 次提交
  13. 15 5月, 2005 1 次提交