Commit Graph

32459 Commits (ba3de10c4ea3c70d4e36181e563a4ebffaf4e022)
 

Author SHA1 Message Date
Bruce Momjian ba3de10c4e Fix plpgsql "PERFORM" markup. 15 years ago
Tom Lane 623f77e9d1 Avoid possibly accessing off the end of memory in SJIS2004 conversion. 15 years ago
Tom Lane 780a342c90 Avoid possibly accessing off the end of memory in examine_attribute(). 15 years ago
Bruce Momjian 6f94280dee Document PERFORM limitation when using WITH queries. 15 years ago
Tom Lane ae92eff6b9 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 15 years ago
Tom Lane b7f83e70d9 Update type-conversion documentation for long-ago changes. 15 years ago
Bruce Momjian d764835bbc Properly document semphore requirements by accounting for worker 15 years ago
Bruce Momjian 5c8676ea71 Add documentation link to strftime supported options. 15 years ago
Bruce Momjian f458c90bff Add C comment about why we send cache invalidation messages for 15 years ago
Alvaro Herrera 56a9ed92b6 Adjust translator comment format to xgettext expectations 15 years ago
Alvaro Herrera b64f18c583 Mark some untranslatable messages with errmsg_internal 15 years ago
Peter Eisentraut a2a5ce6826 Improve "invalid byte sequence for encoding" message 15 years ago
Bruce Momjian 7cb99b2696 Add mention that UTC really means UT1. 15 years ago
Tom Lane 0b88af150e Update time zone data files to tzdata release 2011i. 15 years ago
Bruce Momjian d235f828d7 Document that contrib/pgtrgm only processes ASCII alphanumeric 15 years ago
Tom Lane 6a24742c1a Guard against using plperl's Makefile without specifying --with-perl. 15 years ago
Tom Lane 4c2777d0b7 Change get_variable_numdistinct's API to flag default estimates explicitly. 15 years ago
Tom Lane 1cb108efb0 Dig down into sub-selects to look for column statistics. 15 years ago
Tom Lane 698df3350d Can't print PlannerGlobal's subroots list in outfuncs. 15 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 15 years ago
Tom Lane f116b1f5b8 Remove unnecessary and circular #include. 15 years ago
Bruce Momjian 5bce637a4b walsender.h doesn't need xlog.h, per Tom. 15 years ago
Bruce Momjian 85e6e1662b Move AllowCascadeReplication() define from xlog.h to replication include 15 years ago
Bruce Momjian ca598c18c6 Remove find_lt sgml tool, as it is not needed. 15 years ago
Tom Lane 48e4b8dc08 Fix typo in pg_srand48 (srand48 in older branches). 15 years ago
Tom Lane b3aaf9081a Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. 15 years ago
Peter Eisentraut 42ad992fdc Add archive_command example 15 years ago
Peter Eisentraut f1e4f3d44f Whitespace adjustment for consistency in the file 15 years ago
Tom Lane 5b562644fe Teach ANALYZE to clear pg_class.relhassubclass when appropriate. 15 years ago
Michael Meskes 2f72d5df6a Fix brace indentation of commit 63d06ef591 to fit PostgreSQL style. 15 years ago
Bruce Momjian 418d04ea73 Improve method of avoiding fcinfo compile errors. 15 years ago
Heikki Linnakangas e4df037330 Remove spurious comma. Spotted by Tom. 15 years ago
Bruce Momjian 10af3ab2b2 Add C comment about needed include. 15 years ago
Heikki Linnakangas 5066e55d61 libpq compiles various pgport files like ecpg does, and needs similar Makefile 15 years ago
Tom Lane e5b012b788 Put back improperly removed #include. 15 years ago
Bruce Momjian 7805b11856 Add C comment about necessary NetBSD include. 15 years ago
Bruce Momjian 5352bf39ff Add missing hba.h include for NetBSD. 15 years ago
Bruce Momjian b3d32ebac6 In SGML we only need to worry about "<", not ">"; update scripts. 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Michael Meskes 63d06ef591 In ecpglib restore LC_NUMERIC in case of an error. 15 years ago
Robert Haas 48fb49e394 Minor improvements to mbregress.sh script. 15 years ago
Robert Haas 4232c4b406 Userspace access vector cache for contrib/sepgsql. 15 years ago
Robert Haas 3d14bd2563 Fix "is db labeled test?" in chkselinuxenv script. 15 years ago
Bruce Momjian d532184252 Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo 15 years ago
Heikki Linnakangas 65e899b2fb Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 15 years ago
Heikki Linnakangas a88b6e4cfb setlocale() on Windows doesn't work correctly if the locale name contains 15 years ago
Heikki Linnakangas 8ea0257067 Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 15 years ago
Tom Lane 0d3b231eeb Further repair of eqjoinsel ndistinct-clamping logic. 15 years ago
Bruce Momjian 7971a57fd4 Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers. 15 years ago
Tom Lane 97930cf578 Improve eqjoinsel's ndistinct clamping to work for multiple levels of join. 15 years ago