]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-11-29  Michael MeskesWhen processing nested structure pointer variables...
2012-11-29  Tom LaneSuppress parallel build in interfaces/ecpg/preproc/.
2012-11-29  Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-11-28  Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-28  Heikki LinnakangasIf we don't have a backup-end-location, don't claim...
2012-11-27  Tom LaneAdd explicit casts in ilist.h's inline functions.
2012-11-27  Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-11-26  Tom LaneRevert patch for taking fewer snapshots.
2012-11-26  Tom LaneFix SELECT DISTINCT with index-optimized MIN/MAX on...
2012-11-25  Bruce MomjianIn pg_upgrade, simplify function copy_file() by using...
2012-11-25  Bruce MomjianIn pg_upgrade, fix a few place that used maloc/free...
2012-11-23  Peter EisentrautRemove -Wlogical-op from standard compiler flags
2012-11-23  Michael MeskesApplied patch by Chen Huajun <chenhj@cn.fujitsu.com...
2012-11-22  Tom LaneFix pg_resetxlog to use correct path to postmaster...
2012-11-22  Heikki LinnakangasAvoid bogus "out-of-sequence timeline ID" errors in...
2012-11-21  Tom LaneDon't launch new child processes after we've been told...
2012-11-21  Heikki LinnakangasSpeed up operations on numeric, mostly by avoiding...
2012-11-19  Bruce MomjianIn pg_upgrade, report errno string if file existence...
2012-11-19  Tom LaneImprove handling of INT_MIN / -1 and related cases.
2012-11-19  Heikki LinnakangasFix archive_cleanup_command.
2012-11-18  Tom LaneLimit values of archive_timeout, post_auth_delay, auth_...
2012-11-18  Tom LaneFix syslogger to not fail when log_rotation_age exceeds...
2012-11-18  Tom LaneAssert that WaitLatch's timeout is not more than INT_MA...
2012-11-17  Peter Eisentrautdoc: Put pg_temp into documentation index
2012-11-16  Peter EisentrautAdd -Wlogical-op to standard compiler flags, if supported
2012-11-16  Tom LaneImprove check_partial_indexes() to consider join clause...
2012-11-15  Peter Eisentrautdoc: Put commas in the right place on pg_restore refere...
2012-11-15  Bruce MomjianIn pg_upgrade, add third meaningless parameter to open().
2012-11-14  Bruce MomjianIn pg_upgrade, copy fsm, vm, and extent files by checki...
2012-11-14  Tom LaneFix the int8 and int2 cases of (minimum possible intege...
2012-11-14  Bruce MomjianMark pg_upgrade's free_db_and_rel_infos() as a static...
2012-11-14  Bruce MomjianAdjust find_status for newer Linux 'nm' output format.
2012-11-13  Tom LaneFix memory leaks in record_out() and record_send().
2012-11-13  Simon RiggsSkip searching for subxact locks at commit.
2012-11-13  Simon RiggsClarify docs on hot standby lock release
2012-11-13  Peter Eisentrautdoc: Add link to CREATE TABLE AS on CREATE TABLE refere...
2012-11-13  Tom LaneFix multiple problems in WAL replay.
2012-11-13  Peter EisentrautUse a stamp file for the XSLT HTML doc build
2012-11-12  Heikki LinnakangasOops, have to rename local variables called 'errcontext...
2012-11-12  Heikki LinnakangasUse correct text domain for translating errcontext...
2012-11-12  Heikki LinnakangasSilence "expression result unused" warnings in AssertVa...
2012-11-12  Peter Eisentrautdoc: "only relevant" -> "relevant only"
2012-11-12  Tom LaneCheck for stack overflow in transformSetOperationTree().
2012-11-09  Alvaro HerreraRemove leftover LWLockRelease() call
2012-11-09  Peter EisentrautXSLT stylesheet: Add slash to directory name
2012-11-09  Tom LaneFix WaitLatch() to return promptly when the requested...
2012-11-08  Tom LaneRename ResolveNew() to ReplaceVarsFromTargetList()...
2012-11-08  Tom LaneDon't trash input list structure in does_not_exist_skip...
2012-11-08  Heikki LinnakangasTeach pg_basebackup and pg_receivexlog to reply to...
2012-11-07  Tom LaneFix missing inclusions.
2012-11-07  Bruce MomjianAdd URLs to document why DLLIMPORT is needed on Windows.
2012-11-07  Alvaro HerreraDon't try to use a unopened relation
2012-11-07  Bruce MomjianIn pg_upgrade docs, mention using base backup as part...
2012-11-07  Heikki LinnakangasMake the streaming replication protocol messages archit...
2012-11-06  Bruce MomjianIn pg_upgrade, set synchronous_commit=off for the new...
2012-11-05  Tom LaneFix handling of inherited check constraints in ALTER...
2012-11-02  Peter EisentrautFix typo
2012-11-01  Tom LaneFix bogus handling of $(X) (i.e., ".exe") in isolationt...
2012-11-01  Tom LaneLimit the number of rel sets considered in consider_ind...
2012-11-01  Peter EisentrautHave make never delete intermediate files automatically
2012-10-31  Alvaro HerreraFix erroneous choice of timeline variable, too
2012-10-31  Tom LaneDocument that TCP keepalive settings read as 0 on Unix...
2012-10-31  Alvaro HerreraFix erroneous choices of segNo variables
2012-10-31  Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-10-28  Peter EisentrautPreserve intermediate .c files in coverage mode
2012-10-26  Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-10-26  Tom LanePrefer actual constants to pseudo-constants in equivale...
2012-10-26  Tom LaneIn pg_dump, dump SEQUENCE SET items in the data not...
2012-10-24  Tom LaneTweak genericcostestimate's fudge factor for index...
2012-10-24  Tom LaneWhen converting a table to a view, remove its system...
2012-10-23  Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-10-21  Kevin GrittnerCorrect predicate locking for DROP INDEX CONCURRENTLY.
2012-10-20  Tom LaneFix pg_dump's handling of DROP DATABASE commands in...
2012-10-20  Tom LanePrevent overflow in pgbench's percent-done display.
2012-10-19  Tom LaneFix UtilityContainsQuery() to handle CREATE TABLE AS...
2012-10-19  Tom LaneFix hash_search to avoid corruption of the hash table...
2012-10-19  Tom LaneFix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
2012-10-19  Simon RiggsFix orphan on cancel of drop index concurrently.
2012-10-18  Tom LaneFurther cleanup of catcache.c ilist changes.
2012-10-18  Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-18  Tom LaneCode review for inline-list patch.
2012-10-18  Andrew DunstanUse a more portable platform test.
2012-10-18  Heikki LinnakangasFurther tweaking of the readfile() function in pg_ctl.
2012-10-18  Simon RiggsIsolation test for DROP INDEX CONCURRENTLY
2012-10-18  Simon RiggsRe-think guts of DROP INDEX CONCURRENTLY.
2012-10-18  Tom LaneFix planning of non-strict equivalence clauses above...
2012-10-18  Alvaro Herrerapg_dump: Output functions deterministically sorted
2012-10-18  Simon RiggsRevert tests for drop index concurrently.
2012-10-18  Simon RiggsAdd isolation tests for DROP INDEX CONCURRENTLY.
2012-10-17  Tom LaneClose un-owned SMgrRelations at transaction end.
2012-10-17  Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-10-17  Alvaro HerreraEmbedded list interface
2012-10-17  Simon RiggsFix typo in previous commit
2012-10-17  Simon RiggsClarify hash index caution and copy to CREATE INDEX...
2012-10-16  Bruce MomjianWhen outputting the session id in log_line_prefix ...
2012-10-15  Tom Lanealter_generic regression test cannot run concurrently...
2012-10-15  Heikki LinnakangasFix typo in comment.
2012-10-15  Heikki LinnakangasRemove comment that is no longer true.
2012-10-15  Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-15  Tom LaneSplit up process latch initialization for more-fail...
next