| Age | Commit message (Expand) | Author |
| 2008-05-16 | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-09 | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut |
| 2008-04-29 | Some minor further cleanup around A_Const. Don't attach a typecast in | Tom Lane |
| 2008-04-29 | Remove typename from A_Const. | Alvaro Herrera |
| 2008-04-24 | Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null | Tom Lane |
| 2008-04-22 | Issue explicit error messages for attempts to use "shell" operators in | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-11 | Add some debug support code to try to catch future mistakes in the area of | Tom Lane |
| 2008-04-09 | Small wording improvements for source code READMEs. | Bruce Momjian |
| 2008-04-09 | Revert README cleanups. | Bruce Momjian |
| 2008-04-09 | Revert sentence removal from nickname in FAQ. | Bruce Momjian |
| 2008-04-05 | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane |
| 2008-04-04 | Oops, change should go in scan.l to survive a clean checkout and not just | Magnus Hagander |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-21 | Remove TypeName struct's timezone flag, which has been write-only storage | Tom Lane |
| 2008-03-21 | Give an explicit error for serial[], rather than silently ignoring | Tom Lane |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-03-20 | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane |
| 2008-03-20 | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-15 | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane |
| 2008-02-15 | Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select. | Tom Lane |
| 2008-02-07 | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane |
| 2008-02-07 | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane |
| 2008-01-11 | The original implementation of polymorphic aggregates didn't really get the | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-28 | Install a lookaside cache to speed up repeated lookups of the same operator | Tom Lane |
| 2007-11-26 | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane |
| 2007-11-22 | Actually ... it's pretty silly that parse_oper.c doesn't set up the | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-11 | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane |
| 2007-10-29 | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane |
| 2007-10-25 | Tweak new error messages to match the actual syntax of DECLARE CURSOR. | Tom Lane |
| 2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
| 2007-09-27 | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane |
| 2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |
| 2007-09-12 | Perform post-escaping encoding validity checks on SQL literals and COPY input | Andrew Dunstan |
| 2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-08-27 | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |