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
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-31
Fix bug with view locking code.
Tatsuo Ishii
2018-03-31
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
Allow to lock views.
Tatsuo Ishii
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
While vacuuming a large table, update upper-level FSM data every so often.
Tom Lane
2018-03-28
Add EXPLAIN support for JIT.
Andres Freund
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-23
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-22
Sync up our various ways of estimating pg_class.reltuples.
Tom Lane
2018-03-22
Improve ANALYZE's strategy for finding MCVs.
Dean Rasheed
2018-03-21
Fix relcache handling of the 'default' partition
Alvaro Herrera
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-20
Fix CommandCounterIncrement in partition-related DDL
Alvaro Herrera
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-17
Add 'unit' parameter to ExplainProperty{Integer,Float}.
Andres Freund
2018-03-17
Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-03-15
Fix more format truncation issues
Peter Eisentraut
2018-03-14
Remove pg_class.relhaspkey
Peter Eisentraut
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-13
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-12
Avoid having two PKs in a partition
Alvaro Herrera
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-09
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-03-06
Fix bogus Name assignment in CreateStatistics
Alvaro Herrera
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-22
Be lazier about partition tuple routing.
Robert Haas
2018-02-20
Error message improvement
Peter Eisentraut
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-18
Message style fix
Peter Eisentraut
2018-02-18
Move function comment to the right place
Peter Eisentraut
2018-02-17
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-10
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-02-10
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-08
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-30
Silence complaint about dead assignment
Peter Eisentraut
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
[next]