aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Allow bcc32 and win32 batch files to compile libpq.Bruce Momjian2011-09-07
* In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian2011-09-07
* Fix typo in error message.Tom Lane2011-09-07
* Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane2011-09-07
* Revert documentation patch about NEW/OLD and triggers.Bruce Momjian2011-09-07
* Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian2011-09-06
* Fix spelling mistake in pgpass documentation change.Bruce Momjian2011-09-06
* Add documentation suggestion about adding a comment to the top ofBruce Momjian2011-09-06
* Fix plpgsql "PERFORM" markup.Bruce Momjian2011-09-06
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-06
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-06
* 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