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
/
src
/
backend
/
foreign
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-05-08
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-08
Improve style of two code paths
Michael Paquier
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-30
Improve "user mapping not found" error message
Peter Eisentraut
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-07
Add support for Kerberos credential delegation
Stephen Frost
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-16
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-10-27
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-03
Small code simplifications
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-14
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-15
Correct constness of a few variables.
Andres Freund
2018-02-19
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-04-03
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-07-22
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-04-11
Fix whitespace
Peter Eisentraut
2016-03-28
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-09
Remove a couple of useless pstrdup() calls.
Tom Lane
2016-02-05
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-04
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
[next]