Commit Graph

164 Commits (f50c80dbb17efa39c169f6c510e9464486ff5edc)

Author SHA1 Message Date
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 8 years ago
Tom Lane 7d08ce286c Distinguish selectivity of < from <= and > from >=. 8 years ago
Peter Eisentraut ec3a437596 Remove unnecessary casts 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 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. 10 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 10 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 11 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. 12 years ago
Tom Lane 71ed8b3ca7 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 45b7abe59e Fix bogus %name-prefix option syntax in all our Bison files. 12 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. 13 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 14 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. 15 years ago
Bruce Momjian d532184252 Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo 15 years ago
Bruce Momjian 4bd7333b14 Allow more include files to be compiled in their own by adding missing 15 years ago
Tom Lane 2e95f1f002 Add "%option warn" to all flex input files that lacked it. 15 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