]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-02-26  Peter EisentrautPrepare for Python "Limited API" in PL/Python
2025-02-26  Michael PaquierAdding new PgStat_WalCounters structure in pgstat.h
2025-02-26  Michael PaquierRemove pgstat_flush_wal()
2025-02-26  Amit KapilaAdd two-phase option in pg_createsubscriber.
2025-02-26  Michael PaquierImprove FATAL message for invalid TLI history at recovery
2025-02-26  Jeff Davispg_dump: prepare attribute stats query.
2025-02-26  Jeff DavisAvoid unnecessary relation stats query in pg_dump.
2025-02-26  Michael PaquierRe-add GUC track_wal_io_timing
2025-02-26  Jeff DavisRemove redundant pg_set_*_stats() variants.
2025-02-25  Andres FreundChange _mdfd_segpath() to return paths by value
2025-02-25  Andres FreundChange relpath() et al to return path by value
2025-02-25  Peter EisentrautRemove obsolete Python version check
2025-02-25  Richard GuoEliminate code duplication in replace_rte_variables...
2025-02-25  Richard GuoExpand virtual generated columns in the planner
2025-02-25  Michael PaquierFix untranslatable string concatenation in pg_upgrade
2025-02-25  Amit KapilaDoc: Fix pg_copy_logical_replication_slot description.
2025-02-25  Jeff DavisMissing doc update for f3dae2ae58.
2025-02-25  Jeff DavisDo not use in-place updates for statistics import.
2025-02-25  Michael Paquierpsql: Add pipeline status to prompt and some state...
2025-02-25  Amit LangoteFix bug in cbc127917 to handle nested Append correctly
2025-02-24  Masahiko SawadaFix assertion when decoding XLOG_PARAMETER_CHANGE on...
2025-02-24  Daniel Gustafssonoauth: Rename macro to avoid collisions on Windows
2025-02-24  Daniel Gustafssonoauth: Fix incorrect const markers in struct
2025-02-24  Melanie PlagemanDelay extraction of TIDBitmap per page offsets
2025-02-24  Melanie PlagemanAdd lossy indicator to TBMIterateResult
2025-02-24  Nathan BossartFix comment for MAX_BACKENDS.
2025-02-24  Robert Haaslibpq: Trace all NegotiateProtocolVersion fields
2025-02-24  Robert Haaslibpq: Add PQfullProtocolVersion to exports.txt
2025-02-24  Tom LaneFix confusion about data type of pg_class.relpages...
2025-02-24  Daniel Gustafssonpg_amcheck: PQclear query results
2025-02-24  Andres FreundAdd static asserts for MAX_BACKENDS limiting factors
2025-02-24  Andres Freundbufmgr: Make it easier to change number of buffer state...
2025-02-24  Andres FreundBase LWLock limits directly on MAX_BACKENDS
2025-02-24  Andres FreundMove MAX_BACKENDS to procnumber.h
2025-02-24  John NaylorSilence warning in older versions of Valgrind
2025-02-24  Michael PaquierRemove read/sync fields from pg_stat_wal and GUC track_...
2025-02-23  Tom LaneIgnore hash's relallvisible when checking pg_upgrade...
2025-02-23  Peter Eisentrautbackend libpq void * argument for binary data
2025-02-23  Peter EisentrautSnapBuildRestoreContents() void * argument for binary...
2025-02-23  Michael PaquierAdd more tests for utility commands in pipelines
2025-02-23  Peter Eisentrautjsonb internal API void * argument for binary data
2025-02-22  Jeff DavisDocumentation fixups for dumping statistics.
2025-02-22  Álvaro HerreraChange \conninfo to use tabular format
2025-02-22  Amit LangoteRemove unstable test suite added by 525392d57
2025-02-22  Andres FreundAllow lwlocks to be disowned
2025-02-22  Robert HaasAdjust EXPLAIN test case to filter out "Actual Rows...
2025-02-21  Tom LaneAvoid race condition between "GRANT role" and "DROP...
2025-02-21  Robert HaasAllow EXPLAIN to indicate fractional rows.
2025-02-21  Masahiko SawadaAdd test 005_char_signedness.pl to meson.build.
2025-02-21  Tom LaneFix pg_dumpall to cope with dangling OIDs in pg_auth_me...
2025-02-21  Masahiko SawadaFix an issue with index scan using pg_trgm due to char...
2025-02-21  Masahiko Sawadapg_upgrade: Add --set-char-signedness to set the defaul...
2025-02-21  Masahiko Sawadapg_upgrade: Preserve default char signedness value...
2025-02-21  Masahiko Sawadapg_resetwal: Add --char-signedness option to change...
2025-02-21  Masahiko SawadaAdd default_char_signedness field to ControlFileData.
2025-02-21  Bruce Momjiandoc: clarify default checksum behavior in non-master...
2025-02-21  Bruce Momjiandoc: remove non-breaking space in SGML files, causes...
2025-02-21  Andres FreundMake test portlock logic work with meson
2025-02-21  Michael PaquierFix cross-version upgrades with XMLSERIALIZE(NO INDENT)
2025-02-21  Peter EisentrautSupport text position search functions with nondetermin...
2025-02-21  Daniel Gustafssondoc: Add links to olsen93 and ong90 in bibliography
2025-02-21  Amit KapilaFix a WARNING for data origin discrepancies.
2025-02-21  Michael PaquierAdd missing deparsing of [NO] IDENT to XMLSERIALIZE()
2025-02-21  Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-21  Peter Eisentrautbackend launchers void * arguments for binary data
2025-02-21  Jeff DavisFix for pg_restore_attribute_stats().
2025-02-21  Michael Paquierpsql: Add support for pipelines
2025-02-21  Michael PaquierAdd braces for if block with large comment in psql...
2025-02-20  Daniel GustafssonAdd missing entry to oauth_validator test .gitignore
2025-02-20  Peter EisentrautRemove various unnecessary (char *) casts
2025-02-20  Jeff DavisTrial fix for old cross-version upgrades.
2025-02-20  Andrew DunstanIgnore blank lines in pgindent exclude files
2025-02-20  Daniel Gustafssoncirrus: Temporarily fix libcurl link error
2025-02-20  Daniel GustafssonAdd support for OAUTHBEARER SASL mechanism
2025-02-20  Jeff DavisTransfer statistics during pg_upgrade.
2025-02-20  Amit KapilaImprove errdetail message added by ac0e33136a.
2025-02-20  Amit LangoteDon't lock partitions pruned by initial pruning
2025-02-20  Amit KapilaInclude schema/table publications even with exclude...
2025-02-20  Michael Paquierdoc: Fix typo in section "WAL configuration"
2025-02-20  Michael Paquierdoc: Add details about object "wal" in pg_stat_io
2025-02-20  Michael Paquierdoc: Recommend pg_stat_io rather than pg_stat_wal in...
2025-02-20  Michael PaquierFix FATAL message for invalid recovery timeline at...
2025-02-20  Andres Freundpgbench: Increase RLIMIT_NOFILE if necessary
2025-02-20  Michael Paquiertest_escape: Fix output of --help
2025-02-19  Tomas VondraCorrect relation size estimate with low fillfactor
2025-02-19  Tom LaneAssert that ExecOpenIndices and ExecCloseIndices are...
2025-02-19  Tom LaneFix crash in brininsertcleanup during logical replication.
2025-02-19  Tomas VondraConsider BufFiles when adjusting hashjoin parameters
2025-02-19  Andres Freundtests: BackgroundPsql: Fix potential for lost errors...
2025-02-19  Álvaro HerreraAdd ATAlterConstraint struct for ALTER .. CONSTRAINT
2025-02-19  Alexander KorotkovImprove statistics estimation for single-column GROUP...
2025-02-19  Amit KapilaAdd a test for commit ac0e33136a using the injection...
2025-02-19  Michael PaquierAdd support for LIKE in CREATE FOREIGN TABLE
2025-02-19  Amit Langotedoc: Fix some issues with JSON_TABLE() examples
2025-02-19  Amit KapilaInvalidate inactive replication slots.
2025-02-19  Tom LaneUpdate to latest Snowball sources.
2025-02-19  Richard GuoFix unsafe access to BufferDescriptors
2025-02-19  Richard GuoFix freeing a child join's SpecialJoinInfo
2025-02-19  Michael Paquiertest_escape: Fix handling of short options in getopt_long()
2025-02-18  Michael PaquierMake the description of some GUCs more consistent
next