]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2011-08-26 Bruce MomjianModify pgrminclude to include all code, even in #if...
2011-08-26 Bruce MomjianCleanup of script.
2011-08-26 Bruce MomjianAdd missing includes after pgrminclude run.
2011-08-26 Bruce Momjiando include files first
2011-08-26 Bruce MomjianAdd markers.
2011-08-26 Bruce MomjianAdd another marker.
2011-08-26 Bruce MomjianAdd markers for skips.
2011-08-26 Bruce MomjianFix #if blocks.
2011-08-26 Tom LaneFix potential memory clobber in tsvector_concat().
2011-08-26 Tom LaneImprove comments describing tsvector data structure.
2011-08-26 Tom LaneClean up weird corner cases in lexing of psql meta...
2011-08-26 Tom LaneSupport non-ASCII letters in psql variable names.
2011-08-26 Bruce MomjianFix pgrminclude regex pattern.
2011-08-26 Andrew DunstanUnbreak MSVC build broken by my port of flex check.
2011-08-26 Bruce MomjianIn pgrminclude, add code to skip includes with a marker...
2011-08-26 Bruce MomjianIn pgrminclude, make skipped include names constent...
2011-08-26 Bruce MomjianIn pg_upgrade, limit schema name filter to include...
2011-08-25 Andrew DunstanPort backup check on psql lexer to MSVC.
2011-08-25 Alvaro HerreraAdd expected isolationtester output when prepared xacts...
2011-08-25 Tom LaneAdd makefile rules to check for backtracking in backend...
2011-08-25 Tom LaneFix psql lexer to avoid use of backtracking.
next