summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-20Prevent overflow for block number in buffile.cHEADmasterMichael Paquier
2023-11-19Lock table in DROP STATISTICSTomas Vondra
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-18doc: improve description of privileges for MERGE and update glossary.Dean Rasheed
2023-11-18meson: Fix missing dependency from install-quiet to sepgsql.sqlAndres Freund
2023-11-17simplehash: preserve consistency in case of OOM.Jeff Davis
2023-11-17docs: Fix standalone INSTALL, broken in 06c70849fb2Andres Freund
2023-11-17doc: update query section to show LIMIT/OFFSET like SELECTBruce Momjian
2023-11-17Release lock on heap buffer before vacuuming FSMAndres Freund
2023-11-17Extract column statistics from CTE references, if possible.Tom Lane
2023-11-17docs: Document --with-selinux/-Dselinux options centrallyAndres Freund
2023-11-17meson: Change default of 'selinux' feature option to autoAndres Freund
2023-11-17Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane
2023-11-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut
2023-11-17pgcrypto: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-17Remove NOT_USED BufFileTellBlock() from buffile.cMichael Paquier
2023-11-16pgcrypto: Split off pgp-encrypt-md5 testPeter Eisentraut
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-16Explicitly skip TAP tests under Meson if disabledPeter Eisentraut
2023-11-16Add target "slru" to pg_stat_reset_shared()Michael Paquier
2023-11-16psql: Add some completion support for CREATE TABLE .. ASMichael Paquier
2023-11-15Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-15src/test/modules/test_dsa needs a .gitignore file.Tom Lane
2023-11-15doc: align column order with pg_stat_statements viewDaniel Gustafsson
2023-11-15Clear CurrentResourceOwner earlier in CommitTransaction.Heikki Linnakangas
2023-11-15Add test_dsa module.Heikki Linnakangas
2023-11-15Fix dsa.c with different resource owners.Heikki Linnakangas
2023-11-15Add cache for recomputeNamespacePath().Jeff Davis
2023-11-15doc: Improve description of targets for pg_stat_reset_shared()Michael Paquier
2023-11-14Change how a base backup decides which files have checksums.Robert Haas
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-11-14doc: Update note about Bison and Flex build requirementsPeter Eisentraut
2023-11-14Fix capitalization of "Tcl"Peter Eisentraut
2023-11-14Fix whitespacePeter Eisentraut
2023-11-14Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut
2023-11-14Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane
2023-11-14Add support for pg_stat_reset_slru without argumentMichael Paquier
2023-11-13Don't try to dump RLS policies or security labels for extension objects.Tom Lane
2023-11-13doc: clarify handling of ts_headline() operators & extra wordsBruce Momjian
2023-11-13psql: improve description consistency of \dTS data typesBruce Momjian
2023-11-13doc: clarify handling of range upper/lower/upper_inf/lower_inf()Bruce Momjian
2023-11-13Improve default and empty privilege outputs in psql.Tom Lane
2023-11-13doc: move ROW IS NULL examples to a different chapterBruce Momjian
2023-11-13doc: clarify that pg_global can _only_ be used for system tabs.Bruce Momjian
2023-11-13Adjust file_fdw regression tests for acc95f29ef FREEZE commitBruce Momjian
2023-11-13doc: restructure ALTER DEFAULT PRIVILEGESBruce Momjian
2023-11-13Improve readability and error detection of array_in().Tom Lane