index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
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-04
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-02
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-02
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-12-01
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-26
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-25
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-24
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-23
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
Fix test for subplans in force-parallel mode.
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
[next]