Commit Graph

57194 Commits (3c44e7d8d4fe3381736c4b4daff4be5ff3d1466e)
 

Author SHA1 Message Date
Peter Eisentraut 3c44e7d8d4 Allow tests to pass in OpenSSL FIPS mode (rest) 2 years ago
Tom Lane 8d5573b92e Don't specify number of dimensions in cases where we don't know it. 2 years ago
Peter Eisentraut 284cbaea7c Allow tests to pass in OpenSSL FIPS mode (TAP tests) 2 years ago
Peter Eisentraut 795592865c pgcrypto: Allow tests to pass in OpenSSL FIPS mode 2 years ago
Michael Paquier b1e5c9fa9a Change logtape/tuplestore code to use int64 for block numbers 2 years ago
Michael Paquier c99c7a4871 Remove NOT_USED BufFileTellBlock() from buffile.c 2 years ago
Peter Eisentraut 3af0d17ace pgcrypto: Split off pgp-encrypt-md5 test 2 years ago
Tom Lane 743ddafc71 Ensure we preprocess expressions before checking their volatility. 2 years ago
Peter Eisentraut bc15a126bb Explicitly skip TAP tests under Meson if disabled 2 years ago
Michael Paquier 2e8a0edc2a Add target "slru" to pg_stat_reset_shared() 2 years ago
Michael Paquier 816f10564a psql: Add some completion support for CREATE TABLE .. AS 2 years ago
Nathan Bossart 69c32b8b35 Fix fallback implementation for pg_atomic_test_set_flag(). 2 years ago
Nathan Bossart 6a72c42fd5 Retire MemoryContextResetAndDeleteChildren() macro. 2 years ago
Tom Lane 83267b15bf src/test/modules/test_dsa needs a .gitignore file. 2 years ago
Daniel Gustafsson 83b4326e60 doc: align column order with pg_stat_statements view 2 years ago
Heikki Linnakangas c21e6e2fd4 Clear CurrentResourceOwner earlier in CommitTransaction. 2 years ago
Heikki Linnakangas 325f54033e Add test_dsa module. 2 years ago
Heikki Linnakangas a8b330ffb6 Fix dsa.c with different resource owners. 2 years ago
Jeff Davis f26c2368dc Add cache for recomputeNamespacePath(). 2 years ago
Michael Paquier 7f6bc3b356 doc: Improve description of targets for pg_stat_reset_shared() 2 years ago
Robert Haas 025584a168 Change how a base backup decides which files have checksums. 2 years ago
Dean Rasheed 519fc1bd9e Support +/- infinity in the interval data type. 2 years ago
Peter Eisentraut b41b1a7f49 doc: Update note about Bison and Flex build requirements 2 years ago
Peter Eisentraut e7814b40d0 Fix capitalization of "Tcl" 2 years ago
Peter Eisentraut 43071777be Fix whitespace 2 years ago
Peter Eisentraut 3849fe7c2b Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl 2 years ago
Tom Lane 1e3f461e82 Allow new role 'regress_dump_login_role' to log in under SSPI. 2 years ago
Michael Paquier e5cca6288a Add support for pg_stat_reset_slru without argument 2 years ago
Tom Lane a70f2a57f2 Don't try to dump RLS policies or security labels for extension objects. 2 years ago
Bruce Momjian 24943fba46 doc: clarify handling of ts_headline() operators & extra words 2 years ago
Bruce Momjian f279241b09 psql: improve description consistency of \dTS data types 2 years ago
Bruce Momjian 7539a1b2fc doc: clarify handling of range upper/lower/upper_inf/lower_inf() 2 years ago
Tom Lane d1379ebf4c Improve default and empty privilege outputs in psql. 2 years ago
Bruce Momjian bd86407892 doc: move ROW IS NULL examples to a different chapter 2 years ago
Bruce Momjian 8680bae846 doc: clarify that pg_global can _only_ be used for system tabs. 2 years ago
Bruce Momjian e61a82c949 Adjust file_fdw regression tests for acc95f29ef FREEZE commit 2 years ago
Bruce Momjian 151a0ee76d doc: restructure ALTER DEFAULT PRIVILEGES 2 years ago
Tom Lane 83472de606 Improve readability and error detection of array_in(). 2 years ago
Bruce Momjian 57d6a198c9 doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Bruce Momjian acc95f29ef Add error about the use of FREEZE in COPY TO 2 years ago
Bruce Momjian 103ed24e31 doc: remove RUNAS instructions for pg_upgrade on Windows 2 years ago
Tom Lane 5c62ecf6ec Don't release index root page pin in ginFindParents(). 2 years ago
Daniel Gustafsson c3fd6a10fc doc: Add missing semicolon in example 2 years ago
Etsuro Fujita 06e8e71e7f Remove incorrect file reference in comment. 2 years ago
Amit Kapila 861f86beea Use REGBUF_NO_CHANGE at one more place in the hash index. 2 years ago
Michael Paquier 7606175991 Extend sendFileWithContent() to handle custom content length in basebackup.c 2 years ago
Michael Paquier 23c8c0c8f4 Add ability to reset all shared stats types in pg_stat_reset_shared() 2 years ago
Michael Paquier a9f19c1349 Fix inconsistencies for queries on pg_class in type_sanity.sql 2 years ago
Alexander Korotkov b7f315c9d7 Fix how SJE checks against PHVs 2 years ago
Peter Eisentraut eb81e8e790 Fix whitespace 2 years ago