| Age | Commit message (Expand) | Author |
| 2009-05-12 | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane |
| 2009-05-12 | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane |
| 2009-05-05 | Make new complaint about unsafe Unicode literals include an error location. | Tom Lane |
| 2009-05-05 | Disable the use of Unicode escapes in string constants (U&'') when | Peter Eisentraut |
| 2009-04-28 | Move SERVER to the right place in the alphabetically sorted keyword list. | Heikki Linnakangas |
| 2009-04-24 | Fix some more 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane |
| 2009-04-19 | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane |
| 2009-04-19 | Fix de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane |
| 2009-04-14 | Fix broken {xufailed} production that made HEAD fail on | Tom Lane |
| 2009-04-06 | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas |
| 2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
| 2009-03-26 | Gettext plural support | Peter Eisentraut |
| 2009-03-08 | Add comments about kwlookup.c expectations | Alvaro Herrera |
| 2009-03-07 | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera |
| 2009-03-04 | Clarify to the translator that yyerror() deals with the translation of | Peter Eisentraut |
| 2009-02-24 | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut |
| 2009-02-11 | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-16 | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas |
| 2009-01-12 | Use qualified_name instead of relation_expr for commands that have no | Peter Eisentraut |
| 2009-01-12 | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut |
| 2009-01-08 | Defend against null input in analyze_requires_snapshot(), per report | Tom Lane |
| 2009-01-07 | Add comment about why BETWEEN uses operator strings and not opclasses, | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-31 | Throw error if a <window definition> references a window that already has a | Tom Lane |
| 2008-12-31 | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane |
| 2008-12-31 | Add some basic support for window frame clauses to the window-functions | Tom Lane |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-20 | Add missing semicolon, per buildfarm results. Martin Pihlak | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |
| 2008-12-17 | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas |
| 2008-12-14 | Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an | Tom Lane |
| 2008-12-13 | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane |
| 2008-12-06 | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian |
| 2008-12-04 | Default values for function arguments | Peter Eisentraut |
| 2008-12-04 | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas |
| 2008-11-26 | Add %expect 0 to all parser input files to prevent conflicts slipping by. | Peter Eisentraut |
| 2008-11-24 | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut |
| 2008-11-21 | Use relation_expr for TABLE command, requested by Tom. | Peter Eisentraut |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane |
| 2008-11-13 | Removed two non-terminals: | Michael Meskes |
| 2008-11-12 | Do not use ICONST/SCONST in rules other than Iconst/Sconst. | Michael Meskes |
| 2008-11-07 | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane |
| 2008-10-31 | Added missing ';' | Michael Meskes |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-29 | Since SQL:2003, the array size specification in the SQL ARRAY syntax has | Peter Eisentraut |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |