]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-08-27  Peter EisentrautMessage style improvements
2024-08-27  Peter EisentrautFix misplaced translator comments
2024-08-26  Masahiko SawadaFix identation.
2024-08-26  Masahiko SawadaFix memory counter update in ReorderBuffer.
2024-08-26  Peter GeogheganFix nbtree lookahead overflow bug.
2024-08-26  Peter Eisentrautpg_upgrade: Message style improvements
2024-08-26  Dean RasheedFix compiler warning in mul_var_short().
2024-08-25  Alexander KorotkovRevert: Avoid looping over all type cache entries in...
2024-08-25  Alexander KorotkovAvoid looping over all type cache entries in TypeCacheR...
2024-08-24  Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-08-24  Peter Eisentrautpg_createsubscriber: Message style improvements
2024-08-23  Tom LaneProvide feature-test macros for libpq features added...
2024-08-23  Peter Eisentrautthread-safety: gmtime_r(), localtime_r()
2024-08-23  Michael PaquierRework new SLRU test with injection points
2024-08-23  Michael Paquierinjection_point: Add injection_points.stats
2024-08-23  Michael Paquierinjection_points: Add initialization of shmem state...
2024-08-22  Amit KapilaDoc: explain the log format of logical replication...
2024-08-22  Michael Paquierpsql: Add more meta-commands able to use the extended...
2024-08-22  Noah MischFix attach of a previously-detached injection point.
2024-08-22  Alexander KorotkovAvoid repeated table name lookups in createPartitionTable()
2024-08-22  Richard GuoSmall code simplification
2024-08-22  Michael PaquierCreate syscache entries for pg_extension
2024-08-21  Jeff DavisFix obsolete comments in varstr_cmp().
2024-08-21  Tom LaneDisallow creating binary-coercible casts involving...
2024-08-21  Robert HaasShow number of disabled nodes in EXPLAIN ANALYZE output.
2024-08-21  Robert HaasTreat number of disabled nodes in a path as a separate...
2024-08-21  Robert HaasFix pgindent damage
2024-08-21  Peter Eisentrautdoc: remove llvm-config search from configure documentation
2024-08-21  Amit KapilaFix typos in 9758174e2e.
2024-08-21  Peter EisentrautSmall code simplification
2024-08-21  Amit KapilaDon't advance origin during apply failure.
2024-08-20  Jeff DavisSlightly refactor varstr_sortsupport() to improve reada...
2024-08-20  Michael PaquierRemove _PG_fini()
2024-08-20  Alvaro HerreraMinor wording change in table "JSON Creation Functions"
2024-08-20  Jeff DavisImprove configure error for ICU libraries if pkg-config...
2024-08-20  Nathan BossartFix a couple of wait event descriptions.
2024-08-20  Alvaro HerreraAdd injection-point test for new multixact CV usage
2024-08-20  John NaylorDocument limit on the number of out-of-line values...
2024-08-20  Amit KapilaLog the conflicts while applying changes in logical...
2024-08-20  David RowleySpeed up Hash Join by making ExprStates support hashing
2024-08-20  Bruce Momjiandoc: improve create/alter sequence CYCLE syntax
2024-08-19  Bruce Momjiandoc: mention of postpostgres_fdw INSERT ON CONFLICT...
2024-08-19  Bruce Momjiandoc: clarify create database in start docs uses comman...
2024-08-19  Bruce Momjiandoc: Improve vague pg_createsubscriber description
2024-08-19  Alvaro HerreraAvoid failure to open dropped detached partition
2024-08-19  Tomas VondraDocument that search_path is reported by the server
2024-08-19  Tomas VondraMark search_path as GUC_REPORT
2024-08-19  Tomas VondraExplain dropdb can't use syscache because of TOAST
2024-08-19  Daniel GustafssonFix regression in TLS session ticket disabling
2024-08-19  Thomas MunroFix harmless LC_COLLATE[_MASK] confusion.
2024-08-19  Heikki LinnakangasFix garbled process name on backend crash
2024-08-19  Michael PaquierFix more holes with SLRU code in need of int64 for...
2024-08-19  Alvaro HerreraSearch for SLRU page only in its own bank
2024-08-19  Michael Paquierinjection_points: Add stats for point caching and loading
2024-08-18  Thomas Munroci: Upgrade MacPorts version to 2.10.1.
2024-08-18  Michael Paquierdoc: Fix typo in section for custom pgstats
2024-08-18  Tomas VondraFix DROP DATABASE for databases with many ACLs
2024-08-18  Thomas MunroFix cpluspluscheck for pg_verifybackup.h.
2024-08-18  Noah MischFix comments on wal_level=minimal, CREATE TABLESPACE...
2024-08-17  Bruce Momjiandocs: fix incorrect plpgsql error message
2024-08-17  Bruce MomjianC comment: fix for commit b5a9b18cd0b
2024-08-16  David RowleyRelocate a badly placed Assert in COPY FROM code
2024-08-16  Nathan BossartFurther reduce dependence on -fwrapv semantics in jsonb.
2024-08-16  Robert Haaspg_verifybackup: Move some declarations to new pg_verif...
2024-08-16  Robert Haaspg_verifybackup: Move skip_checksums into verifier_context.
2024-08-16  Robert HaasImprove more comments in astreamer_gzip.c.
2024-08-16  Alvaro Herreralibpq: Trace all messages received from the server
2024-08-16  Tom LaneFix extraction of week and quarter fields from intervals.
2024-08-16  Nathan BossartRemove dependence on -fwrapv semantics in jsonb.
2024-08-16  Peter EisentrautRemove incidental md5() function use from test
2024-08-16  Heikki LinnakangasRelax fsyncing at end of a bulk load that was not WAL...
2024-08-16  Heikki LinnakangasRefactor CopyOneRowTo
2024-08-16  Heikki LinnakangasRemove unused 'cur_skey' argument from IndexScanOK()
2024-08-16  Peter Eisentrautlibpq: Fix minor TOCTOU violation
2024-08-15  Alexander KorotkovAdd missing wait_for_catchup() to pg_visibility tap...
2024-08-15  Alexander KorotkovFix GetStrictOldestNonRemovableTransactionId() on standby
2024-08-15  Nathan BossartRemove dependence on -fwrapv semantics in a few places.
2024-08-15  Tom LaneAdd 97add39c0 to .git-blame-ignore-revs.
2024-08-15  Tom LaneClean up indentation and whitespace inconsistencies...
2024-08-15  Robert HaasDo not hardcode PG_PROTOCOL_LATEST in NegotiateProtocol...
2024-08-15  Dean RasheedOptimise numeric multiplication using base-NBASE^2...
2024-08-15  Dean RasheedExtend mul_var_short() to 5 and 6-digit inputs.
2024-08-15  Peter EisentrautVariable renaming in dbcommands.c
2024-08-15  Jeff DavisFix doc typo: unicode_assigned() return type.
2024-08-15  David RowleyImprove ALTER PUBLICATION validation and error messages
2024-08-14  Nathan BossartAdd a couple of recent commits to .git-blame-ignore...
2024-08-14  Alvaro Herreralibpq: Trace responses to SSLRequest and GSSENCRequest
2024-08-14  Peter EisentrautApply PGDLLIMPORT markings to some GUC variables
2024-08-14  Peter EisentrautRemove TRACE_SORT macro
2024-08-14  Thomas MunroHarmonize MinGW CODESET lookup with MSVC.
2024-08-14  Masahiko SawadaAdd resource statistics reporting to ANALYZE VERBOSE.
2024-08-14  Masahiko SawadaUse pgBufferUsage for buffer usage tracking in analyze.
2024-08-13  Thomas MunroInclude <xlocale.h> for macOS, take II.
2024-08-13  Thomas MunroInclude <xlocale.h> for older macOS.
2024-08-13  Thomas MunroUse thread-safe nl_langinfo_l(), not nl_langinfo().
2024-08-13  Thomas MunroAll POSIX systems have langinfo.h and CODESET.
2024-08-13  Peter EisentrautUse errmsg_internal for debug messages
2024-08-13  Peter EisentrautRename C23 keyword
2024-08-12  Alvaro Herreralibpq: Trace frontend authentication challenges
2024-08-12  Alvaro HerreraFix nls.mk to reflect astreamer files relocation
next