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
12 days
postgres_fdw: Add more test coverage for EvalPlanQual testing.
Etsuro Fujita
12 days
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-10-15
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
Etsuro Fujita
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-08
Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.
Robert Haas
2025-09-01
postgres_fdw: Use psql variables for connection parameters
Michael Paquier
2025-08-13
postgres_fdw: Fix tests with ANALYZE and remote sampling
Michael Paquier
2025-08-08
postgres_fdw and dblink should check if backend has MyProcPort
Peter Eisentraut
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-08-06
Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
Peter Eisentraut
2025-07-29
Split up pgfdw_report_error so that we can mark it pg_noreturn.
Tom Lane
2025-07-29
Suppress uninitialized-variable warning.
Tom Lane
2025-07-25
Silence leakage complaint about postgres_fdw's InitPgFdwOptions.
Tom Lane
2025-07-25
Run pgindent on the changes of the previous patch.
Tom Lane
2025-07-25
Reap the benefits of not having to avoid leaking PGresults.
Tom Lane
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-22
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
2025-07-22
Log remote NOTICE, WARNING, and similar messages using ereport().
Fujii Masao
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-18
Fix a typo in the deparseArrayCoerceExpr() header comment
Alexander Korotkov
2025-07-18
Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw
Alexander Korotkov
2025-07-06
postgres_fdw: Add Assert to estimate_path_cost_size().
Etsuro Fujita
2025-07-02
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-06-30
Add new OID alias type regdatabase.
Nathan Bossart
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-05-30
Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-08
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
2025-04-29
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-26
postgres_fdw: Fix tests on some Windows variants
Peter Eisentraut
2025-03-25
postgres_fdw: Remove redundant check in semijoin_target_ok()
Alexander Korotkov
2025-03-25
postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
2025-03-24
postgres_fdw: improve security checks
Peter Eisentraut
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-02
postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.
Fujii Masao
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
[next]