| Age | Commit message (Expand) | Author |
| 2016-03-08 | ltree: Zero padding bytes when allocating memory for externally visible data. | Andres Freund |
| 2016-01-19 | Fix assorted inconsistencies in GiST opclass support function declarations. | Tom Lane |
| 2015-10-05 | Prevent stack overflow in query-type functions. | Noah Misch |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
| 2015-05-15 | Move strategy numbers to include/access/stratnum.h | Alvaro Herrera |
| 2015-04-14 | Reorganize our CRC source files again. | Heikki Linnakangas |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane |
| 2015-02-09 | Move pg_crc.c to src/common, and remove pg_crc_tables.h | Heikki Linnakangas |
| 2014-11-05 | Fix volatility markings of some contrib I/O functions. | Tom Lane |
| 2014-11-04 | Switch to CRC-32C in WAL and other places. | Heikki Linnakangas |
| 2014-08-25 | Fix typos in some error messages thrown by extension scripts when fed to psql. | Andres Freund |
| 2014-07-14 | Add file version information to most installed Windows binaries. | Noah Misch |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 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 |
| 2012-07-16 | Remove unreachable code | Peter Eisentraut |
| 2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
| 2012-02-28 | Add const qualifiers where they are accidentally cast away | Peter Eisentraut |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-08-27 | Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and | Bruce Momjian |
| 2011-04-25 | Support "make check" in contrib | Peter Eisentraut |
| 2011-02-14 | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane |
| 2011-02-14 | Convert contrib modules to use the extension facility. | Tom Lane |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-01-09 | Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. | Tom Lane |
| 2010-12-22 | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas |
| 2010-12-19 | Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." | Tom Lane |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-02-24 | Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. | Tom Lane |
| 2009-06-11 | Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2008-06-30 | ltree support for multibyte encodings. Patch was made by | Teodor Sigaev |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-09 | Change patternsel() so that instead of switching from a pure | Tom Lane |
| 2007-11-16 | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian |
| 2007-11-16 | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-13 | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane |
| 2007-11-13 | Adjust expected file for new CVS version label. | Bruce Momjian |