postgresql.git
2023-05-26 Tom LaneFix joinclause removal logic to cope with cloned clauses.
2023-05-26 Jeff DavisDoc fixes for commit 1e16af8ab5.
2023-05-25 Peter Geoghegannbtree VACUUM: cope with right sibling link corruption.
2023-05-25 Tom LaneFix filtering of "cloned" outer-join quals some more.
2023-05-25 Daniel Gustafssondoc: fix typo in language tag documentation
2023-05-25 Daniel Gustafssondoc: Fix example query for pg_walinspect
2023-05-25 Alvaro HerreraFix pgbench in prepared mode with an empty pipeline
2023-05-25 Michael PaquierFix typo in TAP tests of vacuumdb
2023-05-25 Bruce Momjiandoc: PG 16 relnotes, add author from previous merge
2023-05-24 Bruce Momjiandoc: PG 16 relnotes, wording adjustments
2023-05-24 Bruce Momjiandoc: PG 16 relnotes, merge and move vector items
2023-05-24 Bruce Momjiandoc: PG 16 relnotes, update xid/subxid searches item
2023-05-24 Nathan BossartDocument deprecated createuser option.
2023-05-23 Tom LaneDoc: update src/tools/pginclude/README.
2023-05-23 Tom LaneFix the install rule for snowball_create.sql.
2023-05-23 Peter EisentrautUse lower case for icu_validation_level values
2023-05-23 Peter EisentrautPunctuation improvement in postgresql.conf.sample
2023-05-23 Peter EisentrautAdd newline at end of file
2023-05-23 Bruce Momjiandoc: PG 16 relnotes, SIMD improvements
2023-05-22 Tom LaneStamp 16beta1. REL_16_BETA1
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, add major features list
2023-05-22 Tom LaneSpell the values of libpq's gssdelegation parameter...
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, improve desc. of pg_log_standby_s...
2023-05-22 Peter EisentrautTranslation updates
2023-05-22 Alvaro Herrerapg_dump doc: mention 'long' is valid for --compress
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, improve description of standby...
2023-05-22 Nathan BossartRename some createuser options.
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, misc merged items and bootstrap...
2023-05-21 Bruce Momjiandoc: PG 16 relnotes, misc. updates
2023-05-21 Tom LaneIn clause_is_computable_at(), test required_relids...
2023-05-21 Andres FreundRemove over-eager assertion in ExtendBufferedRelTo()
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
next