1. 02 7月, 2005 1 次提交
    • T
      Migrate rtree_gist functionality into the core system, and add some · e7e16942
      Tom Lane 提交于
      basic regression tests for GiST to the standard regression tests.
      I took the opportunity to add an rtree-equivalent gist opclass for
      circles; the contrib version only covered boxes and polygons, but
      indexing circles is very handy for distance searches.
      e7e16942
  2. 20 6月, 2005 1 次提交
    • T
      1. full functional WAL for GiST · d544ec8b
      Teodor Sigaev 提交于
      2. improve vacuum for gist
         - use FSM
         - full vacuum:
            - reforms parent tuple if it's needed
              ( tuples was deleted on child page or parent tuple remains invalid
                after crash recovery )
            - truncate index file if possible
      3. fixes bugs and mistakes
      d544ec8b
  3. 14 6月, 2005 1 次提交
  4. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  5. 10 11月, 2003 1 次提交
    • T
      Add operator strategy and comparison-value datatype fields to ScanKey. · c1d62bfd
      Tom Lane 提交于
      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
  6. 01 9月, 2000 1 次提交
  7. 29 5月, 2000 1 次提交
  8. 14 12月, 1999 1 次提交
  9. 10 12月, 1999 1 次提交
  10. 06 4月, 1998 1 次提交
    • B
      Hi, · 1e801a8f
      Bruce Momjian 提交于
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  11. 20 12月, 1997 1 次提交
  12. 17 12月, 1997 1 次提交
    • M
      Clean up the Makefiles · e2d95010
      Marc G. Fournier 提交于
      	Essentially, this cleans things up so that if PORTNAME isn't defined (I'm
          working on getting rid of it for FreeBSD, at least, to see if its possible)
          none of the PORTNAME related stuff gets passed around.
      
      	Had a little bit of -I related redundancy as well
      e2d95010
  13. 05 11月, 1996 1 次提交
  14. 03 11月, 1996 1 次提交
  15. 27 10月, 1996 1 次提交