index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Commit message (
Expand
)
Author
Age
*
Split up pgfdw_report_error so that we can mark it pg_noreturn.
Tom Lane
6 days
*
Suppress uninitialized-variable warning.
Tom Lane
6 days
*
Silence leakage complaint about postgres_fdw's InitPgFdwOptions.
Tom Lane
10 days
*
Run pgindent on the changes of the previous patch.
Tom Lane
10 days
*
Reap the benefits of not having to avoid leaking PGresults.
Tom Lane
10 days
*
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
10 days
*
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
13 days
*
Log remote NOTICE, WARNING, and similar messages using ereport().
Fujii Masao
13 days
*
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
14 days
*
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-18
*
postgres_fdw: Add Assert to estimate_path_cost_size().
Etsuro Fujita
2025-07-06
*
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-07-02
*
Add new OID alias type regdatabase.
Nathan Bossart
2025-06-30
*
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-08
*
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-06-01
*
Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
2025-05-30
*
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-05-08
*
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-04-29
*
Fix typos and grammar in the code
Michael Paquier
2025-04-19
*
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
*
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-08
*
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
*
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-26
*
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-25
*
postgres_fdw: improve security checks
Peter Eisentraut
2025-03-24
*
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-20
*
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-18
*
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
*
postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.
Fujii Masao
2025-03-03
*
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-27
*
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-27
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
Check return of pg_b64_encode() for error
Peter Eisentraut
2025-01-16
*
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-15
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
postgres_fdw: re-issue cancel requests a few times if necessary.
Tom Lane
2024-12-23
*
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-20
*
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-12-11
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
*
postgres_fdw: Extend postgres_fdw_get_connections to return user name.
Fujii Masao
2024-09-18
[next]