index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
22 hours
Further stabilize a postgres_fdw test case.
Tom Lane
2025-12-11
Use palloc_object() and palloc_array(), the last change
Michael Paquier
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-06
postgres_fdw: Add more test coverage for EvalPlanQual testing.
Etsuro Fujita
2025-11-06
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-10-22
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
[next]