index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
*
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-11-02
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
Andres Freund
2020-10-15
*
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-10-15
*
Choose ppc compare_exchange constant path for more operand values.
Noah Misch
2020-10-11
*
For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm.
Noah Misch
2020-10-11
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
*
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
*
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
[next]