Commit Graph

32473 Commits (3ced32d24e14af1877171c085a635b4ccdf8930c)
 

Author SHA1 Message Date
Bruce Momjian 3ced32d24e In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 14 years ago
Tom Lane 99155aaa33 Fix typo in error message. 14 years ago
Tom Lane a7d9203cc4 Fix get_name_for_var_field() to deal with RECORD Params. 14 years ago
Bruce Momjian f19593754a Have pgrminclude skip files that use CppAsString2 because CppAsString2 14 years ago
Bruce Momjian f81fb4f690 Fix bug introduced by pgrminclude where the tablespace version name was 14 years ago
Bruce Momjian 029dfdf115 Fix to_date() and to_timestamp() to handle year masks of length < 4 so 14 years ago
Bruce Momjian 8eacb25cbe Revert documentation patch about NEW/OLD and triggers. 14 years ago
Simon Riggs df383b03e6 Partially revoke attempt to improve performance with many savepoints. 14 years ago
Simon Riggs dde70cc313 Emit cascaded standby message on shutdown only when appropriate. 14 years ago
Bruce Momjian 39039e6d7a Properly document the existance of OLD/NEW trigger pl/pgsql trigger 14 years ago
Bruce Momjian d858abfdfd Fix spelling mistake in pgpass documentation change. 14 years ago
Bruce Momjian a25fc9edcb Add documentation suggestion about adding a comment to the top of 14 years ago
Tom Lane db10f01baa Improve comment about handling of temp tables in shared-inval code. 14 years ago
Peter Eisentraut e6d800981e Correct ancient logic mistake in assertion 14 years ago
Bruce Momjian ba3de10c4e Fix plpgsql "PERFORM" markup. 14 years ago
Tom Lane 623f77e9d1 Avoid possibly accessing off the end of memory in SJIS2004 conversion. 14 years ago
Tom Lane 780a342c90 Avoid possibly accessing off the end of memory in examine_attribute(). 14 years ago
Bruce Momjian 6f94280dee Document PERFORM limitation when using WITH queries. 14 years ago
Tom Lane ae92eff6b9 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 14 years ago
Tom Lane b7f83e70d9 Update type-conversion documentation for long-ago changes. 14 years ago
Bruce Momjian d764835bbc Properly document semphore requirements by accounting for worker 14 years ago
Bruce Momjian 5c8676ea71 Add documentation link to strftime supported options. 14 years ago
Bruce Momjian f458c90bff Add C comment about why we send cache invalidation messages for 14 years ago
Alvaro Herrera 56a9ed92b6 Adjust translator comment format to xgettext expectations 14 years ago
Alvaro Herrera b64f18c583 Mark some untranslatable messages with errmsg_internal 14 years ago
Peter Eisentraut a2a5ce6826 Improve "invalid byte sequence for encoding" message 14 years ago
Bruce Momjian 7cb99b2696 Add mention that UTC really means UT1. 14 years ago
Tom Lane 0b88af150e Update time zone data files to tzdata release 2011i. 14 years ago
Bruce Momjian d235f828d7 Document that contrib/pgtrgm only processes ASCII alphanumeric 14 years ago
Tom Lane 6a24742c1a Guard against using plperl's Makefile without specifying --with-perl. 14 years ago
Tom Lane 4c2777d0b7 Change get_variable_numdistinct's API to flag default estimates explicitly. 14 years ago
Tom Lane 1cb108efb0 Dig down into sub-selects to look for column statistics. 14 years ago
Tom Lane 698df3350d Can't print PlannerGlobal's subroots list in outfuncs. 14 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 14 years ago
Tom Lane f116b1f5b8 Remove unnecessary and circular #include. 14 years ago
Bruce Momjian 5bce637a4b walsender.h doesn't need xlog.h, per Tom. 14 years ago
Bruce Momjian 85e6e1662b Move AllowCascadeReplication() define from xlog.h to replication include 14 years ago
Bruce Momjian ca598c18c6 Remove find_lt sgml tool, as it is not needed. 14 years ago
Tom Lane 48e4b8dc08 Fix typo in pg_srand48 (srand48 in older branches). 14 years ago
Tom Lane b3aaf9081a Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. 14 years ago
Peter Eisentraut 42ad992fdc Add archive_command example 14 years ago
Peter Eisentraut f1e4f3d44f Whitespace adjustment for consistency in the file 14 years ago
Tom Lane 5b562644fe Teach ANALYZE to clear pg_class.relhassubclass when appropriate. 14 years ago
Michael Meskes 2f72d5df6a Fix brace indentation of commit 63d06ef591 to fit PostgreSQL style. 14 years ago
Bruce Momjian 418d04ea73 Improve method of avoiding fcinfo compile errors. 14 years ago
Heikki Linnakangas e4df037330 Remove spurious comma. Spotted by Tom. 14 years ago
Bruce Momjian 10af3ab2b2 Add C comment about needed include. 14 years ago
Heikki Linnakangas 5066e55d61 libpq compiles various pgport files like ecpg does, and needs similar Makefile 14 years ago
Tom Lane e5b012b788 Put back improperly removed #include. 14 years ago
Bruce Momjian 7805b11856 Add C comment about necessary NetBSD include. 14 years ago