index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
*
Mark a few parallelism-related variables with PGDLLIMPORT.
Robert Haas
2017-12-19
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
*
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
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-11
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
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
*
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Avoid duplicate typedef for SharedRecordTypmodRegistry.
Tom Lane
2017-09-15
*
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
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-22
*
Partially flatten struct tupleDesc so that it can be used in DSM.
Andres Freund
2017-08-20
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Use atomic ops to hand out pages to scan in parallel scan.
Heikki Linnakangas
2017-08-16
*
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-16
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
Fix comment.
Tatsuo Ishii
2017-08-01
*
Remove outdated comment
Peter Eisentraut
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Fix erroneous cross-reference in comment.
Tom Lane
2017-04-15
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
[next]