summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/deparse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos in code and testsMichael Paquier2023-02-091-1/+1
* Make Vars be outer-join-aware.Tom Lane2023-01-301-1/+11
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-181-0/+7
* Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra2023-01-071-3/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-301-2/+70
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-071-2/+0
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* postgres_fdw: be more wary about shippability of reg* constants.Tom Lane2022-07-171-0/+72
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-311-47/+119
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* postgres_fdw: suppress casts on constants in limited cases.Tom Lane2021-11-121-8/+108
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-051-12/+38
* In postgres_fdw, allow CASE expressions to be pushed to the remote server.Tom Lane2021-07-301-16/+196
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+4
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-271-9/+4
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-081-0/+38
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-8/+9
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-201-1/+53
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-5/+10
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-171-13/+6
* In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.Tom Lane2020-01-261-0/+16
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+1
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-121-1/+1
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-231-2/+2
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-3/+3
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-041-4/+4
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-32/+32
* Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane2019-04-271-0/+49
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-021-2/+35
* postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita2019-04-021-7/+21
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-011-15/+15
* Refactor planner's header files.Tom Lane2019-01-291-2/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-6/+6
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-29/+6
* Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis2018-07-081-11/+30
* Use optimized bitmap set function for membership test in postgres_fdwMichael Paquier2018-07-011-3/+3
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-011-33/+25
* Fix format_type() to restore its old behavior.Tom Lane2018-03-011-1/+1
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-191-2/+2
* Refactor format_type APIs to be more modularAlvaro Herrera2018-02-171-4/+6
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-121-1/+1
* postgres_fdw: Push down UPDATE/DELETE joins to remote servers.Robert Haas2018-02-071-34/+184
* Fix postgres_fdw to cope with duplicate GROUP BY entries.Tom Lane2018-01-121-5/+12
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-3/+3