Commit Graph

139 Commits (ec5896aed3c01da24c1f335f138817e9890d68b6)

Author SHA1 Message Date
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Tom Lane 71ed8b3ca7 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 11 years ago
Tom Lane 45b7abe59e Fix bogus %name-prefix option syntax in all our Bison files. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Heikki Linnakangas 36f4c7843c Adjust cube.out expected output for new test queries. 12 years ago
Heikki Linnakangas 08612f45a0 Extend cube on-disk format to pack points more tightly. 12 years ago
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 12 years ago
Heikki Linnakangas cc7b0c2553 Remove prototype for cube(text) function that doesn't exist anymore. 13 years ago
Peter Eisentraut 0cb1fac3b1 Add noreturn attributes to some error reporting functions 13 years ago
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 13 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Peter Eisentraut 654e1f96b0 Clean up whitespace and indentation in parser and scanner files 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian d532184252 Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo 14 years ago
Bruce Momjian 4bd7333b14 Allow more include files to be compiled in their own by adding missing 14 years ago
Tom Lane 2e95f1f002 Add "%option warn" to all flex input files that lacked it. 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Andrew Dunstan c1d82a936f Remove CRLF line endings in new cube results file. 15 years ago
Andrew Dunstan 210f95f1cd Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. 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 304845075c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 4fa0a23c70 Fix bug in cube picksplit algorithm. 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
Robert Haas 33980a0640 Fix various instances of "the the". 16 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 16 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 17 years ago
Tom Lane b153c09209 Add a bunch of new error location reports to parse-analysis error messages. 17 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 17 years ago
Tom Lane 3e4264ca35 Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 17 years ago
Tom Lane 5914140a3b Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 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 92266303e8 Support functions for index opclasses should be immutable. 18 years ago