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
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix ReinitializeParallelDSM to tolerate finding no error queues.
Robert Haas
2017-11-28
*
Fix typo.
Robert Haas
2017-11-28
*
Pad XLogReaderState's per-buffer data_bufsz more aggressively.
Simon Riggs
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-16
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
Fix thinkos in BRIN summarization
Alvaro Herrera
2017-11-03
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-11
*
Use one stringbuffer for all rows printed in printtup.c.
Andres Freund
2017-10-11
*
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
*
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Fix typo in README.
Tom Lane
2017-10-05
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
Fix trivial mistake in README.
Robert Haas
2017-09-26
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Allow no-op GiST support functions to be omitted.
Tom Lane
2017-09-19
*
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-14
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Exclude special values in recovery_target_time
Simon Riggs
2017-09-07
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
[next]