aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* One last round of copy-editing for the 9.1 release notes.Tom Lane2011-09-08
* 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
* Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian2011-09-07
* Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian2011-09-07
* Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian2011-09-07
* Revert documentation patch about NEW/OLD and triggers.Bruce Momjian2011-09-07
* Partially revoke attempt to improve performance with many savepoints.Simon Riggs2011-09-07
* Emit cascaded standby message on shutdown only when appropriate.Simon Riggs2011-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
* Improve comment about handling of temp tables in shared-inval code.Tom Lane2011-09-06
* Correct ancient logic mistake in assertionPeter Eisentraut2011-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
* Add C comment about why we send cache invalidation messages forBruce Momjian2011-09-05
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-05
* Improve "invalid byte sequence for encoding" messagePeter Eisentraut2011-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
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-04
* Dig down into sub-selects to look for column statistics.Tom Lane2011-09-04
* Can't print PlannerGlobal's subroots list in outfuncs.Tom Lane2011-09-04
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary and circular #include.Tom Lane2011-09-03
* walsender.h doesn't need xlog.h, per Tom.Bruce Momjian2011-09-03
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-03
* Remove find_lt sgml tool, as it is not needed.Bruce Momjian2011-09-03
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-03
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Add archive_command examplePeter Eisentraut2011-09-03
* Whitespace adjustment for consistency in the filePeter Eisentraut2011-09-03
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-02
* Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...Michael Meskes2011-09-02
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-01
* Remove spurious comma. Spotted by Tom.Heikki Linnakangas2011-09-01
* Add C comment about needed include.Bruce Momjian2011-09-01