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
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-09-06
Sync function prototype with its actual definition.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-17
Remove bogus line from comment.
Robert Haas
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-21
Stabilize postgres_fdw regression tests.
Tom Lane
2017-07-21
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-22
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-13
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-07
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-05-18
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-25
postgres_fdw: Fix join push down with extensions
Peter Eisentraut
2017-04-11
Simplify handling of remote-qual pass-forward in postgres_fdw.
Tom Lane
2017-04-11
Handle restriction clause lists more uniformly in postgres_fdw.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-31
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
Robert Haas
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-16
postgres_fdw: Push down FULL JOINs with restriction clauses.
Robert Haas
2017-03-10
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-27
Fix typo in comment.
Robert Haas
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-25
Improve speed of contrib/postgres_fdw regression tests.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Improve dblink error message when remote does not provide it
Joe Conway
2016-11-04
postgres_fdw: Fix typo in comment.
Robert Haas
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
Use NIL instead of NULL for an empty List.
Robert Haas
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-01
postgres_fdw: Fix typo in comment.
Robert Haas
2016-10-26
Suppress unused-variable warning in non-assert builds.
Tom Lane
2016-10-25
postgres_fdw: Try again to stabilize aggregate pushdown regression tests.
Robert Haas
2016-10-21
postgres_fdw: Attempt to stabilize regression results.
Robert Haas
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
[next]