Commit Graph

102 Commits (REL9_1_STABLE)

Author SHA1 Message Date
Andres Freund 0aa09c9cf3 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Tom Lane 43c658f523 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 4c5fde4e28 Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Tom Lane aa4982169d Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Heikki Linnakangas ea896da394 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Tom Lane 2a6ebe70fb Fix contrib/seg's GiST picksplit method. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 17 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut a53536d031 Add %expect 0 to all parser input files to prevent conflicts slipping by. 17 years ago
Tom Lane fbb2b69c8f Prevent memory leaks in our various bison parsers when an error occurs 18 years ago
Tom Lane b153c09209 Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 18 years ago
Tom Lane 3e4264ca35 Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 18 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 7c81d7953c seg_size() has to be V1 calling convention, too. 18 years ago
Alvaro Herrera 05ace73335 Change the float4-returning functions in contrib/seg to fmgr v1 calling 18 years ago
Tom Lane 41de1d1507 Fix typo. 18 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane f8203f908e Support functions for index opclasses should be immutable. 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Peter Eisentraut 6e1664beaf Remove useless CPPFLAGS. 19 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 20 years ago
Teodor Sigaev 1f7ef548ec Changes 20 years ago
Tom Lane d77df813c9 Got tired of waiting for spoonbill's compiler to get fixed. Let's 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Peter Eisentraut c8c864c261 Put flex'ed and bison'ed files in contrib in the distribution tarball, as 20 years ago
Neil Conway 48fb696753 Fix a number of syntax errors in contrib modules' uninstall scripts. 20 years ago
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
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 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago