Commit Graph

11044 Commits (f21bb9cfb5646e1793dcc9c0ea697bab99afa523)

Author SHA1 Message Date
Tom Lane d8262b6c9b Recommend triggers, not rules, in the CREATE VIEW reference page. 13 years ago
Simon Riggs 8de72b66a2 COPY FREEZE and mark committed on fresh tables. 13 years ago
Peter Eisentraut 44c03efee3 doc: Fix broken links to DocBook wiki 13 years ago
Magnus Hagander 65c3bf19fd Add libpq function PQconninfo() 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane 532994299e Revert patch for taking fewer snapshots. 13 years ago
Peter Eisentraut 6b6633ad6c doc: Put pg_temp into documentation index 13 years ago
Peter Eisentraut 817c186ea3 doc: Put commas in the right place on pg_restore reference page 13 years ago
Peter Eisentraut 8f40ad1f4e doc: Add link to CREATE TABLE AS on CREATE TABLE reference page 13 years ago
Peter Eisentraut 9b3ac49e5a Use a stamp file for the XSLT HTML doc build 13 years ago
Peter Eisentraut 42218f29af doc: "only relevant" -> "relevant only" 13 years ago
Peter Eisentraut 732740e7d4 XSLT stylesheet: Add slash to directory name 13 years ago
Heikki Linnakangas a9dad56441 Teach pg_basebackup and pg_receivexlog to reply to server keepalives. 13 years ago
Bruce Momjian c90dcd6d2c In pg_upgrade docs, mention using base backup as part of rsync for 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Peter Eisentraut 4bb106ef4f Fix typo 13 years ago
Tom Lane e774b7649c Document that TCP keepalive settings read as 0 on Unix-socket connections. 13 years ago
Tom Lane 5a39114fe7 In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Tom Lane edef20f6e1 Fix pg_dump's handling of DROP DATABASE commands in --clean mode. 13 years ago
Simon Riggs f862a326ef Fix typo in previous commit 13 years ago
Simon Riggs 9f9695a0cd Clarify hash index caution and copy to CREATE INDEX docs 13 years ago
Heikki Linnakangas 6f60fdd701 Improve replication connection timeouts. 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Tom Lane 392b2e5010 Update obsolete text in fdwhandler.sgml. 13 years ago
Simon Riggs 2190377113 Use tablespace_option consistently on doc page 13 years ago
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 13 years ago
Tom Lane 0e924c007d Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. 13 years ago
Tom Lane 1503333f8f Improve documentation about large-object functions. 13 years ago
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to 13 years ago
Peter Eisentraut ae835c7d6e Improve LDAP authentication documentation 13 years ago
Michael Meskes 1045af95e7 Removed sentence about not being able to retrieve more than one row at a time, 13 years ago
Tom Lane 7e389f73d1 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 13 years ago
Tom Lane fb34e94d21 Support CREATE SCHEMA IF NOT EXISTS. 13 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 13 years ago
Heikki Linnakangas 7ae1815961 Return the number of rows processed when COPY is executed through SPI. 13 years ago
Heikki Linnakangas 2ad881f054 The max shared_buffers value that initdb will choose was raised, update docs. 13 years ago
Peter Eisentraut db0af74af2 PL/Python: Convert oid to long/int 13 years ago
Tom Lane 05b555d12b Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 13 years ago
Tom Lane 7d8cbeb0c3 Fix examples of how to use "su" while starting the server. 13 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 13 years ago
Tom Lane 31510194cc Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. 13 years ago
Andrew Dunstan fcc1576687 Fix docs typo 13 years ago
Andrew Dunstan 6d12b68cd7 Allow IF NOT EXISTS when add a new enum label. 13 years ago
Tom Lane 4394fe3dcb Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 13 years ago
Tom Lane 3c64342c86 Provide adequate documentation of the "table_name *" notation. 14 years ago
Kevin Grittner 327542645e Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 14 years ago
Andrew Dunstan 7c328a9b04 Fix catalog docs to reflect connoinherit change in 09ff76f. 14 years ago
Kevin Grittner 4bc0d2e2cf Fix typo: lexemes misspelled in full text search docs. 14 years ago
Robert Haas dda589c96b Update syntax shown for \copy to match new syntax for COPY. 14 years ago