index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Avoid some unnecessary block reads in WAL reader
Michael Paquier
2019-02-18
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Fix description of WAL record XLOG_PARAMETER_CHANGE
Michael Paquier
2019-02-12
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-02-06
*
Remove unused macro
Peter Eisentraut
2019-02-04
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Move page initialization from RelationAddExtraBlocks() to use, take 2.
Andres Freund
2019-02-03
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Adjust comment about timeout when waiting for WAL at recovery
Michael Paquier
2019-02-01
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Revert "Move page initialization from RelationAddExtraBlocks() to use."
Andres Freund
2019-01-28
*
Fix race condition between relation extension and vacuum.
Andres Freund
2019-01-28
*
Move page initialization from RelationAddExtraBlocks() to use.
Andres Freund
2019-01-28
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Rephrase references to "time qualification".
Andres Freund
2019-01-21
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
Andres Freund
2019-01-21
*
Adjust some more comments for WITH OIDS removal.
Andres Freund
2019-01-21
*
Fix incorrect relation name in comment of vacuumlazy.c
Michael Paquier
2019-01-18
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Don't duplicate parallel seqscan shmem sizing logic in nbtree.
Andres Freund
2019-01-15
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
2019-01-01
*
Change "checkpoint starting" message to use "wal"
Peter Eisentraut
2018-12-30
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
*
Fix failure to check for open() or fsync() failures.
Tom Lane
2018-12-26
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
[next]