]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-10-25  Alexander KorotkovRemove useless self-joins
2023-10-25  Daniel GustafssonUse snprintf instead of sprintf in pg_regress.
2023-10-25  David RowleyAdd missing include dir and references to libpq for...
2023-10-25  Michael Paquierdoc: Fix some typos and grammar
2023-10-25  Michael PaquierLog OpenSSL version in ./configure output
2023-10-24  Daniel GustafssonReword memory terminology for PQresultMemorySize
2023-10-24  Daniel GustafssonSpeed up pg_regress server readiness testing.
2023-10-24  Tom LaneFix problems when a plain-inheritance parent table...
2023-10-24  Peter GeogheganDoc: indexUnchanged is strictly a hint.
2023-10-24  Jeff DavisAssert that buffers are marked dirty before XLogRegiste...
2023-10-23  Michael Paquierdoc: Improve example query related to pg_wait_events
2023-10-23  Michael PaquierFix typos in wait_event.c
2023-10-23  Robert HaasChange struct tablespaceinfo's oid member from 'char...
2023-10-23  Robert HaasRefactor parse_filename_for_nontemp_relation to parse...
2023-10-23  Michael PaquierRemove unnecessary break in pg_logical_replication_slot...
2023-10-23  Michael Paquierdoc: Fix some grammar and inconsistent tags
2023-10-22  Thomas MunroLog LLVM library version in configure output.
2023-10-21  Thomas MunroFix min_dynamic_shared_memory on Windows.
2023-10-21  Tom LaneAllow ALTER SYSTEM to set unrecognized custom GUCs.
2023-10-20  Alvaro HerreraMake some error strings more generic
2023-10-20  Andres Freundmeson: Make detection of python more robust
2023-10-20  Tom LaneDoc: update CREATE OPERATOR's statement about => as...
2023-10-20  Tom LaneExtend ALTER OPERATOR to allow setting more optimizatio...
2023-10-20  Michael PaquierRemove unnecessary dependencies to wal_level=logical...
2023-10-19  Robert HaasDuring online checkpoints, insert XLOG_CHECKPOINT_REDO...
2023-10-19  Tom LaneDoc: modernize comment for boolin().
2023-10-19  Michael Paquierpg_stat_statements: Add local_blk_{read|write}_time
2023-10-19  Michael PaquierAdd local_blk_{read|write}_time I/O timing statistics...
2023-10-19  Michael PaquierRename I/O timing statistics columns to shared_blk_...
2023-10-19  Tom LaneImprove pglz_decompress's defenses against corrupt...
2023-10-19  Michael PaquierInstall wait_event_types.h in VPATH builds
2023-10-18  Thomas Munrojit: Changes for LLVM 17.
2023-10-18  Thomas Munrojit: Supply LLVMGlobalGetValueType() for LLVM < 8.
2023-10-18  Thomas Munrojit: Support opaque pointers in LLVM 16.
2023-10-18  Michael Paquierpg_upgrade: Fix test name in 002_pg_upgrade.pl
2023-10-18  Peter EisentrautClean up some pg_dump tests
2023-10-18  Michael PaquierCount write times when extending relation files for...
2023-10-18  Michael PaquierAdd flush option to pg_logical_emit_message()
2023-10-17  Tom LaneDodge a compiler bug affecting timetz_zone/timetz_izone.
2023-10-17  Nathan BossartAvoid calling proc_exit() in processes forked by system().
2023-10-17  Robert HaasReword messages about impending (M)XID exhaustion.
2023-10-17  Robert HaasTalk about assigning, rather than generating, new Multi...
2023-10-17  Michael PaquierImprove truncation of pg_serial/, removing "apparent...
2023-10-17  Alexander KorotkovRun 006_login_trigger.pl only with Unix-domain sockets
2023-10-17  Amit KapilaRestart the apply worker if the privileges have been...
2023-10-16  Tom LaneAdd regression test coverage for timetz_izone().
2023-10-16  Tom LaneEnsure we have a snapshot while dropping ON COMMIT...
2023-10-16  Nathan BossartMove extra code out of the Pre/PostRestoreCommand(...
2023-10-16  Robert HaasUpdate the documentation on recovering from (M)XID...
2023-10-16  Alexander KorotkovList 006_login_trigger.pl test for meson
2023-10-16  Michael Paquierworker_spi: Fix test failure with BGWORKER_BYPASS_ROLEL...
2023-10-16  Thomas MunroTry to handle torn reads of pg_control in frontend.
2023-10-16  Michael Paquierworker_spi: Bump up max_worker_processes in TAP tests
2023-10-16  Alexander KorotkovRename 005_login_trigger.pl to 006_login_trigger.pl
2023-10-16  Alexander KorotkovFix role names in src/test/authentication/t/005_login_t...
2023-10-16  Michael PaquierAdd a few recent commits to .git-blame-ignore-revs
2023-10-16  Michael PaquierFix code indentation violations in e83d1b0c40cc
2023-10-16  Thomas MunroFix comment from commit 22655aa231.
2023-10-16  Alexander KorotkovAdd support event triggers on authenticated login
2023-10-15  Thomas MunroAcquire ControlFileLock in relevant SQL functions.
2023-10-14  Noah MischDissociate btequalimage() from interval_ops, ending...
2023-10-14  Noah MischDon't spuriously report FD_SETSIZE exhaustion on Windows.
2023-10-14  Tom LaneHarden xxx_is_visible() functions against concurrent...
2023-10-14  Tom LaneHarden has_xxx_privilege() functions against concurrent...
2023-10-14  Andres FreundFix bulk table extension when copying into multiple...
2023-10-13  Nathan BossartImprove the naming in wal_sync_method code.
2023-10-13  Daniel GustafssonUpdate oldextversions test for pg_stat_statements 1.11
2023-10-13  Amit KapilaDoc: Add more links in logical replication pages.
2023-10-13  Michael Paquierpsql: Add completion support for AT [ LOCAL | TIME...
2023-10-13  Michael PaquierAdd support for AT LOCAL
2023-10-13  Thomas MunroAdd wait events for checkpoint delay mechanism.
2023-10-13  Michael Paquierdoc: Mention timezone(zone, time) in section for AT...
2023-10-12  Robert HaasUnify two isLogSwitch tests in XLogInsertRecord.
2023-10-12  David RowleyFix runtime partition pruning for HASH partitioned...
2023-10-12  David RowleyDoc: fix grammatical errors for enable_partitionwise_ag...
2023-10-12  David RowleyFix incorrect step generation in HASH partition pruning
2023-10-12  Michael PaquierAdd option to bgworkers to allow the bypass of role...
2023-10-11  Tom LaneReindent comment in GenericXLogFinish().
2023-10-11  Tom LaneFix missed optimization in relation_excluded_by_constra...
2023-10-11  Heikki LinnakangasMove canAcceptConnections check from ProcessStartupPack...
2023-10-11  Michael PaquierImprove some wording in pg_upgrade/IMPLEMENTATION
2023-10-11  Michael PaquierRefactor InitPostgres() to use bitwise option flags
2023-10-10  Bruce Momjiandoc: pg_upgrade: use dynamic new cluster major version...
2023-10-10  Bruce Momjiandoc: clarify that SSPI and GSSAPI are interchangeable
2023-10-10  Bruce Momjiandoc: Move CREATE ROLE's IN GROUP and USER to deprecated
2023-10-10  Bruce Momjiandoc: foreign servers with pushdown need matching collation
2023-10-10  Bruce Momjiandoc: add SSL configuration section reference
2023-10-10  Bruce Momjiandoc: clarify how the bootstrap user name is chosen
2023-10-10  Bruce Momjiandoc: document the need to analyze partitioned tables
2023-10-10  Jeff DavisFix bug in GenericXLogFinish().
2023-10-10  Tom LaneReplace has_multiple_baserels() with a bitmap test...
2023-10-10  Michael Paquiertest_decoding: Remove unnecessary table in twophase...
2023-10-10  Peter Eisentrautpg_resetwal: Corrections around -c option
2023-10-10  Peter EisentrautAdd const to values and nulls arguments
2023-10-10  David RowleyFix possible crash in add_paths_to_append_rel()
2023-10-10  David RowleyRevert "Optimize various aggregate deserialization...
2023-10-10  Michael Paquierworker_spi: Fix another stability issue with BGWORKER_B...
2023-10-09  Tom LaneDoc: use CURRENT_USER not USER in plpgsql trigger examples.
2023-10-09  Heikki LinnakangasRename StartBackgroundWorker() to BackgroundWorkerMain().
2023-10-09  Heikki LinnakangasAllocate Backend structs in PostmasterContext.
next