Commit Graph

3958 Commits (REL_13_STABLE)

Author SHA1 Message Date
Tom Lane 91f3bd732c Fix possibly-uninitialized variable. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Peter Geoghegan 93ee38eade Teach pageinspect about nbtree deduplication. 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Peter Geoghegan 0d861bbb70 Add deduplication to nbtree. 6 years ago
Tom Lane 36390713a6 Fix compile failure. 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Amit Kapila e3ff789acf Stop demanding that top xact must be seen before subxact in decoding. 6 years ago
Michael Paquier 11f063b0a9 Remove some dead code in contrib/adminpack/ 6 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 6 years ago
Thomas Munro 701a51fd4e Use pg_pwrite() in more places. 6 years ago
Tom Lane a069218163 In jsonb_plpython.c, suppress warning message from gcc 10. 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Robert Haas beb4699091 Move jsonapi.c and jsonapi.h to src/common. 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Tom Lane 215824f918 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. 6 years ago
Fujii Masao d694e0bb79 Add pg_file_sync() to adminpack extension. 6 years ago
Alexander Korotkov 4b754d6c16 Avoid full scan of GIN indexes when possible 6 years ago
Amit Kapila 4d8a8d0c73 Introduce IndexAM fields for parallel vacuum. 6 years ago
Andrew Dunstan cebf9d6e6e Only superuser can set sslcert/sslkey in postgres_fdw user mappings 6 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Andrew Dunstan f5fd995a1a Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 6 years ago
Michael Paquier b0b6196386 Remove dependency to system calls for memory allocation in refint 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Joe Conway d5b9c2baff Disallow null category in crosstab_hash 6 years ago
Tom Lane 0af0504da9 Adjust test case added by commit 6136e94dc. 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Peter Geoghegan fcf3b6917b Rename nbtree tuple macros. 6 years ago
Tom Lane 6ef77cf46e Further adjust EXPLAIN's choices of table alias names. 6 years ago
Etsuro Fujita 5a20b0219e Fix handling of multiple AFTER ROW triggers on a foreign table. 6 years ago
Tomas Vondra b527394367 Ensure maxlen is at leat 1 in dict_int 6 years ago
Tom Lane bf39b3af6a Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN. 6 years ago
Tom Lane 55a1954da1 Fix EXPLAIN's column alias output for mismatched child tables. 6 years ago
Tom Lane 4526951d56 Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN. 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Joe Conway 4f66c93f61 Update sepgsql to add mandatory access control for TRUNCATE 6 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 6 years ago
Michael Paquier 94fec48516 Add regression test for two-phase transaction in postgres_fdw 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago