]> granicus.if.org Git - postgresql/history - src
Fix more weird compiler messages caused
[postgresql] / src /
2012-12-24 Simon RiggsFix more weird compiler messages caused
2012-12-24 Simon RiggsAdd function prototype from previous commit.
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-12-23 Tom LanePrevent failure when RowExpr or XmlExpr is parse-analyz...
2012-12-21 Heikki LinnakangasFix sloppiness in the timeline switch over streaming...
2012-12-21 Heikki LinnakangasFix race condition if a file is removed while pg_baseba...
2012-12-21 Heikki LinnakangasForgot to remove extern declaration of GetRecoveryTarge...
2012-12-21 Peter EisentrautMake some messages more consistent in style
2012-12-21 Peter EisentrautFix grammatical mistake in error message
2012-12-20 Tom LaneFix pg_extension_config_dump() to handle update cases...
2012-12-20 Heikki LinnakangasFix recycling of WAL segments after switching timeline...
2012-12-20 Bruce MomjianAvoid using NAMEDATALEN in pg_upgrade
2012-12-20 Heikki LinnakangasFollow TLI of last replayed record, not recovery target...
2012-12-20 Heikki LinnakangasDon't set ThisTimeLineID in checkpointer & bgwriter...
2012-12-19 Heikki LinnakangasCheck if we've reached end-of-backup point also if...
2012-12-19 Peter EisentrautRename SQL feature S403 to ARRAY_MAX_CARDINALITY
2012-12-19 Peter Eisentrautpg_basebackup: Small message punctuation improvements
2012-12-18 Andrew DunstanDon't include postgres.h in postgres_fe.h for cplusplus...
2012-12-18 Peter EisentrautRemove allow_nonpic_in_shlib
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-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-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 Heikki LinnakangasConsistency check should compare last record replayed...
2012-12-11 Andrew DunstanAdd mode where contrib installcheck runs each module...
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-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-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 Peter EisentrautFix build of LDAP URL feature
2012-12-04 Heikki LinnakangasTrack the timeline associated with minRecoveryPoint...
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 MomjianIn pg_upgrade, fix bug where no users were dumped in...
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 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 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 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-11-30 Alvaro HerreraChange test ExceptionalCondition to return void
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 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.
2012-11-29 Robert HaasBasic binary heap implementation.
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.
next