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
*
Clean up tupdesc.c for recent changes.
Tom Lane
2018-01-03
*
Fix typo
Alvaro Herrera
2018-01-03
*
Make XactLockTableWait work for transactions that are not yet self-locked
Alvaro Herrera
2018-01-03
*
Fix some minor errors in new PHJ code.
Tom Lane
2018-01-03
*
Teach eval_const_expressions() to handle some more cases.
Tom Lane
2018-01-03
*
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-02
*
Ensure proper alignment of tuples in HashMemoryChunkData buffers.
Tom Lane
2018-01-02
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
*
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-02
*
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2018-01-01
*
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
*
Rely on executor utils to build targetlist for DML RETURNING.
Andres Freund
2017-12-29
*
Properly set base backup backends to active in pg_stat_activity
Magnus Hagander
2017-12-29
*
Fix race condition when changing synchronous_standby_names
Simon Riggs
2017-12-29
*
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
*
Fix rare assertion failure in parallel hash join.
Andres Freund
2017-12-28
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
*
Fix race-under-concurrency in PathNameCreateTemporaryDir.
Robert Haas
2017-12-27
*
Update relation's stats in pg_class during vacuum full.
Teodor Sigaev
2017-12-27
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
*
Fix assert with side effects in the new PHJ code.
Andres Freund
2017-12-24
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
*
Minor edits to catalog files and scripts
Alvaro Herrera
2017-12-21
*
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Get rid of copy_partition_key
Alvaro Herrera
2017-12-21
*
Fix typo
Alvaro Herrera
2017-12-21
*
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
*
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
When passing query strings to workers, pass the terminating \0.
Robert Haas
2017-12-20
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
*
Re-fix wrong costing of Sort under Gather Merge.
Robert Haas
2017-12-19
*
Add shared tuplestores.
Andres Freund
2017-12-18
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
*
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-18
*
Fix typo on comment
Magnus Hagander
2017-12-18
*
Suppress compiler warning about no function return value.
Tom Lane
2017-12-17
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
*
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
*
Allow executor nodes to change their ExecProcNode function.
Andres Freund
2017-12-13
*
Add defenses against pre-crash files to BufFileOpenShared().
Andres Freund
2017-12-13
*
Fix parallel index scan hang with deleted or half-dead pages.
Robert Haas
2017-12-13
*
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-13
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
[next]