summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-06-12hstore: Tighten key/value parsing check for whitespacesMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert hstore_in to report errors softly.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-05Remove deprecated containment operators for contrib types.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-11Allow subscripting of hstore values.Tom Lane
2020-08-15Remove no-longer-usable hstore--1.0--1.1.sql update script.Tom Lane
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-06-29Avoid using %c printf format for potentially non-ASCII characters.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-02-27Remove unused macroPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2018-11-24Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth
2018-11-23Add a 64-bit hash function for type hstore.Tom Lane
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2017-11-25Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-26Support domains over composite types.Tom Lane
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane