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
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-21
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Fix typo.
Amit Kapila
2020-01-13
*
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-24
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-14
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Stamp 12.1.
REL_12_1
Tom Lane
2019-11-11
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Minor code review for tuple slot rewrite.
Tom Lane
2019-11-06
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
For PowerPC instruction "addi", use constraint "b".
Noah Misch
2019-10-18
*
Fix parallel restore of FKs to partitioned tables
Alvaro Herrera
2019-10-17
*
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
2019-10-04
*
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-10-03
*
Stamp 12.0.
REL_12_0
Tom Lane
2019-09-30
*
Stamp 12rc1.
REL_12_RC1
Tom Lane
2019-09-23
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Straighten out leakproofness markings on text comparison functions.
Tom Lane
2019-09-21
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
*
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-17
*
Replace xlc __fetch_and_add() with inline asm.
Noah Misch
2019-09-13
*
Fix under-parenthesized macro definitions
Alvaro Herrera
2019-09-13
*
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-13
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
Stamp 12beta4.
REL_12_BETA4
Tom Lane
2019-09-09
*
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-09
*
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Fix typo
Alvaro Herrera
2019-08-21
*
Stamp 12beta3.
REL_12_BETA3
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-30
*
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Rework examine_opclause_expression to use varonleft
Tomas Vondra
2019-07-20
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Fix handling of opclauses in extended statistics
Tomas Vondra
2019-07-18
*
tableam: comment improvements.
Andres Freund
2019-07-17
*
Fix few typos and minor word smithing in tableam comments.
Amit Kapila
2019-07-10
[next]