summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
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-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-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-06Improve comment about handling of temp tables in shared-inval code.Tom Lane
2011-09-06Correct ancient logic mistake in assertionPeter Eisentraut
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-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-05Update time zone data files to tzdata release 2011i.Tom Lane
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
2011-09-02Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...Michael Meskes
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian
2011-09-01Remove spurious comma. Spotted by Tom.Heikki Linnakangas
2011-09-01Add C comment about needed include.Bruce Momjian
2011-09-01libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas
2011-09-01Put back improperly removed #include.Tom Lane
2011-09-01Add C comment about necessary NetBSD include.Bruce Momjian
2011-09-01Add missing hba.h include for NetBSD.Bruce Momjian
2011-09-01In SGML we only need to worry about "<", not ">"; update scripts.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-09-01In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes
2011-09-01Minor improvements to mbregress.sh script.Robert Haas
2011-09-01Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas
2011-09-01setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-09-01Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas
2011-09-01Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane