Commit Graph

63 Commits (978fff79421ec1c36a1ec58092f1167ce22319b9)

Author SHA1 Message Date
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Neil Conway dc10387eb1 Fix some typos in comments. 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian 3a534ade39 Alphabetically order reference to include files, "G" - "M". 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Teodor Sigaev d2158b0281 * Add support NULL to GiST. 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane f7ea931287 Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane 6236991143 Add simple sanity checks on newly-read pages to GiST, too. 20 years ago
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses 20 years ago
Bruce Momjian b3364fc81b pgindent new GIST index code, per request from Tom. 20 years ago
Teodor Sigaev e8cab5fe49 Concurrency for GiST 20 years ago
Teodor Sigaev d544ec8bbd 1. full functional WAL for GiST 20 years ago
Teodor Sigaev 37c839365c WAL for GiST. It work for online backup and so on, but on 20 years ago
Neil Conway c891e05f26 Cleanup GiST header files. Since GiST extensions are often written as 20 years ago
Neil Conway eda6dd32d1 GiST improvements: 20 years ago
Tom Lane bf3dbb5881 First steps towards index scans with heap access decoupled from index 21 years ago
Tom Lane 12179c99b1 Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 23 years ago
Bruce Momjian 276fc7ce82 I was digging through the GiST code, and figured I'd fix up some of the 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane a54075a6d6 Update GiST for new pg_opclass arrangement (finally a clean solution 24 years ago
Bruce Momjian 13923be7c8 1. null-safe interface to GiST 24 years ago
Tom Lane 3043810d97 Updates to make GIST work with multi-key indexes (from Oleg Bartunov 24 years ago
Tom Lane f1d5d0905c Tweak StrategyEvaluation data structure to eliminate hardwired limit on 24 years ago
Bruce Momjian d0e1091cfd we found a problem in GiST with massive insert/update operations 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 25 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 25 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
PostgreSQL Daemon baef78d96b Thank god for searchable mail archives. 28 years ago