users/rhaas/postgres.git
2023-11-26 Alexander KorotkovDisplay length and bounds histograms in pg_stats
2023-11-26 Alexander KorotkovUpdate comments for pg_statistic catalog table
2023-11-26 Tom LaneDoc: list AT TIME ZONE and COLLATE in operator preceden...
2023-11-26 Tomas VondraFix brin.c indentation issues introduced by c1ec02be1d
2023-11-25 Peter EisentrautUse fipshash in brin_multi test
2023-11-25 Tomas VondraReuse BrinDesc and BrinRevmap in brininsert
2023-11-25 Bruce MomjianC comment: add header to pg_test_fsync.c
2023-11-25 Bruce MomjianC comment: clarify that WAL files can be _recycled_...
2023-11-25 Bruce MomjianUse SECS_PER_HOUR macro in tzparser.c, instead of constants
2023-11-25 Bruce Momjiandoc: gin_page_opaque_info() must be a _compressed_...
2023-11-25 Bruce Momjiandoc: improve ALTER TABLE "offical constraint" wording
2023-11-25 Tom LaneDoc: un-break PDF build.
2023-11-25 Tom Lanegitignore generated file targets-meson.sgml.
2023-11-25 Bruce Momjianmodify segno. for pg_walfile_name() and pg_walfile_name...
2023-11-24 Bruce Momjiandoc: remove documentation for deprecated @@@ operator
2023-11-24 Bruce Momjiandoc: mention vacuum's removal of commit timestamp...
2023-11-24 Thomas MunroFix whitespace.
2023-11-24 Thomas MunroImprove comments about pqsignal().
2023-11-24 Bruce Momjiandoc: add docs for age(xid) and mxid_age(xid)
2023-11-23 Tom LaneFix timing-dependent failure in GSSAPI data transmission.
2023-11-23 Heikki LinnakangasUse ResourceOwner to track WaitEventSets.
2023-11-23 Bruce MomjianC comment: fix typos with unnecessary apostrophes
2023-11-22 Bruce Momjiandoc: remove double-negative in REFRESH MATERIALIZED...
2023-11-22 Amit KapilaFix the initial sync tables with no columns.
2023-11-22 Amit KapilaStop the search once the slot for replication origin...
2023-11-22 Bruce Momjiandoc: FreeBSD uses camcontrol identify, not atacontrol...
2023-11-22 Michael PaquierFix query checking consistency of table amhandlers...
2023-11-21 Bruce Momjiandoc: vacuum_cost_limit controls when vacuum_cost_delay...
2023-11-21 Alvaro HerreraRemove unneeded assignments in for loop header
2023-11-21 Alvaro HerreraAvoid overflow in fe_utils' printTable()
2023-11-21 Michael PaquierSimplify some logic in CreateReplicationSlot()
2023-11-21 Amit KapilaLog messages for replication slot acquisition and release.
2023-11-21 Andres Freundmeson: Document build targets, add 'help' target
2023-11-21 Andres Freundmeson: Add 'world' target
2023-11-21 Andres Freunddocs: meson: Change what 'docs' target builds
2023-11-21 Andres Freundmeson: docs: Add {html,man} targets, rename install...
2023-11-20 Jeff DavisOptimize check_search_path() by using SearchPathCache.
2023-11-20 Jeff DavisBe more paranoid about OOM in search_path cache.
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
next