summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-075-11/+11
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-7/+11
* Use C library functions instead of Abs() for int64Peter Eisentraut2022-10-102-2/+2
* Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut2022-10-081-1/+1
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-079-11/+11
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+84
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Fix planner to consider matches to boolean columns in extension indexes.Tom Lane2022-09-021-2/+2
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-139-10/+0
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-083-34/+82
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-032-5/+5
* Fix gist_bool_ops to use gbtreekey2Tomas Vondra2021-11-082-5/+20
* Add bool GiST opclass to btree_gistTomas Vondra2021-11-068-3/+382
* Improve performance of float overflow checks in btree_gistMichael Paquier2021-08-193-21/+8
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-0776-1529/+3
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-0776-3/+1529
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-091-1/+1
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-20/+36
* Update btree_gist extension for parallel queryAlexander Korotkov2020-07-203-2/+194
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-012-3/+4
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-480/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-3018-218/+152
* Make the order of the header file includes consistent.Amit Kapila2019-11-253-7/+6
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-6/+25
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-244-8/+6
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-14/+14
* Change floating-point output format for improved performance.Andrew Gierth2019-02-132-20/+20
* More unconstify usePeter Eisentraut2019-02-131-4/+4
* Remove useless castsPeter Eisentraut2019-02-131-12/+12
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-204-32/+37
* Improve stability of recently-added regression test case.Tom Lane2018-10-162-16/+12
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-112-6/+6
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-0/+1
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-031-2/+9
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-012-0/+57
* Consistently use PG_INT(16|32|64)_(MIN|MAX).Andres Freund2017-12-124-4/+4
* Use new overflow aware integer operations.Andres Freund2017-12-125-22/+20
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-0811-21/+21
* Extend & revamp pg_bswap.h infrastructure.Andres Freund2017-09-291-2/+2
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-182-4/+4
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-072-39/+39
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-052-3/+3
* Phase 3 of pgindent updates.Tom Lane2017-06-2117-49/+49
* Phase 2 of pgindent updates.Tom Lane2017-06-214-10/+10