1. 13 Nov, 2003 13 commits
  2. 12 Nov, 2003 9 commits
  3. 11 Nov, 2003 5 commits
  4. 10 Nov, 2003 7 commits
  5. 09 Nov, 2003 6 commits
    • Tom Lane's avatar
      Add operator strategy and comparison-value datatype fields to ScanKey. · c1d62bfd
      Tom Lane authored
      Remove the 'strategy map' code, which was a large amount of mechanism
      that no longer had any use except reverse-mapping from procedure OID to
      strategy number.  Passing the strategy number to the index AM in the
      first place is simpler and faster.
      This is a preliminary step in planned support for cross-datatype index
      operations.  I'm committing it now since the ScanKeyEntryInitialize()
      API change touches quite a lot of files, and I want to commit those
      changes before the tree drifts under me.
      c1d62bfd
    • Bruce Momjian's avatar
      Add: · 723825af
      Bruce Momjian authored
      > * Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
      723825af
    • Bruce Momjian's avatar
      I have attached a more comprehensive MSWIN FAQ patch. Basically, the · abcc4b9a
      Bruce Momjian authored
      instructions were way out of date and incorrect.  Installing Postgres
      from Cygwin is easier these days than the FAQ would imply.
      
      This patch already includes Andrew's previous patch.
      
      Christopher Kings-Lynne
      abcc4b9a
    • Bruce Momjian's avatar
      Add: · db1d3e7b
      Bruce Momjian authored
      > * Have psql \dn show only visible schemas using current_schemas()
      db1d3e7b
    • Bruce Momjian's avatar
      Fix typo on autovacuum readme. · 6479ee28
      Bruce Momjian authored
      6479ee28
    • Bruce Momjian's avatar
      Add: · 14e7a651
      Bruce Momjian authored
      > * Use more reliable method for CREATE DATABASE to get a consistent copy of db
      >
      14e7a651