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