]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-11-30  Masahiko SawadaAdd option to specify timeout seconds to BackgroundPsql.pm.
2023-11-30  Peter EisentrautRemove unused macro
2023-11-30  Peter EisentrautImprove "user mapping not found" error message
2023-11-30  Amit KapilaFix a test in 003_logical_slots.
2023-11-30  Masahiko SawadaFix wrong description of BackgroundPsql's timeout.
2023-11-30  Masahiko SawadaFix BackgroundPsql's set_query_timer_restart() issue...
2023-11-29  Daniel GustafssonFix typo in comment
2023-11-29  Daniel GustafssonRead include/exclude commands for dump/restore from...
2023-11-29  Thomas MunroOptimize pg_readv/pg_pwritev single vector case.
2023-11-28  Alexander KorotkovAdd SLRU tests for 64-bit page case
2023-11-28  Alexander KorotkovMake use FullTransactionId in 2PC filenames
2023-11-28  Alexander KorotkovUse larger segment file names for pg_notify
2023-11-28  Alexander KorotkovIndex SLRUs by 64-bit integers rather than by 32-bit...
2023-11-28  Tom LaneClean up usage of bison precedence for non-operator...
2023-11-28  Tom LaneUse BIO_{get,set}_app_data instead of BIO_{get,set...
2023-11-28  Heikki LinnakangasFix comment about ressortgrouprefs being unique in...
2023-11-28  Michael PaquierRemove more statements from stats.sql
2023-11-28  Heikki LinnakangasFix assertions with RI triggers in heap_update and...
2023-11-28  Dean Rasheedpsql: Add tab completion for view options.
2023-11-28  Michael PaquierRemove test for pg_stat_reset_shared() in stats.sql
2023-11-27  Michael PaquierFix comment in tableam.h about GetHeapamTableAmRoutine()
2023-11-27  Michael PaquierAdd CHECK_FOR_INTERRUPTS() in scram_SaltedPassword...
2023-11-27  David RowleyDon't use bms_membership() in cases where we don't...
2023-11-27  Nathan BossartRetire a few backwards compatibility macros.
2023-11-27  Alvaro HerreraFix CREATE INDEX CONCURRENTLY example
2023-11-27  Tomas VondraCheck if ii_AmCache is NULL in aminsertcleanup
2023-11-27  Heikki LinnakangasReduce rate of walwriter wakeups due to async commits.
2023-11-27  Amit KapilaAvoid unconditionally filling in missing values with...
2023-11-27  Alexander KorotkovTrack statement entry timestamp in contrib/pg_stat_stat...
2023-11-27  Alexander KorotkovAdd NOT NULL checking of pg_stat_statements_reset(...
2023-11-27  Michael PaquierFix race condition with BIO methods initialization...
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
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().
next