postgresql.git
2023-05-21 Andres FreundOptimize walsender wake up logic using condition variables
2023-05-21 Bruce Momjiandoc: PG 16 relnotes, add commits
2023-05-21 Tom LaneDoc: fix some rendering problems in the PDF docs build.
2023-05-21 Tom LaneExpand some more uses of "deleg" to "delegation" or...
2023-05-21 Nathan BossartFix remaining references to gss_accept_deleg.
2023-05-21 Bruce Momjianrename "gss_accept_deleg" to "gss_accept_delegation".
2023-05-21 Bruce Momjiandoc: PG 16 relnotes, misc updates
2023-05-19 Tom LaneAdd 0245f8db3 to .git-blame-ignore-revs.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-05-19 Tom LaneMake agreed-on updates in perltidy options.
2023-05-19 Tom LaneDo pre-release housekeeping on catalog data.
2023-05-19 Tom LaneFix thinko in join removal.
2023-05-19 Tom LaneFix misbehavior of EvalPlanQual checks with multiple...
2023-05-19 Alvaro Herrerapsql: Tweak xheader_width and pager_min_lines input...
2023-05-19 Peter EisentrautMessage style improvements
2023-05-19 Bruce Momjiandoc: PG 16 relnotes, delete reverted grant, adjust...
2023-05-19 Tomas VondraAllocate hash join files in a separate memory context
2023-05-19 Tomas VondraDescribe hash join implementation
2023-05-19 Tom LaneAvoid naming conflict between transactions.sql and...
2023-05-19 Peter EisentrautRemove stray mid-sentence tabs in comments
2023-05-19 Bruce Momjiandoc: PG 16 relnotes, merge REINDEX and reindexdb items
2023-05-19 Bruce Momjiandoc: PG 16 relnotes, add missing parentheses
2023-05-19 Peter EisentrautMove mdwriteback() to better place
2023-05-19 Peter EisentrautReindent some comments
2023-05-19 Michael Paquierpageinspect: Fix gist_page_items() with included columns
2023-05-19 Bruce Momjiandoc: improve pg_walinspect and role membership items
2023-05-19 Bruce Momjiandoc: improve description of adding roles as members
2023-05-19 Bruce Momjiandoc: update PG 16 relnotes for pg_walinspect changes
2023-05-19 Tomas VondraShow empty BRIN ranges in brin_page_items
2023-05-18 Tomas VondraFix handling of empty ranges and NULLs in BRIN
2023-05-18 Bruce Momjiandoc: PG 16 relnotes, add freeze and update walinspect...
2023-05-18 Bruce Momjiandocs: re-order some PG 16 relnotes items
2023-05-18 Bruce Momjiandoc: more PG 16 relnote wording improvements
2023-05-18 Tomas VondraFix handling of NULLs when merging BRIN summaries
2023-05-18 Bruce Momjiandoc: add more sections to PG 16 release notes
2023-05-18 Bruce Momjiandoc: first draft of the PG 16 release notes
2023-05-18 Jeff DavisFix documentation build broken by 1e16af8ab5.
2023-05-18 Jeff DavisDoc improvements for language tags and custom ICU colla...
2023-05-18 Tom LaneTweak API of new function clause_is_computable_at().
2023-05-17 Jeff DavisICU: check for U_STRING_NOT_TERMINATED_WARNING.
2023-05-17 Jeff DavisReduce icu_validation_level default to WARNING.
2023-05-17 Peter EisentrautFix error message wordings
2023-05-17 Andres FreundAdd writeback to pg_stat_io
2023-05-17 Andres FreundUpdate parameter name context to wb_context
2023-05-17 Andres FreundUse BUFFER_USAGE_LIMIT to reduce needed test table...
2023-05-17 Alexander KorotkovRevert "Add USER SET parameter values for pg_db_role_se...
2023-05-17 Alvaro Herrerapg_dump: Error message improvements
2023-05-17 Alvaro Herrerapg_dump: Have _EndLO report errno after CFH->write_func...
2023-05-17 Tom LaneTrack tlist_vinfo.varnullingrels even in non-Assert...
2023-05-17 Tom LaneFix some issues with improper placement of outer join...
2023-05-17 Tom LaneConvert nullingrels match checks from Asserts to test...
2023-05-17 Tomas VondraAdvance input pointer when LZ4 compressing data
2023-05-17 Tomas VondraNull-terminate the output buffer of LZ4Stream_gets
2023-05-17 Michael PaquierAdd back SQLValueFunction for SQL keywords
2023-05-16 Tom LaneEnsure Soundex difference() function handles empty...
2023-05-16 Alvaro Herreralibpq: Error message improvement
2023-05-16 Alvaro HerreraMark internal messages as no longer translatable
2023-05-16 Daniel GustafssonFix reported runtime for single tests in pg_regress
2023-05-16 Michael Paquierdoc: Fix ordering of entries in wait event table for...
2023-05-16 Peter Eisentrautlibpq: Error message improvement
2023-05-16 Peter Eisentrautpsql: Adjust capitalization of table heading
2023-05-15 Michael Paquierdoc: Fix incorrect version list for Windows SDK
2023-05-15 Peter EisentrautFix incorrect TAP test ordering
2023-05-15 Peter EisentrautFix whitespace inconsistencies
2023-05-14 Thomas MunroFix wal_writer_flush_after initializer value.
2023-05-14 Thomas MunroRename io_direct to debug_io_direct.
2023-05-12 Nathan BossartImprove error message for pg_create_subscription.
2023-05-12 Tom LaneTighten usage of PSQL_WATCH_PAGER.
2023-05-12 Peter Eisentrautinitdb: Set collversion for standard collation UNICODE
2023-05-11 Tom LaneUndo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
2023-05-10 Peter GeogheganDoc: Fix link to fillfactor reloption.
2023-05-10 Alvaro HerreraFix publication syntax error message
2023-05-10 Peter EisentrautAdd missing gettext triggers
2023-05-10 Michael PaquierFix assertion failure when updating stats_fetch_consist...
2023-05-10 Michael PaquierDocument values of stats_fetch_consistency in postgresq...
2023-05-09 Amit KapilaFix the race condition in the test case added by commit...
2023-05-09 Amit KapilaFix invalid memory access during the shutdown of the...
2023-05-09 Jeff DavisRevert "ICU: do not convert locale 'C' to 'en-US-u...
2023-05-08 Peter GeogheganDoc: update VACUUM FREEZE query conflict guidance.
2023-05-08 Jeff DavisICU: do not convert locale 'C' to 'en-US-u-va-posix'.
2023-05-08 Tom LaneAdjust sepgsql expected output for 681d9e462 et al.
2023-05-08 Tom LaneHandle RLS dependencies in inlined set-returning functi...
2023-05-08 Noah MischReplace last PushOverrideSearchPath() call with set_con...
2023-05-08 Peter EisentrautAdd missing source file to nls.mk
2023-05-08 Peter Eisentrautpg_dump: Restore lost translation marker
2023-05-08 Michael Paquierdoc: Fix some markups in logical replication section
2023-05-08 Peter Eisentrautpg_basebackup: Restore lost translation markers
2023-05-07 Tom LaneAdd ruleutils support for decompiling MERGE commands.
2023-05-05 Michael PaquierFix typo with wait event for SLRU buffer of commit...
2023-05-05 Alvaro HerreraFix sepgsql expected test output
2023-05-05 Peter EisentrautFix copy-and-pasto in error message
2023-05-05 Peter EisentrautFix prove_installcheck when used with PGXS
2023-05-04 Nathan BossartMove return statements out of PG_TRY blocks.
2023-05-04 Alvaro HerreraFix ExecCheckPermissions call in RI_Initial_Check
2023-05-04 Tom LaneIn array_position()/array_positions(), beware of empty...
2023-05-04 Tom LaneTighten array dimensionality checks in Python -> SQL...
2023-05-04 Alvaro HerreraRevert "Move PartitionPruneInfo out of plan nodes into...
2023-05-04 Peter Eisentrautdoc: New glossary entries
2023-05-04 Amit KapilaTest that invalidated logical slots doesn't retain...
2023-05-03 Peter EisentrautAdd missing TAP test name
next