index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
2023-04-18
Fix various typos
David Rowley
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-08
Add support for Kerberos credential delegation
Stephen Frost
2023-04-06
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-05
Fix function reference in comment
Daniel Gustafsson
2023-03-17
postgres_fdw: Remove useless if-test in GetConnection().
Etsuro Fujita
2023-02-28
Drop test view when done with it.
Tom Lane
2023-02-27
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-02-24
Fix comment indentation and whitespace
Peter Eisentraut
2023-02-21
Fix handling of escape sequences in postgres_fdw.application_name
Michael Paquier
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-24
dblink, postgres_fdw: Handle interrupts during connection establishment
Andres Freund
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-07
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-06
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-23
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-16
C comment: fix wording
Bruce Momjian
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-10-27
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-16
postgres_fdw: Remove useless DO block in test
Peter Eisentraut
2022-09-16
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-14
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-08-05
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-22
postgres_fdw: Fix bug in checking of return value of PQsendQuery().
Fujii Masao
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
[next]