Commit Graph

205 Commits (585e31fcb6dfcb1d88cfee2371f565574db24869)

Author SHA1 Message Date
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 9 years ago
Robert Haas 2910fc8239 Update extensions with GIN/GIST support for parallel query. 9 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Tom Lane 81ee726d87 Code and docs review for cube kNN support. 10 years ago
Peter Eisentraut 529fd74c09 Fix whitespace 10 years ago
Teodor Sigaev 33bd250f6c Cube extension kNN support 10 years ago
Heikki Linnakangas c80b5f66c6 Fix misc typos. 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
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