summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-14Remove some dead code in contrib/adminpack/Michael Paquier
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-01-30In jsonb_plpython.c, suppress warning message from gcc 10.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-26In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.Tom Lane
2020-01-24Add pg_file_sync() to adminpack extension.Fujii Masao
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-13Only superuser can set sslcert/sslkey in postgres_fdw user mappingsAndrew Dunstan
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-09Allow 'sslkey' and 'sslcert' in postgres_fdw user mappingsAndrew Dunstan
2020-01-08Remove dependency to system calls for memory allocation in refintMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-23Disallow null category in crosstab_hashJoe Conway
2019-12-20Adjust test case added by commit 6136e94dc.Tom Lane
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-20Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-12-03Ensure maxlen is at leat 1 in dict_intTomas Vondra
2019-12-03Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.Tom Lane
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-12-02Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-23Update sepgsql to add mandatory access control for TRUNCATEJoe Conway
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-11-13Add regression test for two-phase transaction in postgres_fdwMichael Paquier
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Refactor code building relation optionsMichael Paquier
2019-11-03Fix PG_GETARG_SEG_P() definition.Tom Lane
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-30Fix typos in the codeMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-10-19Fix most -Wundef warningsPeter Eisentraut