Commit Graph

31543 Commits (c5eb835bbffb99518405a1e5bccb58c85e0ab30e)
 

Author SHA1 Message Date
Robert Haas c5eb835bbf Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. 15 years ago
Robert Haas 777e8c0015 Remove bogus semicolons in recoveryPausesHere. 15 years ago
Robert Haas f94c6f9c0f Minor fixes for high availability documentation. 15 years ago
Robert Haas 76dbb46153 Protocol documentation for Hot Standby feedback messages. 15 years ago
Robert Haas 02b1f84e7d Remove bogus comment. 15 years ago
Alvaro Herrera 1c249fcfcc Fix PL/Python memory leak involving array slices 15 years ago
Peter Eisentraut 8c0a5eb78a Raise maximum value of several timeout parameters 15 years ago
Robert Haas 84abea76f6 Add pause_at_recovery_target to recovery.conf.sample; improve docs. 15 years ago
Robert Haas 9a56dc3389 Fix various possible problems with synchronous replication. 15 years ago
Bruce Momjian e148443ddd Document guc context values, and reference them from the config doc section. 15 years ago
Andrew Dunstan 5b079cb248 Use correct PATH separator for Cygwin in pg_regress.c. 15 years ago
Robert Haas ad3aff45f0 Tab completion for \pset format and \pset linestyle. 15 years ago
Robert Haas 5f588e2005 Corrections to CREATE FOREIGN TABLE documentation. 15 years ago
Tom Lane 72cfc17aef Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT. 15 years ago
Bruce Momjian 898a14e1a0 Remove unused copy_dir() function from pg_upgrade. 15 years ago
Bruce Momjian a858ca19df Adjust doc wording about the casting exceptions for composite types. 15 years ago
Bruce Momjian 2b8364de69 Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO. 15 years ago
Bruce Momjian b774efa9d5 Fix spelling error in fuzzystrmatch docs. 15 years ago
Bruce Momjian df4a9595c2 Wording adjustment for restart_after_crash entry 15 years ago
Bruce Momjian ddd6ff289f Add database comments to template0 and postgres databases, and improve 15 years ago
Robert Haas f0f3617135 Minor sync rep documentation improvements. 15 years ago
Robert Haas 5ca4dfc79f Remove 13 keywords that are used only for ROLE options. 15 years ago
Magnus Hagander 01c1a12a5b Remove special case allowing parameters to ident auth for initdb 15 years ago
Tom Lane f12423d75a Adjust regression test to avoid platform-dependent failure. 15 years ago
Bruce Momjian b051a34fd8 Remove duplicate time-based macros recently added. 15 years ago
Tom Lane a2eb9e0c08 Simplify list traversal logic in add_path(). 15 years ago
Tom Lane 696d1f7f06 Make all comparisons done for/with statistics use the default collation. 15 years ago
Bruce Momjian 94fe9c0f4e Use "backend process" rather than "backend server", where appropriate. 15 years ago
Bruce Momjian 3a3f39fdc0 Use macros for time-based constants, rather than constants. 15 years ago
Peter Eisentraut 3d9f7ec1ff Add test case for collation mismatch in recursive query 15 years ago
Tom Lane 2a26639a5d On further reflection, we'd better do the same in int.c. 15 years ago
Tom Lane 72330995a5 Put in some more safeguards against executing a division-by-zero. 15 years ago
Tom Lane 8acdb8bf9c Split CollateClause into separate raw and analyzed node types. 15 years ago
Bruce Momjian 7a8f43968a In docs, rename "backwards compatibility" to "backward compatibility" 15 years ago
Tom Lane e3c732a85c Create an explicit concept of collations that work for any encoding. 15 years ago
Tom Lane ac435a79c8 Remove duplicate indexterm to silence openjade wrning. 15 years ago
Bruce Momjian 4869d10afc Update documentation on FreeBSD write cache control. 15 years ago
Bruce Momjian ffe92d15d5 Document that to_char('FM') removes only trailing zeros. 15 years ago
Bruce Momjian a1bb5a480d Document how listen_addresses can do only IPv4 or IPv6. 15 years ago
Heikki Linnakangas 30e8b3e58e In ecpg preprocessor, don't try to look up constants in the test for 15 years ago
Bruce Momjian 59bacbe147 Adds index entries for session_user and pg_describe_object 15 years ago
Bruce Momjian 35a1964e55 In plpsql docs, use RAISE rather than undefined log function. 15 years ago
Bruce Momjian cbd2811461 Improve extract(day) documentation with interval values. 15 years ago
Bruce Momjian ea5c4c71f6 Fix "unparenthesized" mention in vacuum docs. 15 years ago
Bruce Momjian 3896138b7c Update kernel docs for Solaris 10. 15 years ago
Bruce Momjian afaed3add8 Document that pg_dump --clean might generate some harmless errors on restore. 15 years ago
Bruce Momjian 7d23e0f803 Update C comment about O_DIRECT and fsync(). 15 years ago
Bruce Momjian 06711de9d9 Document that libpq's PQgetResult() should be called after a fatal error 15 years ago
Bruce Momjian ad44d50591 Document that the parenthesized VACUUM syntax is deprecated, not the 15 years ago
Bruce Momjian dae1e5546c Add comment to tools/git-external-diff. 15 years ago