Commit Graph

198 Commits (master)

Author SHA1 Message Date
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Tom Lane 33feb55c47 Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Tom Lane 2645cb54cb Fix the assert_enabled issue properly. This eliminates the former ABI 20 years ago
Teodor Sigaev 73f47aa0cd Fix stupid bug with sizeof 20 years ago
Tom Lane 25c00833cb Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd 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
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane 0df7f493f8 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 20 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 20 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tom Lane 3bd726333c Recent tightening of allowed array-literal syntax broke one test case 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Teodor Sigaev 146aab497e Docs fix from Kris Jurka <books@ejurka.com> 22 years ago
Teodor Sigaev 239760209b Correct type for isalnum 22 years ago
Tom Lane a7e383d241 Repair badly broken estimation of output buffer size in lquery_out(). 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
Teodor Sigaev 2c914937c1 Fix subpath and subltree. Allow to return '' value. 22 years ago
Bruce Momjian 47d5c3d5e7 Changes: 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Bruce Momjian baf6c8d21d Please, apply patch for contrib/ltree to current CVS and 7.3.2 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Bruce Momjian 71e1f531d3 Please apply patches for contrib/ltree. 23 years ago
Tom Lane e9e919f4ee Fix incorrect subdir value. 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 ec63143f81 Tiny patch fixing small documentation typo. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the 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
Bruce Momjian 87cfb8eb29 Fixed very stupid but important bug: mixing calls of some founctions from 23 years ago
Bruce Momjian be2de3b9c8 The patch solves this problem, I hope... 23 years ago
Bruce Momjian 34f03b1630 Patch for current CVS. It add test of lca() to ltree test suite. 23 years ago
Bruce Momjian 4132106055 Tom Lane: 23 years ago
Bruce Momjian 978c8c6d2f please find attached patch to current CVS ( contrib/ltree ) 23 years ago
Tom Lane 45e584a445 Replace ad-hoc insertions into pg_opclass and friends with CREATE 23 years ago
Bruce Momjian 1dedbf2da5 Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. 23 years ago