| Age | Commit message (Expand) | Author |
| 2010-02-03 | Add a message type header to the CopyData messages sent from primary | Heikki Linnakangas |
| 2010-02-02 | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander |
| 2010-02-01 | Remove tabs in sgml. | Bruce Momjian |
| 2010-02-01 | Minor documentation improvements for new string_agg aggregate. | Robert Haas |
| 2010-02-01 | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs |
| 2010-02-01 | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro |
| 2010-01-30 | Add plperl.on_perl_init setting to provide for initializing the perl library ... | Andrew Dunstan |
| 2010-01-29 | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs |
| 2010-01-29 | Allow psql variables to be interpolated with literal or identifier escaping. | Robert Haas |
| 2010-01-28 | Add new make targets "world", "install-world" and "installcheck-world" to bui... | Andrew Dunstan |
| 2010-01-28 | Type table feature | Peter Eisentraut |
| 2010-01-28 | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander |
| 2010-01-28 | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway |
| 2010-01-27 | Fix typo. | Magnus Hagander |
| 2010-01-27 | Add support for RADIUS authentication. | Magnus Hagander |
| 2010-01-27 | Fix plperl.sgml errors from recent commit. | Andrew Dunstan |
| 2010-01-26 | Various small improvements and cleanups for PL/Perl. | Andrew Dunstan |
| 2010-01-26 | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane |
| 2010-01-26 | Remove tabs in SGML. | Bruce Momjian |
| 2010-01-26 | Finally applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add the new f... | Michael Meskes |
| 2010-01-26 | Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries | Peter Eisentraut |
| 2010-01-25 | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane |
| 2010-01-25 | Add note that PREPARE TRANSACTION is for transaction managers, not | Heikki Linnakangas |
| 2010-01-24 | Add missing closing tag. | Magnus Hagander |
| 2010-01-23 | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs |
| 2010-01-22 | Revert mention that HTML documentation has to be built first. | Bruce Momjian |
| 2010-01-22 | Fix mismatched tags introduced by attribute options patch. | Robert Haas |
| 2010-01-22 | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas |
| 2010-01-22 | Document that the HTML documentation must be built before the PDF | Bruce Momjian |
| 2010-01-22 | PL/Python DO handler | Peter Eisentraut |
| 2010-01-21 | Add new escaping functions PQescapeLiteral and PQescapeIdentifier. | Robert Haas |
| 2010-01-20 | Add user-specific .pg_service.conf file | Peter Eisentraut |
| 2010-01-20 | Fix doc build, which was broken by PL/perl utility functions patch. | Robert Haas |
| 2010-01-20 | Add utility functions to PLPerl: | Andrew Dunstan |
| 2010-01-20 | Reformat documentation of libpq escaping functions. | Robert Haas |
| 2010-01-19 | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander |
| 2010-01-19 | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane |
| 2010-01-19 | Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. | Tom Lane |
| 2010-01-18 | Update SET CONSTRAINTS reference page --- it failed to mention EXCLUDE | Tom Lane |
| 2010-01-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-16 | Fix spelling error, noticed by Thomas Shinnick | Magnus Hagander |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-12 | Update MSVC build instructions. | Magnus Hagander |
| 2010-01-12 | Remove tabs in SGML file. | Bruce Momjian |
| 2010-01-11 | Add some simple support and documentation for using process-specific oom_adj | Tom Lane |
| 2010-01-10 | Docs for behaviour change of drop database during Hot Standby | Simon Riggs |
| 2010-01-10 | Update Windows installation notes. | Magnus Hagander |
| 2010-01-10 | Document pg_tablespace.spcoptions. | Robert Haas |
| 2010-01-09 | Tidy up and refactor plperl.c. | Andrew Dunstan |
| 2010-01-08 | Add buffer access counters to pg_stat_statements. | Itagaki Takahiro |