]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-07-02  Tomas VondraFix oversight in handling of modifiedCols since f24523672d
2023-07-02  Tomas VondraFix memory leak in Incremental Sort rescans
2023-07-02  Tomas VondraImprove BRIN minmax-multi opclass test coverage
2023-07-02  Tomas VondraIntroduce bloom_filter_size for BRIN bloom opclass
2023-07-02  Tomas VondraMinor cleanups in the BRIN code
2023-07-02  Thomas MunroTrust signalfd on illumos, again.
2023-07-01  Noah MischFix test of pg_stat_io for wal_level=minimal.
2023-06-30  Heikki LinnakangasRemove redundant check for fast_forward.
2023-06-30  Heikki LinnakangasImprove comment on why we need ctid->(cmin,cmax) mapping.
2023-06-30  Amit LangoteAdd a test case for a316a3bc
2023-06-30  Michael PaquierIntroduce long options in pg_archivecleanup
2023-06-30  Michael PaquierFix marking of indisvalid for partitioned indexes at...
2023-06-30  Michael PaquierAdd tab completion for CREATE SCHEMA in psql
2023-06-30  Michael PaquierUse named captures in Catalog::ParseHeader()
2023-06-29  Tom LaneStamp HEAD as 17devel.
2023-06-29  Michael PaquierFix pg_depend entry to AMs after ALTER TABLE .. SET...
2023-06-29  Andres Freundmeson: Remove redundant return code check
2023-06-29  Tom LaneDefend against bogus parameterization of join input...
2023-06-29  Tom LaneFix order of operations in ExecEvalFieldStoreDeForm().
2023-06-29  Peter Eisentrautmeson: Fix intl misspelling
2023-06-29  Peter Eisentrautmeson: Use a better error message in an impossible...
2023-06-29  Peter Eisentrautmeson: Make some Meson style more consistent with surro...
2023-06-29  Peter Eisentrautmeson: Fix some grammar usage in Meson comments
2023-06-29  Peter Eisentrautmeson: Mention the correct way to disable readline...
2023-06-29  Peter Eisentrautmeson: Remove old comment
2023-06-29  Peter Eisentrautmeson: Use the not_found_dep constant
2023-06-29  Peter Eisentrautmeson: Attach colon to keyword argument
2023-06-29  Peter Eisentrautmeson: Use consistent Meson option description formats
2023-06-29  Peter Eisentrautmeson: Use consistent casing in Meson option descriptions
2023-06-29  Peter Eisentrautmeson: Remove triple-quoted strings
2023-06-29  Peter EisentrautRemove inappropriate raw_expression_tree_walker() code
2023-06-29  Peter EisentrautError message wording improvements
2023-06-29  Nathan BossartFix psql \?'s entries for \dp and \z.
2023-06-29  Michael Paquierpg_stat_statements: Fix second comment related to entry...
2023-06-28  Michael Paquierpg_stat_statements: Fix incorrect comment with entry...
2023-06-28  Peter EisentrautReword error messages for consistency
2023-06-28  Tom LaneDoc: minor wording adjustments in transaction isolation...
2023-06-28  Michael PaquierAdd timeline ID to file names generated with pg_waldump...
2023-06-28  Michael PaquierIgnore invalid indexes when enforcing index rules in...
2023-06-27  Michael PaquierRemove dependency to query text in JumbleQuery()
2023-06-27  Heikki LinnakangasFix comment on clearing padding.
2023-06-26  Tom LaneStamp 16beta2. REL_16_BETA2
2023-06-26  Bruce Momjiandoc: PG 16 relnotes, update for beta 2
2023-06-26  Peter EisentrautTranslation updates
2023-06-26  Heikki LinnakangasChange "..." to cstring in old input/output function...
2023-06-24  Tom LaneCheck for interrupts and stack overflow in TParserGet().
2023-06-24  Bruce Momjiandoc: rename "decades" to be more generic
2023-06-23  Peter EisentrautError message refactoring
2023-06-23  Peter Eisentrautdoc: Improve punctuation
2023-06-23  Peter Eisentrautdoc: Clean up title case use
2023-06-23  Michael PaquierFix incorrect error message in libpq_pipeline
2023-06-22  Nathan BossartImprove privilege documentation for maintenance commands.
2023-06-22  Nathan BossartFix cache lookup hazards introduced by ff9618e82a.
2023-06-22  Amit KapilaDoc: Clarify the behavior of triggers/rules in a logica...
2023-06-22  David RowleyDoc: mention that extended stats aren't used for joins
2023-06-22  Peter Geoghegannbtree VACUUM: cope with topparent inconsistencies.
2023-06-21  Bruce Momjiandoc: update PG history as over "three decades"
2023-06-21  Jeff DavisICU: do not convert locale 'C' to 'en-US-u-va-posix'.
2023-06-21  Jeff Davisinitdb: change default --locale-provider back to libc.
2023-06-21  Tom LaneAvoid Assert failure when processing empty statement...
2023-06-21  Peter EisentrautAllow and require passing files on command line of...
2023-06-21  Michael PaquierDisable use of archiving in 009_twophase.pl
2023-06-21  Amit KapilaFix the errhint message and docs for drop subscription...
2023-06-20  Nathan BossartMove bool parameter for vacuum_rel() to option bits.
2023-06-20  Tom LaneFix hash join when inner hashkey expressions contain...
2023-06-20  Bruce Momjiandocs: adjust tag indenting and add MERGE mention
2023-06-20  Tom LaneFix another cause of "wrong varnullingrels" planner...
2023-06-20  Tom LaneDon't include outer join relids in lateral_relids bitma...
2023-06-20  Tom LaneCentralize fixups for mismatched nullingrels in nestloo...
2023-06-20  Tom LaneAdd b334612b8 to .git-blame-ignore-revs.
2023-06-20  Tom LanePre-beta2 mechanical code beautification.
2023-06-20  Jeff Davistest_extensions: make meson.build consistent with Makefile.
2023-06-20  Michael PaquierEnable archiving in recovery TAP test 009_twophase.pl
2023-06-19  Andres Freundfd.c: Retry after EINTR in more places
2023-06-19  Jeff Davispg_regress: for --no-locale, use LOCALE='C'.
2023-06-19  David RowleyDon't use partial unique indexes for unique proofs...
2023-06-16  Jeff DavisCREATE DATABASE: make LOCALE apply to all collation...
2023-06-16  Peter Eisentrautlibpq: Add missing gettext trigger
2023-06-16  Masahiko SawadaAdd missing pg_basebackup TAP test for meson.
2023-06-16  Amit LangoteFix typo in comment.
2023-06-15  Tom LaneWhen removing a left join, clean out references in...
2023-06-15  Amit LangoteRemove outdated reference to a removed file
2023-06-15  Peter Eisentrautlibpq: Fix up some error message coding
2023-06-15  Michael PaquierAdd missing subscription TAP test for meson
2023-06-15  Masahiko SawadaReplace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
2023-06-15  Michael Paquierintarray: Prevent out-of-bound memory reads with gist__...
2023-06-15  Amit KapilaFix possible crash in tablesync worker.
2023-06-14  Noah MischMake parseNodeString() C idiom compatible with Visual...
2023-06-14  Masahiko SawadaFix typo in comment.
2023-06-14  Amit LangoteRetain relkind too in RTE_SUBQUERY entries for views.
2023-06-14  Tatsuo IshiiFix make_etags breakage on certain platforms.
2023-06-13  Tom LaneFix "wrong varnullingrels" for Memoize's lateral refere...
2023-06-13  Tom LaneCorrectly update hasSubLinks while mutating a rule...
2023-06-13  Peter Eisentrautdoc: Move list entry to proper position
2023-06-12  Andres FreundReport stats when replaying XLOG_RUNNING_XACTS
2023-06-12  Tom LaneAccept fractional seconds in jsonpath's datetime()...
2023-06-12  Noah Mischsrc/tools/msvc/clean.bat: Reconcile with PostgreSQL...
2023-06-12  Noah Mischsrc/tools/msvc: Move all.sym temporary file back to...
2023-06-12  Noah MischAdd win32ver data to meson-built postgres.exe.
2023-06-12  Noah MischGive postgres.exe the icon of other executables.
next