]> granicus.if.org Git - postgresql/history - src/backend/access
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / backend / access /
2013-07-08 Heikki LinnakangasFix Windows build.
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
2013-07-06 Jeff DavisHandle posix_fallocate() errors.
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-05 Jeff DavisUse posix_fallocate() for new WAL files, where available.
2013-07-04 Fujii MasaoFix typo in comment.
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasAdd support for multiple kinds of external toast datums.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-07-01 Heikki LinnakangasRetry short writes when flushing WAL.
2013-06-29 Heikki LinnakangasInline ginCompareItemPointers function for speed.
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-26 Noah MischInitialize pad bytes in GinFormTuple().
2013-06-25 Alvaro HerreraAvoid inconsistent type declaration
2013-06-23 Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-21 Peter EisentrautClarify terminology standalone backend vs. single-user...
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-14 Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-06-14 Tom LaneRemove special-case treatment of LOG severity level...
2013-06-12 Noah MischObserve array length in HaveVirtualXIDsDelayingChkpt().
2013-06-06 Heikki LinnakangasFix typo in comment.
2013-06-03 Stephen FrostAdditional spelling corrections
2013-06-03 Heikki LinnakangasCode review of recycling WAL segments in a restartpoint.
2013-06-01 Stephen FrostMinor spelling fixes
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-21 Simon RiggsAfter fast promotion use CHECKPOINT_FORCE
2013-05-21 Simon RiggsMaintain ThisTimeLineID correctly in checkpointer
2013-05-19 Simon RiggsInit crash recovery using the latest available TLI
2013-05-19 Simon RiggsEmit msg correctly for timeline-crossing crash
2013-05-19 Simon RiggsRemove single space on end of a line in xlog.c
2013-05-13 Tom LaneFix handling of OID wraparound while in standalone...
2013-05-10 Tom LaneFix management of fn_extra caching during repeated...
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-24 Simon RiggsMake fast promotion the default promotion mode.
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-10 Robert HaasRemove duplicate initialization in XLogReadRecord.
2013-04-08 Heikki LinnakangasFix calculation of how many segments to retain for...
2013-04-08 Simon RiggsSkip extraneous locking in XLogCheckBuffer().
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-04-07 Simon RiggsFix checksums for CLUSTER, VACUUM FULL etc.
2013-04-01 Tom LaneMake REPLICATION privilege checks test current user...
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Heikki LinnakangasFix buffer pin leak in heap update redo routine.
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-26 Tom LaneFix grammatical errors in some new message strings.
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-07 Heikki LinnakangasFix tli history file fetching, broken by the archive...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-02-22 Heikki LinnakangasFix thinko in previous commit.
2013-02-22 Heikki LinnakangasIf recovery.conf is created after "pg_ctl stop -m i...
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-15 Heikki LinnakangasBetter fix for "unarchived WAL files get deleted on...
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15 Heikki LinnakangasDon't delete unarchived WAL files during crash recovery.
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasFix checkpoint after fast promotion.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-10 Tom LaneFurther cleanup of gistsplit.c.
2013-02-10 Tom LaneRemove useless picksplit-doesn't-support-secondary...
2013-02-10 Tom LaneRemove vestigial secondary-split support in gist_box_pi...
2013-02-10 Tom LaneDocument and clean up gistsplit.c.
2013-02-09 Tom LaneReduce log level of picksplit-doesn't-support-secondary...
2013-02-08 Tom LaneFix gist_box_same and gist_point_consistent to handle...
2013-02-08 Alvaro HerreraFix Xmax freeze conditions
2013-02-07 Tom LaneRepair bugs in GiST page splitting code for multi-colum...
2013-02-07 Simon RiggsRely only on checkpoint 1 at end of recovery.
2013-02-06 Alvaro HerreraSplit out list of XLog resource managers
2013-02-01 Alvaro HerreraFill tuple before HeapSatisfiesHOTAndKeyUpdate
2013-01-31 Alvaro HerreraRestrict infomask bits to set on multixacts
2013-01-31 Simon RiggsSwitch timelines if we crash soon after promotion.
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-25 Heikki LinnakangasAdd some randomness to the choice of which GiST page...
2013-01-24 Simon RiggsFix rare missing cancellations in Hot Standby.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-18 Alvaro HerreraFix off-by-one bug in xlog reading logic
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Heikki LinnakangasWhen xlogreader asks the callback function to read...
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-17 Heikki LinnakangasFix a couple of error-handling bugs in the xlogreader...
2013-01-17 Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-14 Alvaro HerreraRemove spurious space
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-03 Heikki LinnakangasDelay reading timeline history file until it's fetched...
2013-01-02 Heikki LinnakangasFix bug in streaming replication over multiple tli...
2013-01-02 Heikki LinnakangasFix silly typo in code, which broke the check for reach...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-30 Heikki LinnakangasKeep timeline history files restored from archive in...
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
next