]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-03-18 Heikki LinnakangasFix compilation of pg_xlogdump, now that rm_safe_restar...
2014-03-18 Heikki LinnakangasRemove rm_safe_restartpoint machinery.
2014-03-18 Heikki LinnakangasFix misc typos in comments.
2014-03-18 Robert HaasLogical decoding documentation corrections.
2014-03-18 Robert HaasFix uninitialized variable.
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-18 Tom LaneFix some remaining int64 vestiges in contrib/test_shm_mq.
2014-03-18 Robert Haastest_shm_mq: Use Size rather than uint64.
2014-03-18 Robert HaasDocumentation for logical decoding.
2014-03-18 Robert HaasAdd pg_recvlogical, a tool to receive data logical...
2014-03-18 Robert HaasRewrite comment for shm_mq_receive_bytes.
2014-03-18 Tom LaneFix relcache reference leak in refresh_by_match_merge().
2014-03-18 Robert HaasImprove shm_mq portability around MAXIMUM_ALIGNOF and...
2014-03-18 Tom LaneFix pg_dumpall option parsing: -i doesn't take an argument.
2014-03-18 Fujii MasaoFix help message and document in pg_receivexlog.
2014-03-18 Robert HaasMake it easy to detach completely from shared memory.
2014-03-17 Tom LaneRelease notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
2014-03-17 Tom LaneDuring index build, check and elog (not just Assert...
2014-03-17 Heikki LinnakangasFix thinko: have trueTriConsistentFn return GIN_TRUE.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-17 Fujii MasaoFix bug in clean shutdown of walsender that pg_receivin...
2014-03-17 Magnus HaganderFix small typo in comment
2014-03-17 Alvaro Herreraplperl: Fix memory leak in hek2cstr
2014-03-17 Tom LaneFix unportable shell-script syntax in pg_upgrade's...
2014-03-17 Peter EisentrautMake punctuation consistent
2014-03-17 Peter EisentrautFix whitespace
2014-03-17 Tom LaneFix advertised dispsize for libpq's sslmode connection...
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-15 Tom LaneFirst-draft release notes for 9.3.4.
2014-03-15 Tom LaneUpdate time zone data files to tzdata release 2014a.
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
2014-03-14 Tom LanePrevent interrupts while reporting non-ERROR elog messages.
2014-03-13 Tom LaneAllow psql to print COPY command status in more cases.
2014-03-13 Tom LaneAvoid transaction-commit race condition while receiving...
2014-03-13 Heikki LinnakangasFix a couple of typos in docs.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-12 Heikki LinnakangasOnly WAL-log the modified portion in an UPDATE, if...
2014-03-12 Heikki LinnakangasItems on GIN data pages are no longer always 6 bytes...
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-03-12 Robert Haastest_decoding: Documentation fix.
2014-03-12 Robert HaasFix incorrect assertion about historical snapshots.
2014-03-12 Robert HaasComment fixes related to logical decoding.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-12 Heikki LinnakangasIn WAL replay, restore GIN metapage unconditionally...
2014-03-10 Tom LaneFix tracking of psql script line numbers during \copy...
2014-03-10 Robert HaasAllow dynamic shared memory segments to be kept until...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-10 Robert HaasTeach on_exit_reset() to discard pending cleanups for...
2014-03-09 Simon RiggsCorrect copy/pasto in comment for REPLICA IDENTITY
2014-03-08 Bruce Momjiandoc: remove extra whitespace in SGML markup
2014-03-08 Bruce MomjianC comments: improve description of relfilenode uniqueness
2014-03-08 Bruce Momjianpg_ctl: improve handling of invalid data directory
2014-03-08 Bruce Momjiandocs: small adjustements to recent SELECT and pg_upgra...
2014-03-08 Bruce Momjianpg_upgrade: document delete problems with tablespaces...
2014-03-08 Bruce Momjiandoc: improve server's keepalive description
2014-03-08 Bruce Momjiandocs: improve TABLE command by showing supported clauses
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-07 Tom LaneFix contrib/postgres_fdw to handle multiple join condit...
2014-03-07 Bruce Momjianrelease notes: add item missed in 9.2.5 release
2014-03-07 Bruce Momjianfix ReplicationSlotsCountDBSlots for dropping unrelated...
2014-03-07 Heikki LinnakangasFix dangling smgr_owner pointer when a fake relcache...
2014-03-07 Heikki LinnakangasAvoid memcpy() with same source and destination address.
2014-03-07 Heikki LinnakangasFix name of syslog_ident GUC in docs.
2014-03-07 Tom LaneAvoid getting more than AccessShareLock when deparsing...
2014-03-06 Heikki Linnakangasisdigit() needs an unsigned char argument.
2014-03-06 Heikki LinnakangasSend keepalives from walsender even when busy sending...
2014-03-06 Tom LaneDon't reject ROW_MARK_REFERENCE rowmarks for materializ...
2014-03-06 Bruce MomjianC comment update: relfilenode is only unique with a...
2014-03-06 Bruce Momjiandocs: to_timestamp and to_date do minimal range checking
2014-03-05 Bruce Momjianpg_dump: make argument combination error exit code...
2014-03-05 Tom LaneFix portability issues in recently added make_timestamp...
2014-03-05 Tom LaneAdd comment that ec_relids excludes "child" Equivalence...
2014-03-05 Robert HaasFix some typos introduced by the logical decoding patch.
2014-03-05 Robert HaasFix test_decoding regression test outputs.
2014-03-05 Tom LaneRemove unused field "evttype".
2014-03-05 Alvaro HerreraRemove the correct pgstat file on DROP DATABASE
2014-03-05 Bruce Momjianpg_upgrade: improve C comment about what old/new oids...
2014-03-05 Stephen FrostAllocate fresh memory for post_opts/exec_path
2014-03-05 Heikki LinnakangasDo wal_level and hot standby checks when doing crash...
2014-03-05 Heikki LinnakangasFix lastReplayedEndRecPtr calculation when starting...
2014-03-05 Stephen FrostFix issues with pg_ctl
2014-03-05 Peter EisentrautFix whitespace
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-03-04 Alvaro Herreraauto_explain: Add logging of trigger execution
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-04 Robert HaasAllow VACUUM FULL/CLUSTER to bump freeze horizons even...
2014-03-04 Robert HaasMinor corrections to logical decoding patch.
2014-03-04 Heikki LinnakangasError out on send failure in walsender loop.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-03 Peter EisentrautFix whitespace
2014-03-03 Heikki LinnakangasRename huge_tlb_pages to huge_pages, and improve docs.
2014-03-03 Alvaro Herrerapg_dump et al: Add --if-exists option
2014-03-03 Robert HaasUse a longer buffer in libpqrcv_startstreaming.
2014-03-03 Robert HaasBump catversion.
2014-03-03 Robert HaasCorrections to replication slots code and documentation.
2014-03-03 Robert Haaspageinspect: Use new pg_lsn datatype.
2014-03-03 Robert HaasDefine LSNOID in pg_type.h.
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
next