summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version stamp 9.0alpha5.REL9_0_ALPHA5_BRANCHRobert Haas2010-04-014-15/+15
* Add contraint exclusion section to contraint docs.REL9_0_ALPHA5Bruce Momjian2010-04-011-1/+31
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-014-14/+16
* Add full names for release note item authors.Bruce Momjian2010-04-011-91/+93
* Use test -e rather than test -f.Bruce Momjian2010-04-011-2/+2
* Improve 9.0 release notes by removing extra parentheses and linking to aBruce Momjian2010-04-012-5/+5
* Revert change that prevented ellipses from looking like ../.Bruce Momjian2010-03-311-2/+2
* Clarify ellipses use in archive_command example, per Josh Kupershmidt.Bruce Momjian2010-03-311-2/+2
* Document why 'cp -i </dev/null' is suggested for archive command.Bruce Momjian2010-03-311-6/+7
* Fix typos, spotted by Thom Brown.Heikki Linnakangas2010-03-311-4/+4
* Enhance standby documentation.Heikki Linnakangas2010-03-311-18/+111
* Mention in the docs that if special keywords like "sameuser" andHeikki Linnakangas2010-03-311-3/+6
* Enhance documentation of the build-in standby mode, explaining the retryHeikki Linnakangas2010-03-311-273/+355
* Change recovery.conf.sample to match postgresql.conf by showing onlyBruce Momjian2010-03-311-9/+8
* Give a more precise error message if a variable is re-used as cursor name in ...Michael Meskes2010-03-312-4/+14
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-304-5/+13
* Change the retry-loop in standby mode to also try restoring files fromHeikki Linnakangas2010-03-301-113/+231
* Message tuningPeter Eisentraut2010-03-301-2/+2
* Properly initialize local varaible inBruce Momjian2010-03-301-2/+2
* Add comma missing from postgresql.conf comment.Bruce Momjian2010-03-301-1/+1
* Separate targets "make docs" and "make install-docs" for the documentationPeter Eisentraut2010-03-303-25/+33
* Add note that XML Schema validation is not supportedPeter Eisentraut2010-03-291-1/+3
* Add some information about what it means for PL/Python to be untrusted.Peter Eisentraut2010-03-291-4/+9
* Add some documentation about PL/Python limitationsPeter Eisentraut2010-03-291-2/+28
* Edit recovery.conf.sample so it matches docs. Change standby_modeSimon Riggs2010-03-291-6/+14
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-2817-317/+585
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-286-71/+254
* Flush CopyOutResponse when starting streaming in walsender, so that it'sHeikki Linnakangas2010-03-261-1/+2
* Modify some new and pre-existing messages for translatability.Simon Riggs2010-03-252-12/+26
* Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane2010-03-251-2/+2
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-254-13/+124
* Additional thoughts on WALSender cpu reduction. Use long typeSimon Riggs2010-03-241-3/+3
* Change replication connection log format to allow for a databaseSimon Riggs2010-03-241-3/+6
* Reduce CPU utilisation of WALSender process. Process was using 10% CPUSimon Riggs2010-03-241-3/+3
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-241-7/+7
* Now that we know last_statrequest > last_statwrite can be observed in theTom Lane2010-03-241-7/+16
* Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...Andrew Dunstan2010-03-241-2/+2
* Update description of walrcv_receive() function to match reality.Heikki Linnakangas2010-03-241-5/+8
* Document in postgresql.conf that the max_standby_delay default is 30Bruce Momjian2010-03-241-1/+1
* Typo fix from IRC breinbaasBruce Momjian2010-03-231-2/+2
* Remove useless double assignmentPeter Eisentraut2010-03-231-2/+2
* Remove CRs for each line in pgbench.sgml.Itagaki Takahiro2010-03-231-640/+640
* Add back other xlog() function author names.Bruce Momjian2010-03-231-2/+2
* Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro2010-03-232-660/+681
* Properly credit Simon for functions pg_last_xlog_replay_location, etc.Bruce Momjian2010-03-221-2/+2
* Fix regression test breakage from recent change in default name of exclusion-...Tom Lane2010-03-221-6/+6
* Shorten suffix of automatically created indexes to "_excl" when usingSimon Riggs2010-03-221-2/+2
* Re-order createuser and vacuumedb documentation options, forBruce Momjian2010-03-222-67/+67
* Fix an oversight in join-removal optimization: we have to check not only forTom Lane2010-03-223-2/+89
* Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes2010-03-221-2/+2