]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-09-08  Tom Laneround() is not portable. Use rint().
2011-09-08  Alvaro HerreraTweak string for uniformity
2011-09-08  Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-08  Heikki LinnakangasFix typo and reword the sentence.
2011-09-08  Heikki LinnakangasBuffering GiST index build algorithm.
2011-09-08  Tom LaneOne last round of copy-editing for the 9.1 release...
2011-09-07  Tom LaneFix corner case bug in numeric to_char().
2011-09-07  Bruce MomjianAllow bcc32 and win32 batch files to compile libpq.
2011-09-07  Bruce MomjianIn pg_upgrade, disallow migration of 8.3 clusters using...
2011-09-07  Tom LaneFix typo in error message.
2011-09-07  Tom LaneFix get_name_for_var_field() to deal with RECORD Params.
2011-09-07  Bruce MomjianHave pgrminclude skip files that use CppAsString2 becau...
2011-09-07  Bruce MomjianFix bug introduced by pgrminclude where the tablespace...
2011-09-07  Bruce MomjianFix to_date() and to_timestamp() to handle year masks...
2011-09-07  Bruce MomjianRevert documentation patch about NEW/OLD and triggers.
2011-09-07  Simon RiggsPartially revoke attempt to improve performance with...
2011-09-07  Simon RiggsEmit cascaded standby message on shutdown only when...
2011-09-07  Bruce MomjianProperly document the existance of OLD/NEW trigger...
2011-09-06  Bruce MomjianFix spelling mistake in pgpass documentation change.
2011-09-06  Bruce MomjianAdd documentation suggestion about adding a comment...
2011-09-06  Tom LaneImprove comment about handling of temp tables in shared...
2011-09-06  Peter EisentrautCorrect ancient logic mistake in assertion
2011-09-06  Bruce MomjianFix plpgsql "PERFORM" markup.
2011-09-06  Tom LaneAvoid possibly accessing off the end of memory in SJIS2...
2011-09-06  Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-06  Bruce MomjianDocument PERFORM limitation when using WITH queries.
2011-09-06  Tom LaneAdd an "incompatibility" entry to 9.1 release notes...
2011-09-06  Tom LaneUpdate type-conversion documentation for long-ago changes.
2011-09-06  Bruce MomjianProperly document semphore requirements by accounting...
2011-09-06  Bruce MomjianAdd documentation link to strftime supported options.
2011-09-06  Bruce MomjianAdd C comment about why we send cache invalidation...
2011-09-05  Alvaro HerreraAdjust translator comment format to xgettext expectations
2011-09-05  Alvaro HerreraMark some untranslatable messages with errmsg_internal
2011-09-05  Peter EisentrautImprove "invalid byte sequence for encoding" message
2011-09-05  Bruce MomjianAdd mention that UTC really means UT1.
2011-09-05  Tom LaneUpdate time zone data files to tzdata release 2011i.
2011-09-05  Bruce MomjianDocument that contrib/pgtrgm only processes ASCII alpha...
2011-09-05  Tom LaneGuard against using plperl's Makefile without specifyin...
2011-09-04  Tom LaneChange get_variable_numdistinct's API to flag default...
2011-09-04  Tom LaneDig down into sub-selects to look for column statistics.
2011-09-04  Tom LaneCan't print PlannerGlobal's subroots list in outfuncs.
2011-09-04  Tom LaneClean up the #include mess a little.
2011-09-04  Tom LaneRemove unnecessary and circular #include.
2011-09-04  Bruce Momjianwalsender.h doesn't need xlog.h, per Tom.
2011-09-04  Bruce MomjianMove AllowCascadeReplication() define from xlog.h to...
2011-09-03  Bruce MomjianRemove find_lt sgml tool, as it is not needed.
2011-09-03  Tom LaneFix typo in pg_srand48 (srand48 in older branches).
2011-09-03  Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-02  Peter EisentrautAdd archive_command example
2011-09-02  Peter EisentrautWhitespace adjustment for consistency in the file
2011-09-02  Tom LaneTeach ANALYZE to clear pg_class.relhassubclass when...
2011-09-02  Michael MeskesFix brace indentation of commit 63d06ef59156719efd0208c...
2011-09-01  Bruce MomjianImprove method of avoiding fcinfo compile errors.
2011-09-01  Heikki LinnakangasRemove spurious comma. Spotted by Tom.
2011-09-01  Bruce MomjianAdd C comment about needed include.
2011-09-01  Heikki Linnakangaslibpq compiles various pgport files like ecpg does...
2011-09-01  Tom LanePut back improperly removed #include.
2011-09-01  Bruce MomjianAdd C comment about necessary NetBSD include.
2011-09-01  Bruce MomjianAdd missing hba.h include for NetBSD.
2011-09-01  Bruce MomjianIn SGML we only need to worry about "<", not ">"; ...
2011-09-01  Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-09-01  Michael MeskesIn ecpglib restore LC_NUMERIC in case of an error.
2011-09-01  Robert HaasMinor improvements to mbregress.sh script.
2011-09-01  Robert HaasUserspace access vector cache for contrib/sepgsql.
2011-09-01  Robert HaasFix "is db labeled test?" in chkselinuxenv script.
2011-09-01  Bruce MomjianRemove "fmgr.h" include in cube contrib --- caused...
2011-09-01  Heikki LinnakangasFix MinGW build, broken by my previous patch to add...
2011-09-01  Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-09-01  Heikki LinnakangasMove the line to undefine setlocale() macro on Win32...
2011-09-01  Tom LaneFurther repair of eqjoinsel ndistinct-clamping logic.
2011-09-01  Bruce MomjianFix pg_upgrade to preserve toast relfrozenxids for...
2011-08-31  Tom LaneImprove eqjoinsel's ndistinct clamping to work for...
2011-08-31  Heikki LinnakangasThe replication status values in pg_stat_replication...
2011-08-30  Tom LaneFix not-backwards-compatible pg_upgrade test for prepar...
2011-08-30  Tom LaneFix a missed case in code for "moving average" estimate...
2011-08-30  Peter EisentrautClean up pg_regress --help output
2011-08-30  Peter EisentrautSome markup cleanup to deconfuse the find_gt_lt tool
2011-08-30  Robert HaasRepair brain fade in previous commit, per Josh Kupershmidt.
2011-08-30  Robert HaasAdd --if-exists option to dropdb and dropuser.
2011-08-30  Andrew DunstanDetect out of date flex in MSVC builds.
2011-08-30  Robert HaasFix parsing of time string followed by yesterday/today...
2011-08-30  Robert HaasRemove some tabs from README file.
2011-08-29  Tom LaneFix concat_ws() to not insert a separator after leading...
2011-08-29  Tom LaneUse a non-locking test in TAS_SPIN() on all IA64 platforms.
2011-08-29  Robert HaasImprove spinlock performance for HP-UX, ia64, non-gcc.
2011-08-29  Tom LaneActually, all of parallel restore's limitations should...
2011-08-29  Tom LaneBe more user-friendly about unsupported cases for paral...
2011-08-28  Tom LaneInclude $cc_string in the info reported by a configure...
2011-08-28  Bruce MomjianModify pgrminclude -v to report include files that...
2011-08-27  Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27  Peter EisentrautDocument minimum required version of DocBook XSL styles...
2011-08-27  Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-27  Bruce MomjianAllow more include files to be compiled in their own...
2011-08-27  Bruce MomjianAdd support for #elif to pgrminclude.
2011-08-27  Peter EisentrautImplement the information schema with_hierarchy column
2011-08-27  Peter EisentrautSpelling improvement
2011-08-27  Bruce MomjianAdd another pgdefine path check, and a cvs-git change.
2011-08-27  Bruce MomjianChange references of CVS to .git.
2011-08-27  Bruce MomjianAdd postgres.h to *.c files for pg_upgrade, ltree,...
2011-08-26  Bruce MomjianFix missing pgdefine detection in pgrminclude.
next