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 support for restrictive RLS policies
Stephen Frost
2016-12-05
*
dsa: Cope with the possibility that SIZE_MAX is not defined.
Robert Haas
2016-12-05
*
Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.
Robert Haas
2016-12-05
*
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-05
*
Fix more DSA problems uncovered by the buildfarm.
Robert Haas
2016-12-05
*
Try to fix some DSA-related compiler warnings.
Robert Haas
2016-12-05
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Fix incorrect output from gin_desc().
Fujii Masao
2016-12-05
*
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-04
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
*
Introduce dynamic shared memory areas.
Robert Haas
2016-12-02
*
Management of free memory pages.
Robert Haas
2016-12-02
*
Fix outdated comments
Alvaro Herrera
2016-12-02
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-01
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
*
Add aggregate_with_argtypes and use it consistently
Peter Eisentraut
2016-12-01
*
Move function_with_argtypes to a better location
Peter Eisentraut
2016-12-01
*
Use grammar symbol function_with_argtypes consistently
Peter Eisentraut
2016-12-01
*
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-11-30
*
Perform one only projection to compute agg arguments.
Andres Freund
2016-11-30
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Make all unicode perl scripts to use strict, rearrange logic for clarity.
Heikki Linnakangas
2016-11-30
*
Rewrite the perl scripts to produce our Unicode conversion tables.
Heikki Linnakangas
2016-11-30
*
Remove leading zeros, for consistency with other map files.
Heikki Linnakangas
2016-11-30
*
Remove code points < 0x80 from character conversion tables.
Heikki Linnakangas
2016-11-30
*
Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.
Tom Lane
2016-11-29
*
Improve eqjoinsel_semi's behavior for small inner relations with no stats.
Tom Lane
2016-11-29
*
Straighten out some whitespace
Peter Eisentraut
2016-11-29
*
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-11-29
*
Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane
2016-11-29
*
Fix estimate_expression_value to constant-fold SQLValueFunction nodes.
Tom Lane
2016-11-28
*
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-28
*
Code review for early drop of orphaned temp relations in autovacuum.
Tom Lane
2016-11-27
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
Mark a query's topmost Paths parallel-unsafe if they will have initPlans.
Tom Lane
2016-11-25
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
Fix typo in comment
Magnus Hagander
2016-11-25
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
Avoid masking a function parameter name with a local variable name.
Tom Lane
2016-11-23
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Remove barrier.h
Robert Haas
2016-11-22
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
*
Support condition variables.
Robert Haas
2016-11-22
*
Fix uninitialized variable.
Tom Lane
2016-11-21
*
Fix PGLC_localeconv() to handle errors better.
Tom Lane
2016-11-21
*
Fix optimization for skipping searches for parallel-query hazards.
Tom Lane
2016-11-21
*
autovacuum: Drop orphan temp tables more quickly but with more caution.
Robert Haas
2016-11-21
[next]