summaryrefslogtreecommitdiff
path: root/contrib/hstore
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-282-10/+10
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-072-4/+4
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Convert hstore_in to report errors softly.Tom Lane2022-12-273-28/+133
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-4/+10
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-071-3/+3
* meson: Add windows resource filesAndres Freund2022-10-051-8/+16
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+44
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-2/+2
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-171-8/+8
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-014-26/+9
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove deprecated containment operators for contrib types.Tom Lane2021-03-051-0/+4
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-042-0/+8
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Allow subscripting of hstore values.Tom Lane2020-12-116-2/+345
* Remove no-longer-usable hstore--1.0--1.1.sql update script.Tom Lane2020-08-152-8/+1
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-102-12/+32
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-291-4/+12
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-011-0/+15
* Implement operator class parametersAlexander Korotkov2020-03-306-87/+178
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-044-12/+12
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-94/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-3/+3
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-291-1/+1
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-0/+5
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+7
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-243-6/+3
* Fix most -Wundef warningsPeter Eisentraut2019-10-191-1/+1
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-2/+2
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Remove unused macroPeter Eisentraut2019-02-281-3/+0
* Change function call information to be variable length.Andres Freund2019-01-261-1/+1
* Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth2018-11-241-28/+19
* Add a 64-bit hash function for type hstore.Tom Lane2018-11-236-5/+64
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-021-3/+7
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-251-1/+2
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Support domains over composite types.Tom Lane2017-10-261-10/+36
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-4/+4
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-185-36/+36
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-133-2/+17
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-10/+12