Commit Graph

22279 Commits (e6d800981ed0cd8889660d40cb5e813dfad87344)

Author SHA1 Message Date
Peter Eisentraut e6d800981e Correct ancient logic mistake in assertion 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 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
Tom Lane 0b88af150e Update time zone data files to tzdata release 2011i. 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
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
Tom Lane 5bba65de94 Fix a missed case in code for "moving average" estimate of reltuples. 15 years ago
Peter Eisentraut b83bb97fdb Clean up pg_regress --help output 15 years ago
Robert Haas 7fe33a51b9 Add --if-exists option to dropdb and dropuser. 15 years ago
Andrew Dunstan 94478aa8b1 Detect out of date flex in MSVC builds. 15 years ago
Robert Haas 8a3d33c8e6 Fix parsing of time string followed by yesterday/today/tomorrow. 15 years ago
Robert Haas eab2ef6164 Remove some tabs from README file. 15 years ago
Tom Lane a5b7640ba0 Fix concat_ws() to not insert a separator after leading NULL argument(s). 15 years ago
Tom Lane be1e8053f4 Use a non-locking test in TAS_SPIN() on all IA64 platforms. 15 years ago
Robert Haas c01c25fbe5 Improve spinlock performance for HP-UX, ia64, non-gcc. 15 years ago
Tom Lane 6e1f1fee97 Actually, all of parallel restore's limitations should be tested earlier. 15 years ago