users/rhaas/postgres.git
2023-11-20 Michael PaquierPrevent overflow for block number in buffile.c master
2023-11-19 Tomas VondraLock table in DROP STATISTICS
2023-11-18 Dean RasheedGuard against overflow in interval_mul() and interval_d...
2023-11-18 Dean Rasheeddoc: improve description of privileges for MERGE and...
2023-11-18 Andres Freundmeson: Fix missing dependency from install-quiet to...
2023-11-17 Jeff Davissimplehash: preserve consistency in case of OOM.
2023-11-17 Andres Freunddocs: Fix standalone INSTALL, broken in 06c70849fb2
2023-11-17 Bruce Momjiandoc: update query section to show LIMIT/OFFSET like...
2023-11-17 Andres FreundRelease lock on heap buffer before vacuuming FSM
2023-11-17 Tom LaneExtract column statistics from CTE references, if possible.
2023-11-17 Andres Freunddocs: Document --with-selinux/-Dselinux options centrally
2023-11-17 Andres Freundmeson: Change default of 'selinux' feature option to...
2023-11-17 Peter EisentrautAllow tests to pass in OpenSSL FIPS mode (rest)
2023-11-17 Tom LaneDon't specify number of dimensions in cases where we...
2023-11-17 Peter EisentrautAllow tests to pass in OpenSSL FIPS mode (TAP tests)
2023-11-17 Peter Eisentrautpgcrypto: Allow tests to pass in OpenSSL FIPS mode
2023-11-17 Michael PaquierChange logtape/tuplestore code to use int64 for block...
2023-11-17 Michael PaquierRemove NOT_USED BufFileTellBlock() from buffile.c
2023-11-16 Peter Eisentrautpgcrypto: Split off pgp-encrypt-md5 test
2023-11-16 Tom LaneEnsure we preprocess expressions before checking their...
2023-11-16 Peter EisentrautExplicitly skip TAP tests under Meson if disabled
2023-11-16 Michael PaquierAdd target "slru" to pg_stat_reset_shared()
2023-11-16 Michael Paquierpsql: Add some completion support for CREATE TABLE...
2023-11-15 Nathan BossartFix fallback implementation for pg_atomic_test_set_flag().
2023-11-15 Nathan BossartRetire MemoryContextResetAndDeleteChildren() macro.
2023-11-15 Tom Lanesrc/test/modules/test_dsa needs a .gitignore file.
2023-11-15 Daniel Gustafssondoc: align column order with pg_stat_statements view
2023-11-15 Heikki LinnakangasClear CurrentResourceOwner earlier in CommitTransaction.
2023-11-15 Heikki LinnakangasAdd test_dsa module.
2023-11-15 Heikki LinnakangasFix dsa.c with different resource owners.
2023-11-15 Jeff DavisAdd cache for recomputeNamespacePath().
2023-11-15 Michael Paquierdoc: Improve description of targets for pg_stat_reset_s...
2023-11-14 Robert HaasChange how a base backup decides which files have check...
2023-11-14 Dean RasheedSupport +/- infinity in the interval data type.
2023-11-14 Peter Eisentrautdoc: Update note about Bison and Flex build requirements
2023-11-14 Peter EisentrautFix capitalization of "Tcl"
2023-11-14 Peter EisentrautFix whitespace
2023-11-14 Peter EisentrautReplace Gen_dummy_probes.sed with Gen_dummy_probes.pl
2023-11-14 Tom LaneAllow new role 'regress_dump_login_role' to log in...
2023-11-14 Michael PaquierAdd support for pg_stat_reset_slru without argument
2023-11-13 Tom LaneDon't try to dump RLS policies or security labels for...
2023-11-13 Bruce Momjiandoc: clarify handling of ts_headline() operators ...
2023-11-13 Bruce Momjianpsql: improve description consistency of \dTS data...
2023-11-13 Bruce Momjiandoc: clarify handling of range upper/lower/upper_inf...
2023-11-13 Tom LaneImprove default and empty privilege outputs in psql.
2023-11-13 Bruce Momjiandoc: move ROW IS NULL examples to a different chapter
2023-11-13 Bruce Momjiandoc: clarify that pg_global can _only_ be used for...
2023-11-13 Bruce MomjianAdjust file_fdw regression tests for acc95f29ef FREEZE...
2023-11-13 Bruce Momjiandoc: restructure ALTER DEFAULT PRIVILEGES
2023-11-13 Tom LaneImprove readability and error detection of array_in().
2023-11-13 Bruce Momjiandoc: correct description of libpq's PQsetnonblocking...
2023-11-13 Bruce MomjianAdd error about the use of FREEZE in COPY TO
2023-11-13 Bruce Momjiandoc: remove RUNAS instructions for pg_upgrade on Windows
2023-11-13 Tom LaneDon't release index root page pin in ginFindParents().
2023-11-13 Daniel Gustafssondoc: Add missing semicolon in example
2023-11-13 Etsuro FujitaRemove incorrect file reference in comment.
2023-11-13 Amit KapilaUse REGBUF_NO_CHANGE at one more place in the hash...
2023-11-12 Michael PaquierExtend sendFileWithContent() to handle custom content...
2023-11-12 Michael PaquierAdd ability to reset all shared stats types in pg_stat_...
2023-11-12 Michael PaquierFix inconsistencies for queries on pg_class in type_san...
2023-11-10 Alexander KorotkovFix how SJE checks against PHVs
2023-11-10 Peter EisentrautFix whitespace
2023-11-10 Amit KapilaProhibit max_slot_wal_keep_size to value other than...
2023-11-09 Bruce Momjiandoc: fix wording describing the checkpoint_flush_after GUC
2023-11-09 Bruce Momjiandoc: remove unnecessary comma in postgres-fdw
2023-11-09 Tom LaneFix computation of varnullingrels when const-folding...
2023-11-09 Peter Eisentrautmeson: Install missing example files
2023-11-09 Peter Eisentrautmeson: Fix doc installation path computation
2023-11-09 Alexander KorotkovFix the way SJE removes references from PHVs
2023-11-09 Dean RasheedAvoid integer overflow hazard in interval_time().
2023-11-09 Dean RasheedFix AFTER ROW trigger execution in MERGE cross-partitio...
2023-11-09 David RowleyEnsure we use the correct spelling of "ensure"
2023-11-09 Dean RasheedFix corner-case 64-bit integer subtraction bug on some...
2023-11-09 Amit KapilaFix uninitialized slot array access during the upgrade.
2023-11-09 Michael Paquierpg_stat_statements: Remove duplicated tests for SET...
2023-11-08 Heikki LinnakangasFix bug in the new ResourceOwner implementation.
2023-11-08 Bruce Momjiandoc:: simplify introductory text
2023-11-08 Bruce MomjianREADME: remove duplicate download link & mention relat...
2023-11-08 Bruce Momjiandoc: change "system" to "cluster" where appropriate
2023-11-08 Bruce Momjiandoc: mention that ANALYZE does block DDL
2023-11-08 Alvaro HerreraCheck stack depth in new recursive functions
2023-11-08 Tom LaneFix some issues with tracking nesting level in pg_stat_...
2023-11-08 Alvaro HerreraCall pqPipelineFlush from PQsendFlushRequest
2023-11-08 Heikki LinnakangasChange pgcrypto to use the new ResourceOwner mechanism.
2023-11-08 Heikki LinnakangasUse a faster hash function in resource owners.
2023-11-08 Heikki LinnakangasMake ResourceOwners more easily extensible.
2023-11-08 Heikki LinnakangasMove a few ResourceOwnerEnlarge() calls for safety...
2023-11-08 Peter EisentrautDon't install ldap_password_func in meson
2023-11-08 Michael PaquierFix use of OPENSSL in SSL tests if command is not found
2023-11-08 Michael PaquierEnlarge assertion in bloom_init() for false_positive_rate
2023-11-07 Alvaro HerreraStop including parsenodes.h in plannodes.h
2023-11-07 Peter Eisentrautcitext: Allow tests to pass in OpenSSL FIPS mode
2023-11-07 Amit KapilaFix the test 003_logical_slots.
2023-11-07 Michael PaquierReorder two functions in inval.c
2023-11-06 David RowleyMake use of initReadOnlyStringInfo() in more places
2023-11-06 Tom LaneDetect integer overflow while computing new array dimen...
2023-11-06 Tom LaneCompute aggregate argument types correctly in transform...
2023-11-06 Peter EisentrautRemove distprep
2023-11-06 Noah MischSet GUC "is_superuser" in all processes that set Authen...
2023-11-06 Noah MischBan role pg_signal_backend from more superuser backend...
next