]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-12-18  Tom LaneIgnore libedit/libreadline while probing for standard...
2012-12-18  Peter EisentrautRemove allow_nonpic_in_shlib
2012-12-18  Peter Eisentrautdoc: Put PL/pgSQL RAISE USING keywords into a list
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  Andrew DunstanTidy up from frontend Assert change.
2012-12-16  Magnus HaganderProperly copy fmgroids.h after clean on Win32
2012-12-16  Peter Eisentrautdoc: Remove extra table column
2012-12-15  Peter Eisentrautdoc: Add oid columns to system catalog documentation
2012-12-15  Peter Eisentrautdoc: Add pg_stat_reset and related functions to index
2012-12-14  Andrew DunstanProvide Assert() for frontend code.
2012-12-14  Robert HaasUpdate comment in heapgetpage() regarding PD_ALL_VISIBL...
2012-12-14  Peter EisentrautNLS: Use msgmerge --previous option
2012-12-14  Peter Eisentrautdoc: Improve search_path mentions in index
2012-12-13  Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-12-13  Heikki LinnakangasMake xlog_internal.h includable in frontend context.
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-12  Tom LaneDisable event triggers in standalone mode.
2012-12-11  Kevin GrittnerFix performance problems with autovacuum truncation...
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-11  Peter Eisentrautdoc: Remove blastwave.org link
2012-12-10  Heikki LinnakangasUpdate minimum recovery point on truncation.
2012-12-10  Heikki LinnakangasFix the tracking of min recovery point timeline.
2012-12-09  Tom LaneFix assorted bugs in privileges-for-types patch.
2012-12-08  Tom LaneSupport automatically-updatable views.
2012-12-08  Peter EisentrautUpdate iso.org page link
2012-12-07  Bruce MomjianImprove pg_upgrade's status display
2012-12-07  Simon RiggsCorrect xmax test for COPY FREEZE
2012-12-07  Simon RiggsOptimize COPY FREEZE with CREATE TABLE also.
2012-12-07  Simon RiggsClarify that COPY FREEZE is not a hard rule.
2012-12-07  Tom LaneImprove pl/pgsql to support composite-type expressions...
2012-12-06  Alvaro HerreraBackground worker processes
2012-12-06  Tom LaneFix intermittent crash in DROP INDEX CONCURRENTLY.
2012-12-06  Alvaro HerreraUpdate comment at top of index_create
2012-12-05  Tom LaneEnsure recovery pause feature doesn't pause unless...
2012-12-05  Heikki LinnakangasOops, meant to change the comment in writeTimeLineHistory.
2012-12-05  Simon RiggsMust not reach consistency before XLOG_BACKUP_RECORD
2012-12-05  Heikki LinnakangasAdd pgstatginindex() function to get the size of the...
2012-12-04  Tom LaneAttempt to un-break Windows builds with USE_LDAP.
2012-12-04  Michael MeskesInclude isinf.o in libecpg if isinf() is not available...
2012-12-04  Heikki LinnakangasDowngrade a status message from LOG to DEBUG2.
2012-12-04  Heikki LinnakangasWrite exact xlog position of timeline switch in the...
2012-12-04  Bruce MomjianIn initdb.c, move auth warning code into main() from...
2012-12-04  Bruce MomjianIn pg_upgrade testing script, turn off command echo...
2012-12-04  Peter EisentrautFix build of LDAP URL feature
2012-12-04  Heikki LinnakangasTrack the timeline associated with minRecoveryPoint...
2012-12-04  Bruce MomjianRestore set -x in pg_upgrade/test.sh, so the user can...
2012-12-04  Peter EisentrautAdd support for LDAP URLs
2012-12-04  Bruce MomjianIn initdb.c, rename some newly created functions, and...
2012-12-04  Bruce MomjianAdd initdb --sync-only option to sync the data director...
2012-12-04  Bruce MomjianRevert initdb --sync-only patch that had incorrect...
2012-12-04  Bruce Momjiandummy commit
2012-12-04  Bruce Momjiandummy commit
2012-12-04  Bruce Momjiandummy commit
2012-12-04  Bruce Momjiandummy commit
2012-12-04  Bruce MomjianIn pg_upgrade, fix bug where no users were dumped in...
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  Andrew DunstanAttempt to unbreak MSVC builds broken by f21bb9cfb5646e...
2012-12-03  Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
2012-12-03  Simon RiggsClarify locking for PageGetLSN() in XLogCheckBuffer()
2012-12-03  Simon RiggsClarify when to use PageSetLSN/PageGetLSN().
2012-12-03  Heikki LinnakangasRefactor the code implementing standby-mode logic.
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  Simon RiggsReduce scope of changes for COPY FREEZE.
2012-12-02  Tom LaneDon't advance checkPoint.nextXid near the end of a...
2012-12-02  Simon RiggsRearrange storage of data in xl_running_xacts.
2012-12-02  Simon RiggsXidEpoch++ if wraparound during checkpoint.
2012-12-02  Simon RiggsClarify operation of online checkpoints.
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  Tom LaneAllow adding values to an enum type created in the...
2012-12-01  Bruce MomjianIn pg_upgrade, remove 'set -x' from test script.
2012-12-01  Bruce MomjianRevert:
2012-12-01  Bruce MomjianRemove pg_restore's --single-transaction option, as...
2012-12-01  Simon RiggsSecond tweak of COPY FREEZE
2012-12-01  Simon RiggsTweak tests in COPY FREEZE
2012-12-01  Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-12-01  Peter Eisentrautdoc: Fix broken links to DocBook wiki
2012-12-01  Bruce MomjianIn pg_upgrade, improve status wording now that we have...
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  Bruce MomjianSplit initdb.c main() code into multiple functions...
2012-11-30  Bruce MomjianIn pg_upgrade, dump each database separately and use
2012-11-30  Bruce MomjianMove long_options structures to the top of main() funct...
2012-11-30  Tom LaneAdd missing buffer lock acquisition in GetTupleForTrigg...
2012-11-30  Andrew DunstanClean environment for pg_upgrade test.
2012-11-30  Magnus HaganderAdd libpq function PQconninfo()
2012-11-30  Tom LaneProduce a more useful error message for over-length...
2012-11-29  Simon RiggsCorrectly init fast path fields on PGPROC
2012-11-29  Simon RiggsCleanup VirtualXact at end of Hot Standby.
next