| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect uses of Datum conversion macros | Peter Eisentraut | 2022-09-05 | 1 | -1/+1 |
* | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut | 2022-07-01 | 1 | -8/+3 |
* | Introduce macros for typalign and typstorage constants. | Tom Lane | 2020-03-04 | 1 | -6/+6 |
* | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas | 2020-02-27 | 1 | -1/+1 |
* | Clean up newlines following left parentheses | Alvaro Herrera | 2020-01-30 | 1 | -3/+3 |
* | Make the order of the header file includes consistent in contrib modules. | Amit Kapila | 2019-10-24 | 1 | -2/+1 |
* | Fix inconsistencies and typos in the tree, take 11 | Michael Paquier | 2019-08-19 | 1 | -2/+2 |
* | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 2019-03-11 | 1 | -1/+1 |
* | Change function call information to be variable length. | Andres Freund | 2019-01-26 | 1 | -1/+1 |
* | Add a 64-bit hash function for type hstore. | Tom Lane | 2018-11-23 | 1 | -3/+27 |
* | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane | 2017-09-18 | 1 | -25/+25 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 | 1 | -13/+13 |
* | Dodge a macro-name conflict with Perl. | Tom Lane | 2015-11-19 | 1 | -72/+76 |
* | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut | 2014-04-18 | 1 | -28/+0 |
* | Predict integer overflow to avoid buffer overruns. | Noah Misch | 2014-02-17 | 1 | -0/+15 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -2/+0 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -2/+2 |
* | Update contrib/hstore for new GIN extractQuery API. | Tom Lane | 2011-01-09 | 1 | -5/+9 |
* | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas | 2010-12-21 | 1 | -13/+13 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -275/+290 |
* | Fix bogus Assert, per buildfarm results. | Tom Lane | 2009-09-30 | 1 | -3/+5 |
* | Assorted improvements in contrib/hstore. | Tom Lane | 2009-09-30 | 1 | -341/+940 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+3 |
* | Fix contrib/hstore to throw an error for keys or values that don't fit in its | Tom Lane | 2009-03-15 | 1 | -6/+4 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -4/+4 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -4/+9 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -34/+21 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -13/+13 |
* | Clean up usage of some deprecated APIs, particularly schema-unsafe | Tom Lane | 2007-08-26 | 1 | -3/+5 |
* | Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> | Teodor Sigaev | 2007-03-14 | 1 | -13/+36 |
* | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane | 2007-02-28 | 1 | -11/+11 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -7/+7 |
* | Fix typos in comments and error messages in HStore. Patch from Filip | Neil Conway | 2006-12-05 | 1 | -1/+1 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -322/+385 |
* | Add hstore contrib module. | Teodor Sigaev | 2006-09-05 | 1 | -0/+567 |