index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-12
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Fix possibile deadlock when dropping partitions.
Robert Haas
2017-04-11
*
Use weaker locks when updating pg_subscription_rel
Peter Eisentraut
2017-04-10
*
Fix initialization of dsa.c free area counter.
Andres Freund
2017-04-10
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Fix typo in comment
Peter Eisentraut
2017-04-10
*
Support configuration reload in logical replication workers
Peter Eisentraut
2017-04-10
*
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Clean up bugs in clause_selectivity() cleanup.
Tom Lane
2017-04-08
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
*
Fix compiler warning
Peter Eisentraut
2017-04-07
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
Use English, instead of internal names, for translatable messages.
Robert Haas
2017-04-07
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
*
Ensure that ExecPrepareExprList's result is all in one memory context.
Tom Lane
2017-04-07
*
Remove duplicate assignment.
Heikki Linnakangas
2017-04-07
*
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-07
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
*
Fix typo in comment
Magnus Hagander
2017-04-07
*
Remove extraneous comma to satisfy picky compiler
Andrew Dunstan
2017-04-06
*
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
*
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
Fix logical replication between different encodings
Peter Eisentraut
2017-04-06
*
Mark immutable functions in information schema as parallel safe
Peter Eisentraut
2017-04-06
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
*
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-04-06
*
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
*
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
*
Code review for recent slot.c changes.
Andres Freund
2017-04-05
*
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
*
Reduce lock level for CREATE STATISTICS
Simon Riggs
2017-04-05
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-05
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
*
Use American English in error message
Peter Eisentraut
2017-04-05
*
hash: Fix write-ahead logging bug.
Robert Haas
2017-04-05
[next]