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
*
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
*
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-12
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
*
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-09
*
Fix thinko in safeguard for negative availMem.
Heikki Linnakangas
2016-12-08
*
Fix bogus comment.
Robert Haas
2016-12-08
*
Silence compiler warning.
Robert Haas
2016-12-08
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-08
*
Fix accounting of memory needed for merge heap.
Heikki Linnakangas
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Fix query cancellation.
Heikki Linnakangas
2016-12-07
*
Fix whitespace.
Heikki Linnakangas
2016-12-07
*
Silence compiler warnings
Stephen Frost
2016-12-06
*
Fix unsafe assumption that struct timeval.tv_sec is a "long".
Tom Lane
2016-12-06
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
*
Ensure gatherstate->nextreader is properly initialized.
Robert Haas
2016-12-05
*
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
[next]