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