index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-20
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Fix another typo in a comment
Magnus Hagander
2013-02-08
*
Fix typo in comment
Magnus Hagander
2013-02-08
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Unbreak lock conflict detection for Hot Standby.
Robert Haas
2013-01-18
*
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
*
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
*
Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2013-01-08
*
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
*
Correctly init fast path fields on PGPROC
Simon Riggs
2012-11-29
*
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
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
*
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
*
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-07
*
Add C comment that IsBackendPid() is called by external modules, so we
Bruce Momjian
2012-10-01
*
Remove execdesc.h inclusion from tcopprot.h
Alvaro Herrera
2012-09-20
*
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Simon Riggs
2012-09-16
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Add missing period to detail message.
Robert Haas
2012-08-30
*
Comment fixes.
Robert Haas
2012-08-30
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-24
*
Improve C comments in GetSnapshotData.
Robert Haas
2012-08-21
*
Only allow autovacuum to be auto-canceled by a directly blocked process.
Tom Lane
2012-07-26
*
Log a better message when canceling autovacuum.
Robert Haas
2012-07-26
*
Improve copydir() code for the case that fsync is off.
Tom Lane
2012-07-21
*
Rethink checkpointer's fsync-request table representation.
Tom Lane
2012-07-19
*
Send only one FORGET_RELATION_FSYNC request when dropping a relation.
Tom Lane
2012-07-19
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
*
Remove unreachable code
Peter Eisentraut
2012-07-16
[next]