Commit Graph

50 Commits (REL8_1_STABLE)

Author SHA1 Message Date
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 3fb50a7288 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 20 years ago
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 20 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 20 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 20 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 20 years ago
Neil Conway c6c6fa8f7e Fix typo in comment. 20 years ago
Neil Conway 8d6e9bca37 This patch makes some minor style cleanups to contrib/btree_gist: remove 20 years ago
Tom Lane c5b08d3b7d Fix btree_gist to handle timetz zone correctly per recent changes. 20 years ago
Teodor Sigaev e1662cb6b8 Simplify/clean up code for varlena types 21 years ago
Teodor Sigaev ea90a93a46 Fix float8->int64 transformation 21 years ago
Teodor Sigaev 4784fe9ea2 Simplify defines 21 years ago
Teodor Sigaev 47979e671c Fix memory leak for timestamp(with and w/o tz) and indexes 21 years ago
Neil Conway feac3364ed Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tom Lane 86d78021a4 Whack btree_gist code around until it has some small hope of building 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
Teodor Sigaev 7b81988f9b - Add aligment of variable data types 21 years ago
Teodor Sigaev 42d069886f New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 21 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 6ed071bca5 Update contrib regression tests for recent error message editing. 22 years ago
Tom Lane e8db9b26d0 elog mop-up. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane bb3c00ee28 Regression output didn't get updated to match recent commit. 23 years ago
Bruce Momjian e0d043b94d please apply attached patch to current CVS. 23 years ago
Bruce Momjian 4efbbd7318 We just released new version of contrib/btree_gist 23 years ago
Tom Lane 1e970dcee8 Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. 23 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane ceb9e60e8e Update contrib regression tests for OPAQUE datatype changes. 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Tom Lane 65b6868b13 Replace ad-hoc insertions into pg_opclass and friends with CREATE 23 years ago
Tom Lane 27a54ae282 Opclasses live in namespaces. I also took the opportunity to create 24 years ago
Bruce Momjian 60555bd46c Please, apply attached patch of contrib/btree_gist to 7.2.1 and current 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 2d6b1f29fb Update incorrect expected file. Use 'timestamp without time zone' 24 years ago
Peter Eisentraut 17cc78ef01 To fix the perpetually broken makefiles in the contrib tree, I have 24 years ago
Tom Lane 29ec29ffac Makefile forgot to install README.btree_gist. 24 years ago
Tom Lane 07f6c02eac tskey_cmp() should use timestamp_cmp() instead of doing its own 24 years ago
Tom Lane a9289708af New contrib module for BTREE emulation in GiST. 24 years ago