OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / backend / access /
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-02-08 Simon RiggsRemove rare corner case for data loss when triggering...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-03 Robert HaasLog restartpoints in the same fashion as checkpoints.
2011-01-31 Heikki LinnakangasSupport multiple concurrent pg_basebackup backups.
2011-01-23 Tom LaneAllow the wal_buffers setting to be auto-tuned to a...
2011-01-09 Magnus HaganderSplit pg_start_backup() and pg_stop_backup() into two...
2011-01-09 Heikki LinnakangasFix crash in the new GiST insertion code, when an updat...
2011-01-08 Tom LaneRefactor GIN's handling of duplicate search entries.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-07 Robert HaasImprove recovery.conf.sample comments.
2011-01-03 Robert HaasUpdate comments in RecordTransactionCommit() to mention...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-24 Bruce MomjianRemove quotes from boolean recovery.conf.sample paramet...
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-20 Robert HaasAllow transactions that don't write WAL to commit async...
2010-12-14 Robert HaasInstrument checkpoint sync calls.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-12-09 Simon RiggsSelf review of previous patch. Fix assumption that...
2010-12-09 Simon RiggsReduce spurious Hot Standby conflicts from never-visibl...
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-12-06 Heikki LinnakangasFix two typos, by Fujii Masao.
2010-12-04 Tom LaneFix two small bugs in new gistget.c logic.
2010-12-04 Tom LaneAdd external documentation for KNNGIST.
2010-12-04 Tom LanePut back gistgettuple's check for backwards scan request.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Robert HaasRemove now-outdated mention of quotes being required...
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-11 Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-11-09 Heikki LinnakangasIn rewriteheap.c (used by VACUUM FULL and CLUSTER)...
2010-11-02 Heikki LinnakangasBootstrap WAL to begin at segment logid=0 logseg=1...
2010-11-01 Heikki LinnakangasFix corner-case bug in tracking of latest removed WAL...
2010-10-26 Heikki LinnakangasBefore removing backup_label and irrevocably changing...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-20 Tom LaneDon't try to fetch database name when SetTransactionIdL...
2010-10-20 Alvaro HerreraRemove AtStart_Cache() call in CommandCounterIncrement().
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-10-14 Simon RiggsMake startup process respond to signals to cancel waiti...
2010-10-14 Simon RiggsFix bug in comment of timeline history file.
2010-10-11 Tom LaneFix assorted bugs in GIN's WAL replay logic.
2010-10-08 Tom LaneImprove logging in VACUUM FULL VERBOSE and CLUSTER...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-19 Bruce MomjianUpdate HOT README about when single-page vacuums happen.
2010-09-17 Tom LaneAdd some documentation about how we WAL-log filesystem...
2010-09-15 Heikki LinnakangasFix two typos in comments, spotted by Fujii Masao and...
2010-09-15 Heikki LinnakangasUse a latch to make startup process wake up and replay...
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-08-30 Tom LaneFix oversight in RelFileNodeBackend patch: CreateFakeRe...
2010-08-30 Simon RiggsFix misleading DEBUG2 issued during RemoveOldXlogFiles()
2010-08-30 Simon RiggsTruncate subtrans after each restartpoint.
2010-08-29 Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-08-26 Alvaro HerreraRemove duplicate translatable phrase
2010-08-19 Robert HaasTidy up a few calls to smrgextend().
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Robert HaasMake RecordTransactionCommit() respect wal_level.
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-08-01 Tom LaneFix an additional set of problems in GIN's handling...
2010-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-07-29 Simon RiggsRename asyncCommitLSN to asyncXactLSN to reflect change...
2010-07-29 Robert HaasFix possible page corruption by ALTER TABLE .. SET...
2010-07-23 Robert HaasAvoid deep recursion when assigning XIDs to multiple...
2010-07-08 Tom LaneUpdate obsolete comment. Noted by Josh Tolley.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Tom LaneDon't set recoveryLastXTime when replaying a checkpoint...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-29 Bruce MomjianAdd C comment about why synchronous_commit=off behavior...
2010-06-28 Robert Haasemode_for_corrupt_record shouldn't reduce LOG messages...
2010-06-17 Tom LaneMake RemoveOldXlogFiles's debug printout match style...
2010-06-17 Tom LaneDon't allow walsender to send WAL data until it's been...
2010-06-14 Heikki LinnakangasIf a corrupt WAL record is received by streaming replic...
2010-06-12 Peter EisentrautFix typo/bug, found by Clang compiler
2010-06-10 Itagaki TakahiroRename restartpoint_command to archive_cleanup_command.
2010-06-10 Heikki LinnakangasMake TriggerFile variable static. It's not used outside...
2010-06-10 Heikki LinnakangasReturn NULL instead of 0/0 in pg_last_xlog_receive_loca...
2010-06-09 Heikki LinnakangasIn standby mode, respect checkpoint_segments in addition to
2010-06-09 Magnus HaganderMake the walwriter close it's handle to an old xlog...
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-03 Peter EisentrautFix some inconsistent quoting of wal_level values in...
2010-06-03 Robert HaasOn clean shutdown during recovery, don't warn about...
2010-06-02 Heikki LinnakangasFix obsolete comments that I neglected to update in...
2010-05-27 Heikki LinnakangasAdjust comment to reflect that we now have Hot Standby...
2010-05-15 Robert HaasRename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CON...
2010-05-15 Simon RiggsFix bug in processing of checkpoint time for max_standb...
2010-05-14 Simon RiggsAdd many new Asserts in code and fix simple bug that...
next