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