summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-211-2/+2
* HA doc wording improvement.Bruce Momjian2006-11-211-3/+3
* Prevent intratransaction memory leak when a subtransaction is abortedTom Lane2006-11-211-1/+14
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-213-6/+35
* Fix plpython to work (or at least pass its regression tests) withTom Lane2006-11-212-6/+48
* Mention pgpool-II can do Clustering For Parallel Query Execution.Bruce Momjian2006-11-211-3/+2
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-2111-48/+204
* Update Statement-Based Replication Middleware docs to be more general.Bruce Momjian2006-11-211-10/+10
* Fix type in return valueTeodor Sigaev2006-11-211-1/+1
* In HA/load balancing does:Bruce Momjian2006-11-211-17/+40
* VC build patch from Magnus:Neil Conway2006-11-211-2/+5
* Move libpq environment reference in psql documentation to a moreBruce Momjian2006-11-211-9/+9
* remove duplicate declaration, per report from Magnus Hagander.Andrew Dunstan2006-11-211-2/+1
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-211-1/+20
* Add capitalization mention.Bruce Momjian2006-11-212-19/+22
* I noticed that the Partitioning section of the docs has *two* sectionsBruce Momjian2006-11-211-32/+32
* Change the default setting for log_min_error_statement to ERROR. PerTom Lane2006-11-213-17/+17
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-215-40/+39
* Retitle documentation section, "Statement-Based Replication Using Middleware".Bruce Momjian2006-11-201-6/+7
* Add mention that Shared Disk Failover can use file system mirroring ofBruce Momjian2006-11-201-2/+5
* Update Brazilian FAQ.Bruce Momjian2006-11-202-1663/+1266
* For to_char() day/month abbrevitions, mention "3 chars in English,Bruce Momjian2006-11-201-7/+7
* Our MingW FAQ appears to be seriously out of date. Couple of fixes: weBruce Momjian2006-11-202-33/+21
* More MSVC build fixes:Tom Lane2006-11-204-16/+30
* Overhaul the "External Projects" chapter in the manual. ReplaceNeil Conway2006-11-202-133/+235
* Update documentation to use Statement-Based Replication rather thanBruce Momjian2006-11-201-6/+6
* Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.Teodor Sigaev2006-11-206-62/+131
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-201-37/+62
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-192-44/+184
* Clarify description of CIDR-address column of pg_hba.conf, to discourageTom Lane2006-11-171-4/+5
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-174-46/+115
* Small message equalization fixPeter Eisentraut2006-11-171-2/+2
* Rename replication section "High Availability and Load Balancing".Bruce Momjian2006-11-173-24/+27
* Data Partitioning documentation section reduced and moved to the end.Bruce Momjian2006-11-171-44/+22
* Fix a typo.Neil Conway2006-11-171-2/+2
* Fixed small typo, missing 'l' in 'Cluserting'Michael Meskes2006-11-171-2/+2
* Remove a bunch of antique information from the appendix in the docsNeil Conway2006-11-171-246/+12
* Use more standard terms for replication, ideas from Markus Schiltknecht.Bruce Momjian2006-11-171-45/+48
* Mention two-phase commit for having all transactions commit on all servers.Bruce Momjian2006-11-161-4/+8
* Reconfigure failover/replication doc items to be varlist entries, ratherBruce Momjian2006-11-161-163/+182
* Clarify replication items, and define some terms.Bruce Momjian2006-11-161-7/+24
* Message fixPeter Eisentraut2006-11-161-2/+2
* String fixPeter Eisentraut2006-11-161-2/+2
* Improve broadcast wording for failover/clustering documentation.Bruce Momjian2006-11-151-20/+22
* Add URL for case identifiers.Bruce Momjian2006-11-142-7/+8
* Fix xrefs for failover changes.Bruce Momjian2006-11-141-4/+5
* Update failover docs, per suggestions from Chris Browne.Bruce Momjian2006-11-141-20/+32
* Fix URL for patch hold queue.Bruce Momjian2006-11-142-4/+4
* Force plperl and plperlu to run in separate interpreters. Create an errorAndrew Dunstan2006-11-133-43/+264
* Fix some typos in comments.Neil Conway2006-11-128-37/+37