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
/
commands
Age
Commit message (
Expand
)
Author
2016-03-25
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
Tom Lane
2016-03-24
Suppress compiler warning for get_am_type_string().
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
Change comment to describe correct lock level used
Simon Riggs
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-17
Remove useless double calls of make_parsestate().
Tom Lane
2016-03-16
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-10
Don't vacuum all-frozen pages.
Robert Haas
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-09
Re-pgindent vacuumlazy.c.
Robert Haas
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-03-08
Fix parallel query on standby servers.
Robert Haas
2016-03-08
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-26
On second thought, disable parallelism for prepared statements.
Robert Haas
2016-02-25
Enable parallelism for prepared statements and extended query protocol.
Robert Haas
2016-02-15
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-11
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-04
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-31
Fix ALTER OPERATOR to update dependencies properly.
Tom Lane
2015-12-30
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-26
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-11
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
Improve some messages
Peter Eisentraut
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-11-27
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-19
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-17
Message style fix
Peter Eisentraut
2015-11-17
Message improvements
Peter Eisentraut
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-05
Update spelling of COPY options
Peter Eisentraut
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-28
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
Fix incorrect message in ATWrongRelkindError.
Robert Haas
[next]