summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-08Tweak string for uniformityAlvaro Herrera
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-08Fix typo and reword the sentence.Heikki Linnakangas
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-08One last round of copy-editing for the 9.1 release notes.Tom Lane
2011-09-07Fix corner case bug in numeric to_char().Tom Lane
2011-09-07Allow bcc32 and win32 batch files to compile libpq.Bruce Momjian
2011-09-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-09-07Fix typo in error message.Tom Lane
2011-09-07Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane
2011-09-07Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian
2011-09-07Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian
2011-09-07Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian
2011-09-07Revert documentation patch about NEW/OLD and triggers.Bruce Momjian
2011-09-07Partially revoke attempt to improve performance with many savepoints.Simon Riggs
2011-09-07Emit cascaded standby message on shutdown only when appropriate.Simon Riggs
2011-09-07Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian
2011-09-06Fix spelling mistake in pgpass documentation change.Bruce Momjian
2011-09-06Add documentation suggestion about adding a comment to the top ofBruce Momjian
2011-09-06Improve comment about handling of temp tables in shared-inval code.Tom Lane
2011-09-06Correct ancient logic mistake in assertionPeter Eisentraut
2011-09-06Fix plpgsql "PERFORM" markup.Bruce Momjian
2011-09-06Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane
2011-09-06Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane
2011-09-06Document PERFORM limitation when using WITH queries.Bruce Momjian
2011-09-06Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.Tom Lane
2011-09-06Update type-conversion documentation for long-ago changes.Tom Lane
2011-09-06Properly document semphore requirements by accounting for workerBruce Momjian
2011-09-06Add documentation link to strftime supported options.Bruce Momjian
2011-09-06Add C comment about why we send cache invalidation messages forBruce Momjian
2011-09-05Adjust translator comment format to xgettext expectationsAlvaro Herrera
2011-09-05Mark some untranslatable messages with errmsg_internalAlvaro Herrera
2011-09-05Improve "invalid byte sequence for encoding" messagePeter Eisentraut
2011-09-05Add mention that UTC really means UT1.Bruce Momjian
2011-09-05Update time zone data files to tzdata release 2011i.Tom Lane
2011-09-05Document that contrib/pgtrgm only processes ASCII alphanumericBruce Momjian
2011-09-05Guard against using plperl's Makefile without specifying --with-perl.Tom Lane
2011-09-04Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane
2011-09-04Dig down into sub-selects to look for column statistics.Tom Lane
2011-09-04Can't print PlannerGlobal's subroots list in outfuncs.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-04Remove unnecessary and circular #include.Tom Lane
2011-09-04walsender.h doesn't need xlog.h, per Tom.Bruce Momjian
2011-09-04Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian
2011-09-03Remove find_lt sgml tool, as it is not needed.Bruce Momjian
2011-09-03Fix typo in pg_srand48 (srand48 in older branches).Tom Lane
2011-09-03Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane
2011-09-02Add archive_command examplePeter Eisentraut
2011-09-02Whitespace adjustment for consistency in the filePeter Eisentraut
2011-09-02Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane