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
*
Add TIMELINE to backup_label file
Simon Riggs
2018-01-06
*
Clean up tupdesc.c for recent changes.
Tom Lane
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-02
*
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
*
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
*
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix parallel index scan hang with deleted or half-dead pages.
Robert Haas
2017-12-13
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
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
[next]