summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
10 hoursReplace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
5 daysRevise APIs for pushJsonbValue() and associated routines.Tom Lane
7 daysUse more palloc_object() and palloc_array() in contrib/Michael Paquier
9 daysFix stray references to SubscriptRefPeter Eisentraut
2025-08-05Fix varatt versus Datum type confusionsPeter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-05Constify crc32_szPeter Eisentraut
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