Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
3 days
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
10 days
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
12 days
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
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-16
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-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
postgres_fdw: re-issue cancel requests a few times if necessary.
Tom Lane
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-22
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-09-18
postgres_fdw: Extend postgres_fdw_get_connections to return user name.
Fujii Masao
2024-08-30
Make postgres_fdw's query_cancel test less flaky.
Tom Lane
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-26
postgres_fdw: Fix bug in connection status check.
Fujii Masao
2024-07-26
postgres_fdw: Add connection status check to postgres_fdw_get_connections().
Fujii Masao
2024-07-26
postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().
Fujii Masao
2024-07-22
postgres_fdw: Split out the query_cancel test to its own file
Alvaro Herrera
2024-07-19
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-07-15
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-06-07
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-04-21
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
Tom Lane
[next]