Commit Graph

30 Commits (41e3c94cac0e68257126b2d264dc5e877e892490)

Author SHA1 Message Date
Tom Lane ad10853b30 Assorted comment fixes, mostly just typos, but some obsolete statements. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Heikki Linnakangas d50e125194 Clean up a couple of box gist helper functions. 14 years ago
Heikki Linnakangas 7f3bd86843 Replace the "New Linear" GiST split algorithm for boxes and points with a 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 554506871b KNNGIST, otherwise known as order-by-operator support for GIST. 15 years ago
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Teodor Sigaev 4cbe473938 Add point_ops opclass for GiST. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Teodor Sigaev f92bbb899a Fix incorrect arguments for gist_box_penalty call. The bug could be observed 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Teodor Sigaev 09368d23db Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 16 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Teodor Sigaev 0392ea5097 Improve page split in rtree emulation. Now if splitted result has 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane ba920e1c91 Rename contains/contained-by operators to @> and <@, per discussion that 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian b3364fc81b pgindent new GIST index code, per request from Tom. 20 years ago
Tom Lane e7e1694295 Migrate rtree_gist functionality into the core system, and add some 20 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 20 years ago
Tom Lane 9a09248edd Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 20 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 20 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 20 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane e8db9b26d0 elog mop-up. 22 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane de1f586f09 Fix a bug with building rtree_gist indexes. 23 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 6d18c038b7 Fix a couple of stray // comments. 24 years ago
Tom Lane a54075a6d6 Update GiST for new pg_opclass arrangement (finally a clean solution 24 years ago
Tom Lane 16f85390f2 Support for emulating RTREE indexing in GiST. Contributed by 24 years ago