| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update high availability/replication documentation chart for new hot | Bruce Momjian | 2010-02-08 | 1 | -3/+3 |
| * | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 4 | -94/+52 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 7 | -66/+117 |
| * | Mention warm and now "hot" standby servers in the high availability docs. | Bruce Momjian | 2010-02-05 | 1 | -7/+8 |
| * | Document that archive_timeout will force new WAL files even if a single | Bruce Momjian | 2010-02-05 | 1 | -2/+6 |
| * | Previous commit was: Properly document that OVER and WINDOW are Postgres res... | Bruce Momjian | 2010-02-05 | 1 | -2/+2 |
| * | Previous commit was to have tab checking as part of gmake check. | Bruce Momjian | 2010-02-05 | 1 | -1/+2 |
| * | *** empty log message *** | Bruce Momjian | 2010-02-05 | 2 | -6/+6 |
| * | Improve PL/Perl documentation of database access functions. | Bruce Momjian | 2010-02-05 | 1 | -22/+105 |
| * | Add SGML 'check-tabs' Makefile rule to check for tabs. | Bruce Momjian | 2010-02-05 | 1 | -1/+3 |
| * | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 | 1 | -5/+29 |
| * | Three out of four of us like this phrasing better. | Tom Lane | 2010-02-04 | 1 | -2/+2 |
| * | Mention "unquoted" identifiers are case-insensitive. | Bruce Momjian | 2010-02-03 | 1 | -2/+2 |
| * | Proofreading improvements for the Administration documentation book. | Bruce Momjian | 2010-02-03 | 16 | -673/+684 |
| * | Add a message type header to the CopyData messages sent from primary | Heikki Linnakangas | 2010-02-03 | 1 | -4/+57 |
| * | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 | 1 | -3/+3 |
| * | Remove tabs in sgml. | Bruce Momjian | 2010-02-01 | 1 | -4/+4 |
| * | Minor documentation improvements for new string_agg aggregate. | Robert Haas | 2010-02-01 | 1 | -4/+5 |
| * | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 | 1 | -17/+1 |
| * | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 | 1 | -1/+24 |
| * | Add plperl.on_perl_init setting to provide for initializing the perl library ... | Andrew Dunstan | 2010-01-30 | 1 | -3/+79 |
| * | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 | 1 | -1/+17 |
| * | Allow psql variables to be interpolated with literal or identifier escaping. | Robert Haas | 2010-01-29 | 1 | -36/+44 |
| * | Add new make targets "world", "install-world" and "installcheck-world" to bui... | Andrew Dunstan | 2010-01-28 | 2 | -4/+25 |
| * | Type table feature | Peter Eisentraut | 2010-01-28 | 2 | -6/+72 |
| * | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander | 2010-01-28 | 1 | -1/+19 |
| * | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway | 2010-01-28 | 1 | -33/+84 |
| * | Fix typo. | Magnus Hagander | 2010-01-27 | 1 | -2/+2 |
| * | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 | 1 | -1/+100 |
| * | Fix plperl.sgml errors from recent commit. | Andrew Dunstan | 2010-01-27 | 1 | -8/+4 |
| * | Various small improvements and cleanups for PL/Perl. | Andrew Dunstan | 2010-01-26 | 1 | -32/+31 |
| * | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 | 2 | -21/+4 |
| * | Remove tabs in SGML. | Bruce Momjian | 2010-01-26 | 1 | -3/+3 |
| * | Finally applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add the new f... | Michael Meskes | 2010-01-26 | 1 | -204/+789 |
| * | Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries | Peter Eisentraut | 2010-01-26 | 2 | -30/+30 |
| * | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 | 1 | -57/+83 |
| * | Add note that PREPARE TRANSACTION is for transaction managers, not | Heikki Linnakangas | 2010-01-25 | 1 | -1/+10 |
| * | Add missing closing tag. | Magnus Hagander | 2010-01-24 | 1 | -1/+2 |
| * | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 | 2 | -19/+12 |
| * | Revert mention that HTML documentation has to be built first. | Bruce Momjian | 2010-01-22 | 2 | -5/+4 |
| * | Fix mismatched tags introduced by attribute options patch. | Robert Haas | 2010-01-22 | 1 | -3/+3 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 3 | -24/+28 |
| * | Document that the HTML documentation must be built before the PDF | Bruce Momjian | 2010-01-22 | 1 | -2/+3 |
| * | PL/Python DO handler | Peter Eisentraut | 2010-01-22 | 1 | -1/+19 |
| * | Add new escaping functions PQescapeLiteral and PQescapeIdentifier. | Robert Haas | 2010-01-21 | 1 | -13/+109 |
| * | Add user-specific .pg_service.conf file | Peter Eisentraut | 2010-01-20 | 1 | -8/+43 |
| * | Fix doc build, which was broken by PL/perl utility functions patch. | Robert Haas | 2010-01-20 | 1 | -2/+2 |
| * | Add utility functions to PLPerl: | Andrew Dunstan | 2010-01-20 | 1 | -46/+180 |
| * | Reformat documentation of libpq escaping functions. | Robert Haas | 2010-01-20 | 1 | -96/+104 |
| * | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander | 2010-01-19 | 1 | -1/+12 |