| Age | Commit message (Expand) | Author |
| 2015-10-05 | Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. | Andres Freund |
| 2015-09-05 | Fix misc typos. | Heikki Linnakangas |
| 2014-05-06 | Remove tabs after spaces in C comments | Bruce Momjian |
| 2014-05-01 | Fix failure to detoast fields in composite elements of structured types. | Tom Lane |
| 2013-10-28 | Prevent using strncpy with src == dest in TupleDescInitEntry. | Tom Lane |
| 2011-05-23 | Lobotomize typmod check in convert_tuples_by_position, back branches only. | Tom Lane |
| 2010-06-07 | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro |
| 2010-03-11 | Add missing reset of need_initialization in reloptions code. | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-01-22 | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas |
| 2010-01-10 | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2010-01-01 | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane |
| 2009-12-31 | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane |
| 2009-10-13 | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane |
| 2009-10-12 | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan |
| 2009-08-27 | Fix handling of autovacuum reloptions. | Alvaro Herrera |
| 2009-08-17 | Department of marginal improvements: teach tupconvert.c to avoid doing a | Tom Lane |
| 2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
| 2009-08-02 | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane |
| 2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |
| 2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-24 | Use more-portable coding for the check on handing out the last available | Tom Lane |
| 2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
| 2009-04-04 | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera |
| 2009-03-30 | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane |
| 2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
| 2009-03-23 | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane |
| 2009-02-28 | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane |
| 2009-02-09 | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-26 | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-12 | Simplify the writing of amoptions routines by introducing a convenience | Alvaro Herrera |
| 2009-01-08 | A couple further reloptions improvements, per KaiGai Kohei: add a validation | Alvaro Herrera |
| 2009-01-06 | Fix string reloption handling, per KaiGai Kohei. | Alvaro Herrera |
| 2009-01-06 | Suppress compiler warning in a different way, per Alvaro. | Bruce Momjian |
| 2009-01-06 | Supress compiler warning. | Bruce Momjian |
| 2009-01-05 | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
| 2008-11-14 | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-07-23 | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-04-17 | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera |