aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-27
* Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner2013-10-07
* Update obsolete commentAlvaro Herrera2013-09-03
* Fix cpluspluscheck in checksum codePeter Eisentraut2013-06-30
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Refactor checksumming code to make it easier to use externally.Tom Lane2013-06-13
* Add ARM64 (aarch64) support to s_lock.h.Tom Lane2013-06-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Introduce new page checksum algorithm and module.Simon Riggs2013-04-29
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-17
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2012-12-11
* Background worker processesAlvaro Herrera2012-12-06
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-02
* Cleanup VirtualXact at end of Hot Standby.Simon Riggs2012-11-29
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Remove unnecessary overhead in backend's large-object operations.Tom Lane2012-10-09
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* When LWLOCK_STATS is defined, count spindelays.Robert Haas2012-06-26
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Add a small cache of locks owned by a resource owner in ResourceOwner.Heikki Linnakangas2012-06-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-09
* Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs2012-05-09
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Add missing parenthesis in comment.Robert Haas2012-05-02