| Age | Commit message (Expand) | Author |
| 2009-04-23 | varstr_cmp and any comparison function that piggybacks on it can return | Heikki Linnakangas |
| 2009-04-15 | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander |
| 2009-04-07 | Remove useless (leftover?) extern declaration. | Tom Lane |
| 2009-04-07 | Defend against non-ASCII letters in fuzzystrmatch code. The functions | Tom Lane |
| 2009-04-05 | Remove contrib/intarray's definitions of the <@ and @> operators, so that they | Tom Lane |
| 2009-04-02 | Fix memory allocation for output of hstore type. | Teodor Sigaev |
| 2009-03-31 | Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read | Tom Lane |
| 2009-03-26 | Make pg_standby's maxretries option do what one would expect. Fujii Masao | Tom Lane |
| 2009-03-25 | Add btree_gin contrib module. | Tom Lane |
| 2009-03-25 | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane |
| 2009-03-25 | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane |
| 2009-03-18 | Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that | Heikki Linnakangas |
| 2009-03-18 | Don't intercept SIGQUIT as a signal to trigger failover; that's what | Heikki Linnakangas |
| 2009-03-15 | Fix contrib/hstore to throw an error for keys or values that don't fit in its | Tom Lane |
| 2009-02-27 | Equip the programs installed by contrib with proper --help and --version | Peter Eisentraut |
| 2009-02-26 | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut |
| 2009-02-25 | Clean up help (-?) output. | Peter Eisentraut |
| 2009-02-25 | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut |
| 2009-01-28 | Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger | Teodor Sigaev |
| 2009-01-07 | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane |
| 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 |