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