aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Document PERFORM limitation when using WITH queries.Bruce Momjian2011-09-06
* Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.Tom Lane2011-09-06
* Update type-conversion documentation for long-ago changes.Tom Lane2011-09-06
* Properly document semphore requirements by accounting for workerBruce Momjian2011-09-06
* Add documentation link to strftime supported options.Bruce Momjian2011-09-05
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-05
* Add mention that UTC really means UT1.Bruce Momjian2011-09-05
* Update time zone data files to tzdata release 2011i.Tom Lane2011-09-05
* Document that contrib/pgtrgm only processes ASCII alphanumericBruce Momjian2011-09-05
* Guard against using plperl's Makefile without specifying --with-perl.Tom Lane2011-09-04
* Fix #include problems in 9.1 branch.Tom Lane2011-09-04
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-03
* Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to f...Michael Meskes2011-09-02
* Remove spurious comma. Spotted by Tom.Heikki Linnakangas2011-09-01
* libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas2011-09-01
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-01
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-01
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-01
* Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian2011-08-31
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-31
* The replication status values in pg_stat_replication was changed toHeikki Linnakangas2011-08-31
* Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane2011-08-30
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Actually, all of parallel restore's limitations should be tested earlier.Tom Lane2011-08-28
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-28
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-27
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-27
* Spelling improvementPeter Eisentraut2011-08-27
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-26
* In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian2011-08-26
* Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-25
* Fix psql lexer to avoid use of backtracking.Tom Lane2011-08-25
* Properly quote SQL/MED generic options in pg_dump output.Robert Haas2011-08-25
* Revert "Tweak postgresql.conf.sample's comments on listen_addresess."Robert Haas2011-08-25
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-25
* Adjust CREATE DOMAIN example for standard_conforming_strings=on.Robert Haas2011-08-25
* Fix pgstatindex() to give consistent results for empty indexes.Tom Lane2011-08-24
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-24
* Build src/ before contrib/ in make worldPeter Eisentraut2011-08-24
* Avoid locale dependency in expected output.Tom Lane2011-08-24
* Fix multiple bugs in extension dropping.Tom Lane2011-08-24
* Make CREATE EXTENSION check schema creation permissions.Tom Lane2011-08-23
* Fix overoptimistic assumptions in column width estimation for subqueries.Tom Lane2011-08-23
* Add recovery.conf to the index in the user manual.Heikki Linnakangas2011-08-23
* Fix handling of extension membership when filling in a shell operator.Tom Lane2011-08-22
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21