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
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
*
Tolerate ENOSYS failure from sync_file_range().
Thomas Munro
2019-02-24
*
Fix incorrect function reference in comment of twophase.c
Michael Paquier
2019-02-23
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-22
*
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
*
Hide other user's pg_stat_ssl rows
Peter Eisentraut
2019-02-21
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Delay lock acquisition for partitions until we route a tuple to them.
Robert Haas
2019-02-21
*
Speed up match_eclasses_to_foreign_key_col() when there are many ECs.
Tom Lane
2019-02-20
*
Improve planner's understanding of strictness of type coercions.
Tom Lane
2019-02-20
*
Fix incorrect strictness test for ArrayCoerceExpr expressions.
Tom Lane
2019-02-20
*
Make object address handling more robust
Alvaro Herrera
2019-02-20
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
Use varargs macro for CACHEDEBUG
Peter Eisentraut
2019-02-19
*
Remove line duplicated during conflict resolution.
Andres Freund
2019-02-18
*
Save PathTargets for distinct/ordered relations in root->upper_targets[].
Etsuro Fujita
2019-02-18
*
Avoid some unnecessary block reads in WAL reader
Michael Paquier
2019-02-18
*
Fix race in dsm_unpin_segment() when handles are reused.
Thomas Munro
2019-02-18
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
*
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-15
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Fix race in dsm_attach() when handles are reused.
Thomas Munro
2019-02-15
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
Get rid of another unconstify through API changes
Peter Eisentraut
2019-02-14
*
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-14
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Remove useless casts
Peter Eisentraut
2019-02-13
*
Fix comment related to calculation location of total_table_pages
Michael Paquier
2019-02-13
*
Fix rare dsa_allocate() failures due to freepage.c corruption.
Thomas Munro
2019-02-13
*
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Use Getopt::Long for catalog scripts
Alvaro Herrera
2019-02-12
*
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
*
Fix description of WAL record XLOG_PARAMETER_CHANGE
Michael Paquier
2019-02-12
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
*
Adjust gratuitously different error message wording
Peter Eisentraut
2019-02-11
*
Remove unused macro
Peter Eisentraut
2019-02-11
*
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-10
*
Fix trigger drop procedure
Alvaro Herrera
2019-02-10
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
[next]