index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
postgres_fdw.c
Age
Commit message (
Expand
)
Author
2023-11-02
Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
David Rowley
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-15
Fix code indentation vioaltion introduced in commit 9e9931d2b.
Etsuro Fujita
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix various typos
David Rowley
2023-04-05
Fix function reference in comment
Daniel Gustafsson
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-07
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-06
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-16
C comment: fix wording
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-14
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-08-05
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-07-22
postgres_fdw: Fix bug in checking of return value of PQsendQuery().
Fujii Masao
2022-07-17
postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.
Tom Lane
2022-07-16
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-21
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.
Etsuro Fujita
2022-03-31
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-01-27
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-30
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-10-06
Fix null-pointer crash in postgres_fdw's conversion_error_callback.
Tom Lane
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-01
Refactor postgresImportForeignSchema to avoid code duplication.
Tom Lane
2021-08-05
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-02
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-07-30
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-07
Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.
Tom Lane
2021-07-07
postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.
Fujii Masao
2021-07-06
Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.
Tom Lane
2021-06-08
Adjust batch size in postgres_fdw to not use too many parameters
Tomas Vondra
2021-06-05
Fix postgres_fdw failure with whole-row Vars of type RECORD.
Tom Lane
[next]