Commit Graph

7892 Commits (ae4b17edeebc6670ba222a8cfbb1658d02203d29)

Author SHA1 Message Date
Robert Haas 20be0d480a Make log_temp_files based on kB, and revert docs & comments to match. 16 years ago
Peter Eisentraut 46ee42b816 Add note that using PL/Python 2 and 3 in the same session will probably crash 16 years ago
Robert Haas 5acd417c8f Support setting the keepalive idle time on MacOS X. 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
Bruce Momjian a520b78f3e Remove SGML tab. 16 years ago
Tom Lane aceedd88f6 Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible 16 years ago
Tom Lane e76c1a0f4d Replace max_standby_delay with two parameters, max_standby_archive_delay and 16 years ago
Bruce Momjian e6a7416e28 Document more clearly on XML namespaces inside xpath function 16 years ago
Tom Lane 4b200a2769 Fix assorted misstatements and poor wording in the descriptions of the I/O 16 years ago
Robert Haas 276a8f4e99 Additional cross-references to window functions documentation. 16 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 16 years ago
Bruce Momjian c37e009678 Update 9.0 release notes so streaming replication and hot standby is not 16 years ago
Andrew Dunstan 71a4d5c642 Correct missing/misspelled surname. 16 years ago
Bruce Momjian 67bc0b2b90 Document that /bin/true on Windows is implemented by 'REM'. 16 years ago
Bruce Momjian e1f8d97e49 In documentation, use "lower case"/"upper case" consistently (use space 16 years ago
Bruce Momjian 5016b69cf1 Document that shared_preload_libraries and local_preload_libraries 16 years ago
Tom Lane 5dbf489868 Add compatibility note warning that plpgsql is now stricter about the column 16 years ago
Peter Eisentraut e849b49406 Add note clarifying that XML fragments don't accept DTDs 16 years ago
Bruce Momjian 93c81c6831 Fix doc double-wording in non-durable patch. 16 years ago
Bruce Momjian c65f299894 Add new Non-Durable Settings documentation section. 16 years ago
Peter Eisentraut ee37fb57c0 Add guidelines for formatting errcontext strings 16 years ago
Bruce Momjian 7bfc0e5e79 Remove tab from SGML. 16 years ago
Robert Haas e351593922 Rewrite docs for new libpq keepalive parameters. 16 years ago
Robert Haas 7c49bf9d5d Make AIX suggestions about disabling ipv6 more version-sensitive. 16 years ago
Simon Riggs 3bdd23932b Fix log_temp_files docs and comments to say bytes not kilobytes. 16 years ago
Robert Haas fd3499be2f Some copy-editing of the Hot Standby documentation. 16 years ago
Robert Haas dedb500e8a Further 9.0 release notes updates. 16 years ago
Bruce Momjian f5dc03dc69 Mention that when alter rewrites a table, indexes are also rebuilt. 16 years ago
Robert Haas d8cd283a08 Add TCP keepalive support to libpq. 16 years ago
Bruce Momjian 7b6f29006e Update pg_ctl docs to explain server output behavior differences on 16 years ago
Robert Haas f974212320 Deprecate the use of => as an operator name. 16 years ago
Robert Haas 9b2c14cf11 Minor markup improvements for Hot Standby documentation. 16 years ago
Robert Haas 31c47e53aa Rename hstore => text[] operator to % 16 years ago
Tom Lane f826f8fc69 Add missing close brackets in old-style COPY syntax diagram. 16 years ago
Tom Lane 8f4e121845 Fix typo, init => int, per KOIZUMI Satoru. 16 years ago
Robert Haas 5c5184c043 Document that receive location can rewind if replication restarts. 16 years ago
Bruce Momjian f25e5e5d47 Update doc description for 9.0 release note item: 16 years ago
Bruce Momjian a7b592722a 9.0 release notes updates. 16 years ago
Andrew Dunstan 3659c62350 Remove perl symbol table additions for plperl functions, and mention of it 16 years ago
Peter Eisentraut 0c88e559d1 Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP 16 years ago
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 16 years ago
Bruce Momjian 77a4c51af8 Clarify SELECT FOR UPDATE behavior in docs. 16 years ago
Robert Haas b17129b589 Remove hstore's text[] => text[] operator. 16 years ago
Robert Haas 4a96908575 Document new 9.0 behavior of ANALYZE on inheritance hierarchies. 16 years ago
Itagaki Takahiro 41f302b52a Add new GUC categories corresponding to sections in docs, and move 16 years ago
Bruce Momjian cbb0dcff4f Fix doc plperl doc with is -> are change. 16 years ago
Simon Riggs 24bfbb5857 Docs for pg_archivecleanup 16 years ago
Robert Haas 38736e2276 Fix misplaced modifier. 16 years ago
Robert Haas dd6c1080d0 Fix typo. 16 years ago
Tom Lane a079efa641 postgres.txt should get cleaned by 'make clean'. 16 years ago