index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
postgres_fdw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various typos
David Rowley
2023-04-18
1
-1
/
+1
*
Fix function reference in comment
Daniel Gustafsson
2023-04-05
1
-1
/
+1
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
1
-2
/
+0
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-6
/
+6
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
1
-4
/
+8
*
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-07
1
-18
/
+42
*
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-06
1
-3
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
1
-7
/
+195
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
1
-5
/
+5
*
C comment: fix wording
Bruce Momjian
2022-12-16
1
-1
/
+1
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-9
/
+8
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
1
-11
/
+7
*
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
1
-2
/
+2
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
1
-0
/
+9
*
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-07
1
-8
/
+3
*
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
1
-1
/
+1
*
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-09-14
1
-0
/
+49
*
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-08-05
1
-2
/
+4
*
postgres_fdw: Fix bug in checking of return value of PQsendQuery().
Fujii Masao
2022-07-22
1
-1
/
+1
*
postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.
Tom Lane
2022-07-17
1
-0
/
+8
*
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
1
-1
/
+2
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-2
/
+1
*
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
1
-16
/
+8
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-5
/
+5
*
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.
Etsuro Fujita
2022-04-21
1
-4
/
+13
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
1
-28
/
+75
*
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-27
1
-0
/
+14
*
Add Boolean node
Peter Eisentraut
2022-01-17
1
-16
/
+16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-30
1
-1
/
+1
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-1
/
+1
*
Fix null-pointer crash in postgres_fdw's conversion_error_callback.
Tom Lane
2021-10-06
1
-35
/
+73
*
Remove Value node struct
Peter Eisentraut
2021-09-09
1
-6
/
+6
*
Refactor postgresImportForeignSchema to avoid code duplication.
Tom Lane
2021-09-01
1
-27
/
+23
*
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-05
1
-16
/
+49
*
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-08-02
1
-4
/
+18
*
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-30
1
-13
/
+52
*
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-27
1
-1
/
+1
*
Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.
Tom Lane
2021-07-07
1
-1
/
+3
*
postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.
Fujii Masao
2021-07-07
1
-7
/
+9
*
Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.
Tom Lane
2021-07-06
1
-42
/
+36
*
Adjust batch size in postgres_fdw to not use too many parameters
Tomas Vondra
2021-06-08
1
-2
/
+9
*
Fix postgres_fdw failure with whole-row Vars of type RECORD.
Tom Lane
2021-06-04
1
-2
/
+53
*
Prevent asynchronous execution of direct foreign-table modifications.
Etsuro Fujita
2021-05-13
1
-0
/
+7
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-42
/
+42
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
1
-2
/
+7
*
Copy the INSERT query in postgres_fdw
Tomas Vondra
2021-05-07
1
-0
/
+3
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
1
-3
/
+1
*
Minor code cleanup in asynchronous execution support.
Etsuro Fujita
2021-04-23
1
-1
/
+7
[next]