Commit Graph

3958 Commits (REL_13_STABLE)

Author SHA1 Message Date
Tom Lane 7fffcc2ee9 Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Michael Paquier ae9aac64a3 intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Michael Paquier 78bf0a256d hstore: Tighten key/value parsing check for whitespaces 2 years ago
Tom Lane 0409c7fc74 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Tom Lane feb9e7fbbc Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Noah Misch 2212f7db80 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Tom Lane de2dfa0538 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Alexander Korotkov 48c6825d0e Validate ltree siglen GiST option to be int-aligned 2 years ago
Tom Lane bc436e4a91 Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Tom Lane ad38e2f891 Fix calculation of which GENERATED columns need to be updated. 3 years ago
Tom Lane d35f1d485c Fix contrib/seg to be more wary of long input numbers. 3 years ago
Tom Lane 9a299cf7c2 Replace RelationOpenSmgr() with RelationGetSmgr(). 3 years ago
Michael Paquier c304c069d1 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ 3 years ago
Tom Lane a9fdb48b73 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Amit Kapila 25f7be1ca2 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Etsuro Fujita 6749d4e8c7 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Tom Lane a61095aa79 Reject bogus output from uuid_create(3). 3 years ago
Amit Kapila 547b963683 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Tom Lane 6b67db10c3 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Tom Lane 6230bd7df4 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Noah Misch 8782ce49e4 CREATE INDEX: use the original userid for more ACL checks. 3 years ago
Tom Lane 60ca2e8418 Silence compiler warnings from some older compilers. 3 years ago
Noah Misch 35edcc0cee Make relation-enumerating operations be security-restricted operations. 3 years ago
Noah Misch 4caa85e4f3 Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl." 3 years ago
Noah Misch 23213f53ba Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. 3 years ago
Michael Paquier 2275d044d0 pageinspect: Fix handling of all-zero pages 3 years ago
Tom Lane 79df1d20c5 Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Michael Paquier 3d4d6dee07 pageinspect: Add more sanity checks to prevent out-of-bound reads 4 years ago
Alexander Korotkov bad202c615 Fix default signature length for gist_ltree_ops 4 years ago
Michael Paquier 028a3c6b1c pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago
Michael Paquier d3a9b83c30 pageinspect: Fix handling of page sizes and AM types 4 years ago
Noah Misch 29ec94efd0 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Tom Lane 1a027e6b7b Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Amit Kapila caa231be97 WAL log unchanged toasted replica identity key attributes. 4 years ago
Noah Misch b3558cc96c Use Test::Builder::todo_start(), replacing $::TODO. 4 years ago
Noah Misch 785a28e422 On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Tom Lane 823d4c7e25 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Michael Paquier 3f710fc2b4 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Fujii Masao f89015b63f postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Tom Lane e477642a1b Avoid some other O(N^2) hazards in list manipulation. 4 years ago
Tom Lane 3a5b313ce7 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane 5a4b8a8a72 Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Noah Misch a9d0a54094 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch 2e33b43599 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Etsuro Fujita cdab0a80d2 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Tom Lane aee83f39a8 Fix null-pointer crash in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane cf26a8d8a7 Fix instability in contrib/bloom TAP tests. 4 years ago
Daniel Gustafsson 8e7199453b Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
Daniel Gustafsson 135d8687ad Disable OpenSSL EVP digest padding in pgcrypto 4 years ago
Daniel Gustafsson a69e1506f6 pgcrypto: Check for error return of px_cipher_decrypt() 4 years ago