]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-12-18  Tom LaneFix failure to ignore leftover temp tables after a...
2012-12-16  Tom LaneFix filling of postmaster.pid in bootstrap/standalone...
2012-12-16  Magnus HaganderProperly copy fmgroids.h after clean on Win32
2012-12-12  Heikki LinnakangasIn multi-insert, don't go into infinite loop on a huge...
2012-12-12  Tom LaneAdd defenses against integer overflow in dynahash numbu...
2012-12-11  Bruce MomjianFix pg_upgrade for invalid indexes
2012-12-11  Heikki LinnakangasConsistency check should compare last record replayed...
2012-12-11  Andrew DunstanAdd mode where contrib installcheck runs each module...
2012-12-11  Bruce MomjianFix pg_upgrade -O/-o options
2012-12-10  Heikki LinnakangasUpdate minimum recovery point on truncation.
2012-12-09  Tom LaneFix assorted bugs in privileges-for-types patch.
2012-12-08  Peter EisentrautUpdate iso.org page link
2012-12-06  Tom LaneFix intermittent crash in DROP INDEX CONCURRENTLY.
2012-12-05  Tom LaneEnsure recovery pause feature doesn't pause unless...
2012-12-05  Simon RiggsMust not reach consistency before XLOG_BACKUP_RECORD
2012-12-04  Michael MeskesInclude isinf.o in libecpg if isinf() is not available...
2012-12-03  Tom LaneStamp 9.2.2. REL9_2_2
2012-12-03  Tom LaneUpdate release notes for 9.2.2, 9.1.7, 9.0.11, 8.4...
2012-12-03  Andrew DunstanRevert "Add mode where contrib installcheck runs each...
2012-12-03  Simon RiggsAvoid holding vmbuffer pin after VACUUM.
2012-12-03  Tom LaneFix documentation of path(polygon) function.
2012-12-03  Peter EisentrautTranslation updates
2012-12-02  Andrew DunstanAdd mode where contrib installcheck runs each module...
2012-12-02  Tom LaneUpdate time zone data files to tzdata release 2012j.
2012-12-02  Tom LaneRecommend triggers, not rules, in the CREATE VIEW refer...
2012-12-02  Tom LaneDon't advance checkPoint.nextXid near the end of a...
2012-12-02  Simon RiggsXidEpoch++ if wraparound during checkpoint.
2012-12-02  Tatsuo IshiiFix psql crash while parsing SQL file whose encoding...
2012-12-01  Tom LanePrevent passing gmake's environment variables down...
2012-12-01  Tom LaneMake sure sharedir/extension/ directory is created...
2012-12-01  Peter Eisentrautdoc: Fix broken links to DocBook wiki
2012-11-30  Alvaro HerreraChange test ExceptionalCondition to return void
2012-11-30  Tom LaneTake buffer lock while inspecting btree index pages...
2012-11-30  Tom LaneAdd missing buffer lock acquisition in GetTupleForTrigg...
2012-11-30  Andrew DunstanClean environment for pg_upgrade test.
2012-11-30  Tom LaneProduce a more useful error message for over-length...
2012-11-29  Simon RiggsCleanup VirtualXact at end of Hot Standby
2012-11-29  Simon RiggsCorrectly init fast path fields on PGPROC
2012-11-29  Michael MeskesWhen processing nested structure pointer variables...
2012-11-29  Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-11-28  Heikki LinnakangasIf we don't have a backup-end-location, don't claim...
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-23  Heikki Linnakangaspg_stat_replication.sync_state was displayed incorrectl...
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-20  Tom LaneImprove handling of INT_MIN / -1 and related cases.
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-16  Tom LaneImprove check_partial_indexes() to consider join clause...
2012-11-14  Tom LaneFix the int8 and int2 cases of (minimum possible intege...
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  Tom LaneFix multiple problems in WAL replay.
2012-11-12  Tom LaneCheck for stack overflow in transformSetOperationTree().
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 LaneDon't trash input list structure in does_not_exist_skip...
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-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-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-10-31  Tom LaneDocument that TCP keepalive settings read as 0 on Unix...
2012-10-31  Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
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 LanePrevent parser from believing that views have system...
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-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  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  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  Simon RiggsFix typo in previous commit
2012-10-17  Simon RiggsClarify hash index caution and copy to CREATE INDEX...
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...
2012-10-12  Tom LaneMake equal() ignore CoercionForm fields for better...
2012-10-11  Tom LaneFix cross-type case in partial row matching for hashed...
2012-10-10  Tom LaneUpdate obsolete text in fdwhandler.sgml.
2012-10-10  Bruce MomjianIn pg_upgrade, issue proper error message when we can...
2012-10-10  Tom LaneFix PGXS support for building loadable modules on AIX.
2012-10-09  Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09  Tom LaneFix lo_export usage in example programs.
2012-10-08  Heikki LinnakangasSay ANALYZE, not VACUUM, in error message on analyze...
2012-10-05  Michael MeskesRemoved sentence about not being able to retrieve more...
2012-10-05  Michael MeskesFixed test for array boundary.
next