Commit Graph

219 Commits (5861b1f343b52ac358912707788214fb8dc981e5)

Author SHA1 Message Date
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 4 weeks ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 3 months ago
Heikki Linnakangas 9370978da8 Fix boilerplate comments in btree_gist 3 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 3 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 4 months ago
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 5 months ago
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType 6 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 6 months ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 7 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 8 months ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 10 months ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 10 months ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 10 months ago
Heikki Linnakangas fe8dd65bf2 Mark misc static global variables as const 11 months ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 1 year ago
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints 1 year ago
Peter Eisentraut 86232a49a4 Fix comment on gist_stratnum_btree 1 year ago
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Peter Eisentraut 8c852ba9a4 Allow some exclusion constraints on partitions 2 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 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 d02ef65bce Standardize error reports in unimplemented I/O functions. 3 years ago
Peter Eisentraut 357cfefb09 Use C library functions instead of Abs() for int64 3 years ago
Peter Eisentraut e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate 3 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 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
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago
Tom Lane ff720a597c Fix planner to consider matches to boolean columns in extension indexes. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Tom Lane 54b1cb7eb7 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Tom Lane 8a2e323f20 Handle mixed returnable and non-returnable columns better in IOS. 4 years ago
Tomas Vondra e2fbb88372 Fix gist_bool_ops to use gbtreekey2 4 years ago
Tomas Vondra 57e3c5160b Add bool GiST opclass to btree_gist 4 years ago
Michael Paquier 32cf7f7acc Improve performance of float overflow checks in btree_gist 4 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 4 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 4 years ago
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric 5 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 5 years ago
Alexander Korotkov d98c08cdc6 Update btree_gist extension for parallel query 5 years ago
Tom Lane 0da06d9faf Get rid of trailing semicolons in C macro definitions. 5 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 5 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 5 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 5 years ago