]> granicus.if.org Git - postgresql/history - src/include/storage
Centralize definition of integer limits.
[postgresql] / src / include / storage /
2013-06-14 Tom LaneRefactor checksumming code to make it easier to use...
2013-06-04 Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
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 LaneAdd lock_timeout configuration parameter.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-17 Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-11 Kevin GrittnerFix performance problems with autovacuum truncation...
2012-12-06 Alvaro HerreraBackground worker processes
2012-12-03 Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
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-11-29 Simon RiggsCleanup VirtualXact at end of Hot Standby.
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-11-09 Tom LaneFix WaitLatch() to return promptly when the requested...
2012-10-17 Tom LaneClose un-owned SMgrRelations at transaction end.
2012-10-17 Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-10-15 Tom LaneSplit up process latch initialization for more-fail...
2012-10-09 Tom LaneRemove unnecessary overhead in backend's large-object...
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-10-07 Tatsuo IshiiFix compiling errors on Windows platform. Fix wrong...
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-06-26 Robert HaasWhen LWLOCK_STATS is defined, count spindelays.
2012-06-25 Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-21 Heikki LinnakangasAdd a small cache of locks owned by a resource owner...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-05-10 Tom LaneImprove control logic for bgwriter hibernation mode.
2012-05-09 Simon RiggsRename BgWriterCommLock to CheckpointerCommLock
2012-05-09 Tom LaneReduce idle power consumption of walwriter and checkpoi...
2012-05-04 Tom LaneOverdue code review for transaction-level advisory...
2012-05-02 Robert HaasAdd missing parenthesis in comment.
2012-05-01 Peter EisentrautRemove dead ports
2012-04-29 Tom LaneRename track_iotiming GUC to track_io_timing.
2012-04-25 Robert HaasRemove prototype for nonexistent function.
2012-04-18 Robert HaasFinish rename of FastPathStrongLocks to FastPathStrongR...
2012-04-18 Robert HaasTighten up error recovery for fast-path locking.
2012-03-29 Heikki LinnakangasInherit max_safe_fds to child processes in EXEC_BACKEND...
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-03-16 Heikki LinnakangasAdd comments explaining why our Itanium spinlock implem...
2012-02-08 Heikki LinnakangasRename LWLockWaitUntilFree to LWLockAcquireOrWait.
2012-01-30 Heikki LinnakangasMake group commit more effective.
2012-01-29 Tom LaneFix typo in comment.
2012-01-26 Heikki LinnakangasMake bgwriter sleep longer when it has no work to do...
2012-01-23 Simon RiggsResolve timing issue with logging locks for Hot Standby.
2012-01-07 Tom LaneUse __sync_lock_test_and_set() for spinlocks on ARM...
2012-01-03 Tom LaneUse a non-locking initial test in TAS_SPIN on PPC.
2012-01-02 Tom LaneUse LWSYNC in place of SYNC/ISYNC in PPC spinlocks...
2012-01-02 Tom LaneUse 4-byte slock_t on both PPC and PPC64.
2012-01-02 Tom LaneUse mutex hint bit in PPC LWARX instructions, where...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-10 Robert HaasRevert removal of trace_userlocks, because userlocks...
2011-11-02 Simon RiggsDerive oldestActiveXid at correct time for Hot Standby.
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-10-28 Robert HaasAllow hint bits to be set sooner for temporary and...
2011-10-28 Robert HaasDemote some sanity checks in BufferIsValid() to assertions.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-13 Bruce MomjianRemove all "traces" of trace_userlocks, because userloc...
2011-10-08 Heikki LinnakangasFix typo.
2011-10-08 Robert HaasTry to fix memory barriers on x86_64.
2011-09-27 Tom LaneAllow snapshot references to still work during transact...
2011-09-23 Robert HaasMemory barrier support for PostgreSQL.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-04 Tom LaneRemove unnecessary and circular #include.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-29 Tom LaneUse a non-locking test in TAS_SPIN() on all IA64 platforms.
2011-08-29 Robert HaasImprove spinlock performance for HP-UX, ia64, non-gcc.
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-09 Tom LaneDocumentation improvement and minor code cleanups for...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-08-02 Tom LaneMove CheckRecoveryConflictDeadlock() call to a safer...
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-07-07 Heikki LinnakangasSSI has a race condition, where the order of commit...
2011-06-22 Heikki LinnakangasRemove pointless const qualifiers from function argumen...
2011-06-21 Heikki LinnakangasFix bug introduced by recent SSI patch to merge ROLLED_...
2011-06-16 Heikki Linnakangaspgindent run of recent SSI changes. Also, remove an...
2011-06-15 Heikki LinnakangasThe rolled-back flag on serializable xacts was pointles...
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-06-10 Heikki LinnakangasFix locking while setting flags in MySerializableXact.
2011-06-10 Alvaro HerreraUse "transient" files for blind writes, take 2
2011-06-10 Heikki LinnakangasSmall comment fixes and enhancements.
2011-06-09 Alvaro HerreraRevert "Use "transient" files for blind writes"
next