| Commit message (Expand) | Author | Age |
* | Improve replication connection timeouts. | Heikki Linnakangas | 2012-10-11 |
* | Create an improved FDW option validator function for contrib/dblink. | Tom Lane | 2012-10-10 |
* | Update obsolete text in fdwhandler.sgml. | Tom Lane | 2012-10-10 |
* | Use tablespace_option consistently on doc page | Simon Riggs | 2012-10-09 |
* | Add microsecs/op display to pg_test_fsync utility | Simon Riggs | 2012-10-09 |
* | Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. | Tom Lane | 2012-10-08 |
* | Improve documentation about large-object functions. | Tom Lane | 2012-10-07 |
* | Add API for 64-bit large object access. Now users can access up to | Tatsuo Ishii | 2012-10-07 |
* | Improve LDAP authentication documentation | Peter Eisentraut | 2012-10-05 |
* | Removed sentence about not being able to retrieve more than one row at a time, | Michael Meskes | 2012-10-05 |
* | Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. | Tom Lane | 2012-10-04 |
* | Support CREATE SCHEMA IF NOT EXISTS. | Tom Lane | 2012-10-03 |
* | Add --sampling-rate option to pgbench. | Heikki Linnakangas | 2012-10-03 |
* | Return the number of rows processed when COPY is executed through SPI. | Heikki Linnakangas | 2012-10-03 |
* | The max shared_buffers value that initdb will choose was raised, update docs. | Heikki Linnakangas | 2012-10-01 |
* | PL/Python: Convert oid to long/int | Peter Eisentraut | 2012-09-29 |
* | Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. | Tom Lane | 2012-09-28 |
* | Fix examples of how to use "su" while starting the server. | Tom Lane | 2012-09-25 |
* | Add support for include_dir in config file. | Heikki Linnakangas | 2012-09-24 |
* | Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. | Tom Lane | 2012-09-22 |
* | Fix docs typo | Andrew Dunstan | 2012-09-22 |
* | Allow IF NOT EXISTS when add a new enum label. | Andrew Dunstan | 2012-09-22 |
* | Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. | Tom Lane | 2012-09-19 |
* | Provide adequate documentation of the "table_name *" notation. | Tom Lane | 2012-09-17 |
* | Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. | Kevin Grittner | 2012-09-16 |
* | Fix catalog docs to reflect connoinherit change in 09ff76f. | Andrew Dunstan | 2012-09-12 |
* | Fix typo: lexemes misspelled in full text search docs. | Kevin Grittner | 2012-09-11 |
* | Update syntax shown for \copy to match new syntax for COPY. | Robert Haas | 2012-09-06 |
* | Fix typo in information_schema documentation. | Tom Lane | 2012-09-05 |
* | Make one last copy-editing pass over the 9.2 release notes. | Tom Lane | 2012-09-05 |
* | Document that pg_upgrade requires PGHOST be set for any pre-9.1 servers | Bruce Momjian | 2012-09-04 |
* | Mention basebackup-from-slave next to cascading replication | Magnus Hagander | 2012-09-04 |
* | Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. | Tom Lane | 2012-09-03 |
* | Update URLs that pointed to sun.com; either repoint them or remove | Bruce Momjian | 2012-09-02 |
* | Add small doc mention that libpq is named after POSTQUEL. | Bruce Momjian | 2012-09-02 |
* | Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the values | Bruce Momjian | 2012-09-01 |
* | Fix broken link in installation.sgml. | Tom Lane | 2012-09-01 |
* | Cross-link to doc build requirements from install requirements. | Robert Haas | 2012-09-01 |
* | More documentation updates for LATERAL. | Tom Lane | 2012-09-01 |
* | psql: Reduce compatibility warning | Peter Eisentraut | 2012-08-31 |
* | In pg_upgade, document that the port numbers must be different when | Bruce Momjian | 2012-08-31 |
* | Clarify FreeBSD instructions in pg_test_timing. | Bruce Momjian | 2012-08-30 |
* | Properly document that SIGTERM is OK for users to use on a postgres | Bruce Momjian | 2012-08-30 |
* | Revert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the | Bruce Momjian | 2012-08-30 |
* | Remove doc mention of --enable-shared, per Tom. | Bruce Momjian | 2012-08-30 |
* | Document that max_locks_per_transaction might need to be increased for | Bruce Momjian | 2012-08-30 |
* | Fix checkpoint_timeout documentation to reflect current behavior. | Robert Haas | 2012-08-30 |
* | Document that log_autovacuum_min_duration can be used to monitor | Bruce Momjian | 2012-08-30 |
* | Document how to prevent PostgreSQL itself from exhausting memory. | Robert Haas | 2012-08-30 |
* | Document that COPY OUT requires an absolute pathname. | Robert Haas | 2012-08-30 |