Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2024-01-07Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-06-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-28Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan
2020-03-30Implement operator class parametersAlexander Korotkov
2019-08-06Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane
2018-07-09Fix yet more problems with incorrectly-constructed zero-length arrays.Tom Lane
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2015-07-21Add selectivity estimation functions for intarray operators.Heikki Linnakangas
2012-02-17Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2007-09-14Remove ill-considered (not to mention undocumented) attempt to makeTom Lane
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-05-03Make GIN opclass worked with intarray extensionsTeodor Sigaev
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-08-10August 6, 2002Bruce Momjian
2001-09-23please apply attached patch to current CVS.Bruce Momjian
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-03-17Update contrib intarray to Jan 25 version.Bruce Momjian
2001-01-12commit Oleg and Teodor's RD-tree implementation ... this provides theMarc G. Fournier