Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
Magnus Hagander 6f9192df61 Rename ident authentication over local connections to peer 15 years ago
Magnus Hagander 4a0014806d Properly clear the verbose output of pg_basebackup 15 years ago
Bruce Momjian 56bb7f2a02 Remove "all balls" mention of network address; change IPv6 address to ::/0. 15 years ago
Robert Haas fbcf4b92aa Fix possible "tuple concurrently updated" error in ALTER TABLE. 15 years ago
Robert Haas 727589995a Move synchronous_standbys_defined updates from WAL writer to BG writer. 15 years ago
Robert Haas f78ba0a73a Woops. Previous patch to remove -X options missed getopt_long calls(). 15 years ago
Bruce Momjian 0191e120e6 Document that the timestamp returned by pg_last_xact_replay_timestamp is 15 years ago
Bruce Momjian a7136b7fa2 Document the all-balls IPv6 address. 15 years ago
Robert Haas 7a37900443 Make synchronous replication query cancel/die messages more consistent. 15 years ago
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