]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2011-08-25  Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-08-25  Robert HaasChange format of SQL/MED generic options in psql backsl...
2011-08-25  Robert HaasProperly quote SQL/MED generic options in pg_dump output.
2011-08-25  Robert HaasTweak postgresql.conf.sample's comments on listen_addre...
2011-08-25  Robert HaasAdjust CREATE DOMAIN example for standard_conforming_st...
2011-08-25  Tom LaneAdd a regression test for pgstattuple.
2011-08-25  Tom LaneFix pgstatindex() to give consistent results for empty...
2011-08-24  Alvaro HerreraUpdate FK alternative test output to new whitespace...
2011-08-24  Tom LaneFix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB...
2011-08-24  Peter EisentrautBuild src/ before contrib/ in make world
2011-08-24  Tom LaneAvoid locale dependency in expected output.
2011-08-24  Tom LaneFix multiple bugs in extension dropping.
2011-08-24  Tom LaneMake CREATE EXTENSION check schema creation permissions.
2011-08-23  Tom LaneFix overoptimistic assumptions in column width estimati...
2011-08-23  Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-23  Heikki LinnakangasAdd recovery.conf to the index in the user manual.
2011-08-23  Bruce MomjianAdd missing include so include file compiles cleanly...
2011-08-23  Bruce MomjianMark cpluspluscheck as excutable in git.
2011-08-22  Robert HaasTypo fix.
2011-08-22  Tom LaneFix handling of extension membership when filling in...
2011-08-22  Bruce MomjianProperly call strerror() in thread test; add comments.
2011-08-22  Bruce MomjianSimplify errno generating in thread testing program.
2011-08-21  Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-20  Bruce MomjianHave thread_test create its test files in the current...
2011-08-20  Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-19  Bruce MomjianFix copyright.pl to properly us 'tie' function.
2011-08-19  Bruce MomjianFix problem with regex in copyright test.
2011-08-19  Bruce MomjianRemove use of 'tie' in perl for copyright.pl; instead...
2011-08-19  Bruce MomjianAdd executable bit to file.
2011-08-19  Bruce MomjianImplement src/tools/copyright as a Perl program, so...
2011-08-19  Robert HaasClean up 'chkselinuxenv' script.
2011-08-19  Robert HaasFix contrib/sepgsql and contrib/xml2 to always link...
2011-08-19  Robert HaasAllow sepgsql regression tests to be run from a user...
2011-08-19  Bruce MomjianIn pg_upgrade, don't copy visibility map files from...
2011-08-18  Robert HaasTypo fix.
next