Commit Graph

50 Commits (64d2467fc8d34b2a0c84d1c1aadb349a0df4b618)

Author SHA1 Message Date
Dean Rasheed ab73a37e9e btree_gin: Fix calculation of leftmost interval value. 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Tom Lane 042c9091f0 Produce more-optimal plans for bitmap scans on boolean columns. 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Tom Lane ff720a597c Fix planner to consider matches to boolean columns in extension indexes. 3 years ago
Tom Lane a6bd28beb0 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 7 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Teodor Sigaev f4cd7102b5 Add support of bool, bpchar, name and uuid to btree_gin 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Andrew Dunstan 4ad0f88c44 Add btree_gin support for enum types 9 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane d70d119151 Make contrib regression tests safe for Danish locale. 9 years ago
Peter Eisentraut f36ca9af05 Use correct symbol for minimum int64 value 9 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Bruce Momjian 0cf16b44cb btree_gin: properly call DirectFunctionCall1() 11 years ago
Bruce Momjian 11226e3817 Revert commit 843cd0bfe6 11 years ago
Bruce Momjian 843cd0bfe6 btree_gin: properly call DirectFunctionCall1() 11 years ago
Heikki Linnakangas 7f0dccaed6 Turn much of the btree_gin macros into real functions. 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
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Tom Lane 474ff212e5 De-kludge contrib/btree_gin for collations. 15 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 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
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Tom Lane 327b257682 Improve comment. 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
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane 9151e1bb06 Add btree_gin contrib module. 17 years ago