]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-10-04  David RowleyTeach UNION planner to remove dummy inputs
2025-10-03  David RowleyUse bms_add_members() instead of bms_union() when possible
2025-10-03  Nathan BossartOptimize vector8_has_le() on AArch64.
2025-10-03  Nathan BossartMake some use of anonymous unions [DSM registry].
2025-10-03  David RowleyTidy-up unneeded NULL parameter checks from SQL function
2025-10-03  John NaylorFix reuse-after-free hazard in dead_items_reset
2025-10-03  Richard GuoFix incorrect function reference in comment
2025-10-03  Michael Paquierpgbench: Fail cleanly when finding a COPY result state
2025-10-03  Tatsuo IshiiAdd IGNORE NULLS/RESPECT NULLS option to Window functions.
2025-10-02  Daniel GustafssonRemove check for NULL in STRICT function
2025-10-02  Daniel GustafssonFixes for comments in test_bitmapset
2025-10-02  Andrew DunstanImprove docs syntax checking
2025-10-02  Daniel Gustafssondoc: Improve wording for base64url definition
2025-10-02  Michael PaquierRemove useless pointer update in ginxlog.c
2025-10-02  John NaylorGenerate EUC_CN mappings from gb18030-2022.ucm
2025-10-02  Michael Paquierpgstattuple: Improve reports generated for indexes...
2025-10-01  Jacob Championtest_json_parser: Speed up 002_inline.pl
2025-10-01  Peter EisentrautFix compiler warnings around _CRT_glob
2025-10-01  David RowleyMinor fixups of test_bitmapset.c
2025-10-01  Michael Paquiertest_bitmapset: Simplify code of the module
2025-09-30  Peter EisentrautRename pg_builtin_integer_constant_p to pg_integer_cons...
2025-09-30  Fujii Masaopgbench: Fix error reporting in readCommandResponse().
2025-09-30  David RowleyFix typo in pgstat_relation.c header comment
2025-09-30  Peter EisentrautRevert "Make some use of anonymous unions [pgcrypto]"
2025-09-30  Peter EisentrautMake some use of anonymous unions [plpython]
2025-09-30  Peter EisentrautMake some use of anonymous unions [pgcrypto]
2025-09-30  Peter EisentrautMake some use of anonymous unions [reorderbuffer xact_time]
2025-09-30  Peter EisentrautMake some use of anonymous unions [pg_locale_t]
2025-09-30  Álvaro HerreraDo a tiny bit of header file maintenance
2025-09-30  Michael PaquierReorder XLogNeedsFlush() checks to be more consistent
2025-09-30  Michael Paquierinjection_points: Add proper locking when reporting...
2025-09-29  Tom LaneAdd GROUP BY ALL.
2025-09-29  David RowleyRemove unused parameter from find_window_run_conditions()
2025-09-29  Noah MischFix StatisticsObjIsVisibleExt() for pg_temp.
2025-09-29  Michael Paquiertest_bitmapset: Expand more the test coverage
2025-09-29  David RowleyImprove planner's width estimates for set operations
2025-09-29  Michael Paquierinjection_points: Enable entry count in its variable...
2025-09-28  Michael PaquierAdd support for tracking of entry count in pgstats
2025-09-27  Tom LaneRefactor to avoid code duplication in transformPLAssign...
2025-09-27  Tom LaneFix missed copying of groupDistinct in transformPLAssig...
2025-09-27  David RowleyTeach MSVC that elog/ereport ERROR doesn't return
2025-09-26  Masahiko SawadaRemove unused for_all_tables field from AlterPublicatio...
2025-09-26  Álvaro HerreraSplit vacuumdb to create vacuuming.c/h
2025-09-26  Álvaro HerreraCreate a separate file listing backend types
2025-09-26  Fujii Masaopgbench: Fix assertion failure with retriable errors...
2025-09-25  Michael PaquierImprove stability of btree page split on ERRORs
2025-09-25  David RowleyFix misleading comment in pg_get_statisticsobjdef_string()
2025-09-25  David RowleyRemove unused parameter from check_and_push_window_quals
2025-09-25  Masahiko Sawadapsql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERAT...
2025-09-25  Tom LaneTry to avoid floating-point roundoff error in pg_sleep().
2025-09-25  Tom LaneAdd minimal sleep to stats isolation test functions.
2025-09-25  Robert HaasFix array allocation bugs in SetExplainExtensionState.
2025-09-25  Tom LaneDoc: clean up documentation for new UUID functions.
2025-09-25  Tom LaneTeach doc/src/sgml/Makefile about the new func/*.sgml...
2025-09-25  Daniel GustafssonRemove preprocessor guards from injection points
2025-09-25  Daniel GustafssonFix comments in recovery tests
2025-09-25  Álvaro HerreraDon't include execnodes.h in replication/conflict.h
2025-09-25  Álvaro HerreraUpdate some more forward declarations to use typedef
2025-09-25  Fujii Masaopgbench: Fix typo in documentation.
2025-09-25  Fujii Masaopgbench: Clarify documentation for \gset and \aset.
2025-09-24  Fujii Masaovacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when...
2025-09-24  Melanie PlagemanCorrect prune WAL record opcode name in comment
2025-09-24  Tom LaneEnsure guc_tables.o's dependency on guc_tables.inc...
2025-09-24  Tom LaneInclude pg_test_timing's full output in the TAP test...
2025-09-24  Fujii MasaoFix incorrect and inconsistent comments in tableam...
2025-09-24  Peter EisentrautRemove PointerIsValid()
2025-09-24  Daniel GustafssonFix incorrect option name in usage screen
2025-09-24  Daniel GustafssonConsistently handle tab delimiters for wait event names
2025-09-24  John NaylorUpdate GB18030 encoding from version 2000 to 2022
2025-09-24  Amit KapilaFix LOCK_TIMEOUT handling during parallel apply.
2025-09-23  Michael PaquierFix compiler warnings in test_bitmapset
2025-09-23  Robert HaasKeep track of what RTIs a Result node is scanning.
2025-09-22  Daniel Gustafssondoc: Remove trailing whitespace in xref
2025-09-22  Michael PaquierAdd a test module for Bitmapset
2025-09-22  David RowleyFix various incorrect filename references
2025-09-22  Richard GuoFix misleading comment in RangeTblEntry
2025-09-21  Michael PaquierFix meson build with -Duuid=ossp when using version...
2025-09-20  Daniel GustafssonAdd support for base64url encoding and decoding
2025-09-20  Tom LaneTrack the maximum possible frequency of non-MCE array...
2025-09-20  Tom LaneRe-allow using statistics for bool-valued functions...
2025-09-19  Nathan BossartFix obsolete references to postgres.h in comments.
2025-09-19  David RowleyImprove wording in a few comments
2025-09-19  Amit KapilaAdd optional pid parameter to pg_replication_origin_ses...
2025-09-19  Amit KapilaImprove few errdetail messages introduced in commit...
2025-09-19  Michael PaquierMake XLogFlush() and XLogNeedsFlush() decision-making...
2025-09-19  Amit LangoteFix EPQ crash from missing partition pruning state...
2025-09-19  Michael PaquierDocument and check that PgStat_HashKey has no padding
2025-09-18  Nathan BossartAdd a test harness for the LWLock tranche code.
2025-09-18  Nathan BossartFix re-initialization of LWLock-related shared memory.
2025-09-18  Fujii Masaopgbench: Remove unused argument from create_sql_command().
2025-09-18  Fujii Masaopg_restore: Fix security label handling with --no-publi...
2025-09-18  Andres FreundMark shared buffer lookup table HASH_FIXED_SIZE
2025-09-17  Tom LaneCalculate agglevelsup correctly when Aggref contains...
2025-09-17  Thomas Munrojit: Fix type used for Datum values in LLVM IR.
2025-09-17  Michael Paquierinjection_points: Fix incrementation of variable-number...
2025-09-17  Michael PaquierFix shared memory calculation size of PgAioCtl
2025-09-17  David RowleyAdd missing EPQ recheck for TID Range Scan
2025-09-16  David RowleyAdd missing EPQ recheck for TID Scan
2025-09-16  Tom LaneAdd regression expected-files for older OpenSSL in...
2025-09-16  Tom LaneRevert "Avoid race condition between "GRANT role" and...
next