| Age | Commit message (Expand) | Author |
| 2009-01-06 | Remove references to pgsql-ports and pgsql-patches mailing lists from | Tom Lane |
| 2009-01-06 | Remove outdated Japanese README files per discussion. | Tatsuo Ishii |
| 2009-01-05 | Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to | Tom Lane |
| 2009-01-04 | Add contrib/pg_stat_statements for server-wide tracking of statement execution | Tom Lane |
| 2009-01-02 | Tweak guc.c to allow underscores in the names of custom variable classes, | Tom Lane |
| 2009-01-01 | Add comma so this copyright notice is picked up in 2010. | Bruce Momjian |
| 2009-01-01 | Fix a couple of missed copyright dates. | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-15 | Improve comment about why sleep is used by pg_standby to handle 'copy' | Bruce Momjian |
| 2008-12-15 | Add comment about GNUWin32's cp not having the file system problem. | Bruce Momjian |
| 2008-12-15 | Add missing 'break' in Win32 switch statement, reported by Martin Zaun | Bruce Momjian |
| 2008-12-01 | Refactor crosstab() to build and return a tuplestore instead of using | Tom Lane |
| 2008-11-30 | Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. | Tom Lane |
| 2008-11-30 | Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows | Tom Lane |
| 2008-11-28 | Fix an oversight in uninstall_isn.sql: must drop operator families explicitly. | Tom Lane |
| 2008-11-28 | Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem) | Tom Lane |
| 2008-11-26 | Add %expect 0 to all parser input files to prevent conflicts slipping by. | Peter Eisentraut |
| 2008-11-19 | Add auto-explain contrib module for automatic logging of the plans of | Tom Lane |
| 2008-11-14 | Reduce contrib/intagg to a thin wrapper around the new core functions | Tom Lane |
| 2008-11-12 | Support of multibyte encoding for pg_trgm | Teodor Sigaev |
| 2008-11-10 | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer | Tom Lane |
| 2008-11-07 | Add some more citext test cases, per David Wheeler. Also remove the | Tom Lane |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
| 2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
| 2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
| 2008-10-14 | Update citext expected output for recent change in error message location | Tom Lane |
| 2008-10-06 | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas |
| 2008-10-02 | Make the blkno arguments bigints instead of int4s. A signed int4 is not | Heikki Linnakangas |
| 2008-09-30 | Rewrite pg_freespacemap to match the new FSM implementation. I missed these | Heikki Linnakangas |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-22 | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane |
| 2008-09-11 | Add a duration option to pgbench, so that test length can be specified in sec... | Tom Lane |
| 2008-09-05 | Add some additional casts and regression tests for the citext data type. | Tom Lane |
| 2008-09-02 | Prevent memory leaks in our various bison parsers when an error occurs | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-25 | Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 | Tom Lane |
| 2008-08-22 | Minor patch on pgbench | Bruce Momjian |
| 2008-08-14 | pg_buffercache needs to be taught about relation forks, as Greg Stark | Heikki Linnakangas |
| 2008-07-30 | Allow I/O conversion casts to be applied to or from any type that is a member | Tom Lane |
| 2008-07-30 | Adjust citext to make use of the new ability to declare its type category: | Tom Lane |
| 2008-07-29 | Add a new, improved version of citext as a contrib module. | Tom Lane |
| 2008-07-11 | Add caching of query to GIN/GiST consistent function. | Teodor Sigaev |
| 2008-07-08 | Fix WAL file cutoff point calculation in pg_standby. | Heikki Linnakangas |
| 2008-07-03 | When an ERROR happens on a dblink remote connection, take | Joe Conway |
| 2008-06-30 | ltree support for multibyte encodings. Patch was made by | Teodor Sigaev |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-06-18 | Improve error reporting for problems in text search configuration files | Tom Lane |