Commit Graph

23889 Commits (24b1f14eae0b83ef5d6b269ebf1ecae2f3acbb8c)
 

Author SHA1 Message Date
Bruce Momjian 778bb7b60d Retitle documentation section, "Statement-Based Replication Using Middleware". 19 years ago
Bruce Momjian b8c01d9dac Add mention that Shared Disk Failover can use file system mirroring of 19 years ago
Bruce Momjian fb2619859c Update Brazilian FAQ. 19 years ago
Bruce Momjian 016e0b4177 For to_char() day/month abbrevitions, mention "3 chars in English, 19 years ago
Bruce Momjian f88fff1e61 Our MingW FAQ appears to be seriously out of date. Couple of fixes: we 19 years ago
Tom Lane aaef29b377 More MSVC build fixes: 19 years ago
Neil Conway e2b1dbd394 Overhaul the "External Projects" chapter in the manual. Replace 19 years ago
Bruce Momjian 900c9962f7 Update documentation to use Statement-Based Replication rather than 19 years ago
Teodor Sigaev 419fe7cd1b Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php. 19 years ago
Tom Lane 1a5c450f30 When truncating a relation in-place (eg during VACUUM), do not try to unlink 19 years ago
Tom Lane d68efb3f8d Repair problems with hash indexes that span multiple segments: the hash code's 19 years ago
Tom Lane fa3d622cb0 Clarify description of CIDR-address column of pg_hba.conf, to discourage 19 years ago
Tom Lane 4f335a3d7f Repair two related errors in heap_lock_tuple: it was failing to recognize 19 years ago
Peter Eisentraut b6b5aa102b Small message equalization fix 19 years ago
Bruce Momjian e1693e514c Rename replication section "High Availability and Load Balancing". 19 years ago
Bruce Momjian cc9698254c Data Partitioning documentation section reduced and moved to the end. 19 years ago
Neil Conway 42cfdfb453 Fix a typo. 19 years ago
Michael Meskes 4b8049b815 Fixed small typo, missing 'l' in 'Cluserting' 19 years ago
Neil Conway be4dbd9b26 Remove a bunch of antique information from the appendix in the docs 19 years ago
Bruce Momjian 58a7efa03b Use more standard terms for replication, ideas from Markus Schiltknecht. 19 years ago
Bruce Momjian 8a6193333c Mention two-phase commit for having all transactions commit on all servers. 19 years ago
Bruce Momjian a1e5b5c832 Reconfigure failover/replication doc items to be varlist entries, rather 19 years ago
Bruce Momjian c7a6046a59 Clarify replication items, and define some terms. 19 years ago
Peter Eisentraut e05a3c30b0 Message fix 19 years ago
Peter Eisentraut e138b80996 String fix 19 years ago
Bruce Momjian 2b7cef5fb3 Improve broadcast wording for failover/clustering documentation. 19 years ago
Bruce Momjian 9497454ca6 Add URL for case identifiers. 19 years ago
Bruce Momjian 0fc2947729 Fix xrefs for failover changes. 19 years ago
Bruce Momjian ca21417a34 Update failover docs, per suggestions from Chris Browne. 19 years ago
Bruce Momjian 77f24a46b7 Fix URL for patch hold queue. 19 years ago
Andrew Dunstan 751e3e6bd8 Force plperl and plperlu to run in separate interpreters. Create an error 19 years ago
Neil Conway dc10387eb1 Fix some typos in comments. 19 years ago
Neil Conway f49baa73ef Do a round of copy-editing for the system catalog chapter. In particular, 19 years ago
Neil Conway 2b5fedc0d7 Minor improvements to the description of archive_timeout. 19 years ago
Tom Lane a46ca619f8 Suppress a few 'uninitialized variable' warnings that gcc emits only at 19 years ago
Tom Lane d13f372acd Fix pg_get_serial_sequence(), which could incorrectly return the name 19 years ago
Tom Lane 792d6edd5b Clean up some misleading references to %p being a full path, per Simon. 19 years ago
Tom Lane 1456c5b507 Improve formatting of PQexecParams argument descriptions, per 19 years ago
Tom Lane 2c2faa17f2 Emphasize that immutable and stable functions are not allowed to modify 19 years ago
Tom Lane 33556af7c7 Fix errors in key_column_usage.position_in_unique_constraint column recently 19 years ago
Neil Conway 87a50169d2 Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking 19 years ago
Tom Lane d19798e584 Fix set_joinrel_size_estimates() to estimate outer-join sizes more 19 years ago
Tom Lane dcbdf9b1d4 Change Windows rename and unlink substitutes so that they time out after 19 years ago
Tom Lane 808b3190d1 Modify aset.c to track the next intended block allocation size explicitly. 19 years ago
Tom Lane fc5eb3f69a Tweak accumArrayResult() to double the size of its working arrays when 19 years ago
Tom Lane a5cf12e2ef Fix performance issues in replace_text(), replace_text_regexp(), and 19 years ago
Neil Conway 9d6f26325f Fix two typos. 19 years ago
Teodor Sigaev 092ed294fc New README, forgotten when docs was updated 19 years ago
Michael Meskes 0c96e42797 Applied patch by Peter Harris to free auto_mem structure on connect 19 years ago
Neil Conway 415b925345 Fix a memory leak in psql: we'd leak a few PGresult handles if 19 years ago