summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-17doc: Put pg_temp into documentation indexPeter Eisentraut
2012-11-15doc: Put commas in the right place on pg_restore reference pagePeter Eisentraut
2012-11-13doc: Add link to CREATE TABLE AS on CREATE TABLE reference pagePeter Eisentraut
2012-11-13Use a stamp file for the XSLT HTML doc buildPeter Eisentraut
2012-11-12doc: "only relevant" -> "relevant only"Peter Eisentraut
2012-11-09XSLT stylesheet: Add slash to directory namePeter Eisentraut
2012-11-08Teach pg_basebackup and pg_receivexlog to reply to server keepalives.Heikki Linnakangas
2012-11-07In pg_upgrade docs, mention using base backup as part of rsync forBruce Momjian
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-11-02Fix typoPeter Eisentraut
2012-10-31Document that TCP keepalive settings read as 0 on Unix-socket connections.Tom Lane
2012-10-26In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane
2012-10-23Add context info to OAT_POST_CREATE security hookAlvaro Herrera
2012-10-20Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane
2012-10-17Fix typo in previous commitSimon Riggs
2012-10-17Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-10Create an improved FDW option validator function for contrib/dblink.Tom Lane
2012-10-10Update obsolete text in fdwhandler.sgml.Tom Lane
2012-10-09Use tablespace_option consistently on doc pageSimon Riggs
2012-10-09Add microsecs/op display to pg_test_fsync utilitySimon Riggs
2012-10-09Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane
2012-10-07Improve documentation about large-object functions.Tom Lane
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-06Improve LDAP authentication documentationPeter Eisentraut
2012-10-05Removed sentence about not being able to retrieve more than one row at a time,Michael Meskes
2012-10-04Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03Add --sampling-rate option to pgbench.Heikki Linnakangas
2012-10-03Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas
2012-10-01The max shared_buffers value that initdb will choose was raised, update docs.Heikki Linnakangas
2012-09-29PL/Python: Convert oid to long/intPeter Eisentraut
2012-09-28Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane
2012-09-25Fix examples of how to use "su" while starting the server.Tom Lane
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-09-22Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane
2012-09-22Fix docs typoAndrew Dunstan
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2012-09-19Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.Tom Lane
2012-09-17Provide adequate documentation of the "table_name *" notation.Tom Lane
2012-09-16Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.Kevin Grittner
2012-09-12Fix catalog docs to reflect connoinherit change in 09ff76f.Andrew Dunstan
2012-09-12Fix typo: lexemes misspelled in full text search docs.Kevin Grittner
2012-09-06Update syntax shown for \copy to match new syntax for COPY.Robert Haas
2012-09-06Fix typo in information_schema documentation.Tom Lane
2012-09-06Make one last copy-editing pass over the 9.2 release notes.Tom Lane
2012-09-04Document that pg_upgrade requires PGHOST be set for any pre-9.1 serversBruce Momjian
2012-09-04Mention basebackup-from-slave next to cascading replicationMagnus Hagander