]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-10-07  Tom LaneAdjust new TAP test to work on macOS.
2025-10-07  Tom LaneImprove psql's ability to select pager mode accurately.
2025-10-07  Robert HaasAssign each subquery a unique name prior to planning it.
2025-10-07  Daniel Gustafssondoc: Add missing parenthesis in pg_stat_progress_analyz...
2025-10-07  Álvaro HerreraFix compile of src/tutorial/funcs.c
2025-10-07  David RowleyTeach planner to short-circuit EXCEPT/INTERSECT with...
2025-10-07  David RowleyFix incorrect targetlist in dummy UNIONs
2025-10-06  Masahiko SawadaAvoid unnecessary GinFormTuple() calls for incompressib...
2025-10-06  Nathan BossartOptimize hex_encode() and hex_decode() using SIMD.
2025-10-06  Andrew DunstanRevert "Improve docs syntax checking"
2025-10-06  Amit KapilaExpose sequence page LSN via pg_get_sequence_data.
2025-10-06  Michael PaquierAdd comment in ginxlog.h about block used with ginxlogI...
2025-10-06  Michael PaquierRemove block information from description of some WAL...
2025-10-06  Michael PaquierAdd stats_reset to pg_stat_all_{tables,indexes} and...
2025-10-06  Michael PaquierAdd test for pg_stat_reset_single_table_counters()...
2025-10-06  Michael PaquierFix two comments in numeric.c
2025-10-05  Tom LaneUse SOCK_ERRNO[_SET] in fe-secure-gssapi.c.
2025-10-05  Álvaro HerreraDon't include access/htup_details.h in executor/tuptable.h
2025-10-05  Álvaro HerreraDon't include execnodes.h in brin.h or gin.h
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.
next