Commit Graph

8975 Commits (0b77aebabfbe9155ea88ee9e11fa126315473b86)

Author SHA1 Message Date
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. 13 years ago
Kevin Grittner 327542645e Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 13 years ago
Andrew Dunstan 7c328a9b04 Fix catalog docs to reflect connoinherit change in 09ff76f. 13 years ago
Kevin Grittner 4bc0d2e2cf Fix typo: lexemes misspelled in full text search docs. 13 years ago
Robert Haas dda589c96b Update syntax shown for \copy to match new syntax for COPY. 13 years ago
Tom Lane 25f4fe4e46 Fix typo in information_schema documentation. 13 years ago
Tom Lane 185b744ee6 Make one last copy-editing pass over the 9.2 release notes. 13 years ago
Bruce Momjian 00a8eb61a2 Document that pg_upgrade requires PGHOST be set for any pre-9.1 servers 13 years ago
Magnus Hagander 4effe7a589 Mention basebackup-from-slave next to cascading replication 13 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 13 years ago
Bruce Momjian 7682c5947d Update URLs that pointed to sun.com; either repoint them or remove 13 years ago
Bruce Momjian 6c82a86c6f Add small doc mention that libpq is named after POSTQUEL. 13 years ago
Bruce Momjian 53fa0c6db8 Revert doc patch 305557984d as the values 13 years ago
Tom Lane b8a4093b58 Fix broken link in installation.sgml. 13 years ago
Robert Haas e8d6c98c2f Cross-link to doc build requirements from install requirements. 13 years ago
Tom Lane 06310178ef More documentation updates for LATERAL. 13 years ago
Peter Eisentraut 5cad024524 psql: Reduce compatibility warning 13 years ago
Bruce Momjian f789909b59 In pg_upgade, document that the port numbers must be different when 13 years ago
Bruce Momjian c36b06a70d Clarify FreeBSD instructions in pg_test_timing. 13 years ago
Bruce Momjian b5dc7612a5 Properly document that SIGTERM is OK for users to use on a postgres 13 years ago
Bruce Momjian 39d0653d05 Revert 1fbc30f1dc because the 13 years ago
Bruce Momjian 1fbc30f1dc Remove doc mention of --enable-shared, per Tom. 13 years ago
Bruce Momjian 39b42ecb05 Document that max_locks_per_transaction might need to be increased for 13 years ago
Robert Haas 9bedfbd02b Fix checkpoint_timeout documentation to reflect current behavior. 13 years ago
Bruce Momjian 83fbfec383 Document that log_autovacuum_min_duration can be used to monitor 13 years ago
Robert Haas 35738b5906 Document how to prevent PostgreSQL itself from exhausting memory. 13 years ago
Robert Haas b9ea8d20fd Document that COPY OUT requires an absolute pathname. 13 years ago
Bruce Momjian 48a9c7823e Remove old documentation warnings about the use of bigint. 13 years ago
Robert Haas 152525b5f3 Document that xslt-related RPMs may be needed to build docs. 13 years ago
Bruce Momjian 9fe6da5c0d Document that NOTIFY events are visible to all users. 13 years ago