| 2025-10-13 |
Tom Lane | Fix issue with reading zero bytes in Gzip_read. |
commit | commitdiff | tree |
| 2025-10-13 |
Magnus Hagander | docs: Fix protocol version 3.2 message format of Cancel... |
commit | commitdiff | tree |
| 2025-10-13 |
Magnus Hagander | Remove extra semicolon in example |
commit | commitdiff | tree |
| 2025-10-12 |
Peter Geoghegan | Remove unused nbtree array advancement variable. |
commit | commitdiff | tree |
| 2025-10-11 |
Tom Lane | Restore test coverage of LZ4Stream_gets(). |
commit | commitdiff | tree |
| 2025-10-11 |
Álvaro Herrera | Stop creating constraints during DETACH CONCURRENTLY |
commit | commitdiff | tree |
| 2025-10-11 |
Álvaro Herrera | dbase_redo: Fix Valgrind-reported memory leak |
commit | commitdiff | tree |
| 2025-10-10 |
Peter Geoghegan | Remove overzealous _bt_killitems assertion. |
commit | commitdiff | tree |
| 2025-10-10 |
Michael Paquier | Fix two typos in xlogstats.h and xlogstats.c |
commit | commitdiff | tree |
| 2025-10-10 |
Michael Paquier | Remove state.tmp when failing to save a replication... |
commit | commitdiff | tree |
| 2025-10-09 |
Andres Freund | bufmgr: Fix valgrind checking for buffers pinned in... |
commit | commitdiff | tree |
| 2025-10-09 |
Michael Paquier | test_bitmapset: Improve random function |
commit | commitdiff | tree |
| 2025-10-09 |
Melanie Plageman | Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE |
commit | commitdiff | tree |
| 2025-10-09 |
David Rowley | Cleanup VACUUM option processing error messages |
commit | commitdiff | tree |
| 2025-10-09 |
Tom Lane | Clean up memory leakage that occurs in context callback... |
commit | commitdiff | tree |
| 2025-10-09 |
Masahiko Sawada | Fix access-to-already-freed-memory issue in pgoutput. |
commit | commitdiff | tree |
| 2025-10-09 |
Tom Lane | Avoid uninitialized-variable warnings from older compilers. |
commit | commitdiff | tree |
| 2025-10-09 |
Richard Guo | Fix comment in eager_aggregate.sql |
commit | commitdiff | tree |
| 2025-10-09 |
Richard Guo | Remove unnecessary include of "utils/fmgroids.h" |
commit | commitdiff | tree |
| 2025-10-09 |
Michael Paquier | Remove duplicated log related to slot creation in pg_cr... |
commit | commitdiff | tree |
| 2025-10-09 |
Amit Kapila | Add "ALL SEQUENCES" support to publications. |
commit | commitdiff | tree |
| 2025-10-09 |
Amit Langote | Fix internal error from CollateExpr in SQL/JSON DEFAULT... |
commit | commitdiff | tree |
| 2025-10-08 |
David Rowley | Make truncate_useless_pathkeys() consider WindowFuncs |
commit | commitdiff | tree |
| 2025-10-08 |
Andres Freund | bufmgr: Don't lock buffer header in StrategyGetBuffer() |
commit | commitdiff | tree |
| 2025-10-08 |
Andres Freund | bufmgr: fewer calls to BufferDescriptorGetContentLock |
commit | commitdiff | tree |
| 2025-10-08 |
Andres Freund | bufmgr: Fix signedness of mask variable in BufferSync() |
commit | commitdiff | tree |
| 2025-10-08 |
Andres Freund | bufmgr: Introduce FlushUnlockedBuffer |
commit | commitdiff | tree |
| 2025-10-08 |
Andres Freund | Improve ReadRecentBuffer() scalability |
commit | commitdiff | tree |
| 2025-10-08 |
Masahiko Sawada | Add mem_exceeded_count column to pg_stat_replication_slots. |
commit | commitdiff | tree |
| 2025-10-08 |
Tom Lane | Cleanup NAN code in float.h, too. |
commit | commitdiff | tree |
| 2025-10-08 |
Robert Haas | Add extension_state member to PlannedStmt. |
commit | commitdiff | tree |
| 2025-10-08 |
Robert Haas | Add planner_setup_hook and planner_shutdown_hook. |
commit | commitdiff | tree |
| 2025-10-08 |
Robert Haas | Add ExplainState argument to pg_plan_query() and planner(). |
commit | commitdiff | tree |
| 2025-10-08 |
Richard Guo | Implement Eager Aggregation |
commit | commitdiff | tree |
| 2025-10-08 |
Richard Guo | Allow negative aggtransspace to indicate unbounded... |
commit | commitdiff | tree |
| 2025-10-08 |
Michael Paquier | Improve description of some WAL records for GIN |
commit | commitdiff | tree |
| 2025-10-08 |
Michael Paquier | Add stats_reset to pg_stat_user_functions |
commit | commitdiff | tree |
| 2025-10-08 |
Amit Kapila | Fix typo in function header comment. |
commit | commitdiff | tree |
| 2025-10-08 |
Tatsuo Ishii | Fix Coverity issues reported in commit 25a30bbd423. |
commit | commitdiff | tree |
| 2025-10-07 |
David Rowley | Cleanup INFINITY code in float.h |
commit | commitdiff | tree |
| 2025-10-07 |
Robert Haas | Remove PlannerInfo's join_search_private method. |
commit | commitdiff | tree |
| 2025-10-07 |
Robert Haas | Allow private state in certain planner data structures. |
commit | commitdiff | tree |
| 2025-10-07 |
Tom Lane | Adjust new TAP test to work on macOS. |
commit | commitdiff | tree |
| 2025-10-07 |
Tom Lane | Improve psql's ability to select pager mode accurately. |
commit | commitdiff | tree |
| 2025-10-07 |
Robert Haas | Assign each subquery a unique name prior to planning it. |
commit | commitdiff | tree |
| 2025-10-07 |
Daniel Gustafsson | doc: Add missing parenthesis in pg_stat_progress_analyz... |
commit | commitdiff | tree |
| 2025-10-07 |
Álvaro Herrera | Fix compile of src/tutorial/funcs.c |
commit | commitdiff | tree |
| 2025-10-07 |
David Rowley | Teach planner to short-circuit EXCEPT/INTERSECT with... |
commit | commitdiff | tree |
| 2025-10-07 |
David Rowley | Fix incorrect targetlist in dummy UNIONs |
commit | commitdiff | tree |
| 2025-10-06 |
Masahiko Sawada | Avoid unnecessary GinFormTuple() calls for incompressib... |
commit | commitdiff | tree |
| 2025-10-06 |
Nathan Bossart | Optimize hex_encode() and hex_decode() using SIMD. |
commit | commitdiff | tree |
| 2025-10-06 |
Andrew Dunstan | Revert "Improve docs syntax checking" |
commit | commitdiff | tree |
| 2025-10-06 |
Amit Kapila | Expose sequence page LSN via pg_get_sequence_data. |
commit | commitdiff | tree |
| 2025-10-06 |
Michael Paquier | Add comment in ginxlog.h about block used with ginxlogI... |
commit | commitdiff | tree |
| 2025-10-06 |
Michael Paquier | Remove block information from description of some WAL... |
commit | commitdiff | tree |
| 2025-10-06 |
Michael Paquier | Add stats_reset to pg_stat_all_{tables,indexes} and... |
commit | commitdiff | tree |
| 2025-10-06 |
Michael Paquier | Add test for pg_stat_reset_single_table_counters()... |
commit | commitdiff | tree |
| 2025-10-06 |
Michael Paquier | Fix two comments in numeric.c |
commit | commitdiff | tree |
| 2025-10-05 |
Tom Lane | Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. |
commit | commitdiff | tree |
| 2025-10-05 |
Álvaro Herrera | Don't include access/htup_details.h in executor/tuptable.h |
commit | commitdiff | tree |
| 2025-10-05 |
Álvaro Herrera | Don't include execnodes.h in brin.h or gin.h |
commit | commitdiff | tree |
| 2025-10-04 |
David Rowley | Teach UNION planner to remove dummy inputs |
commit | commitdiff | tree |
| 2025-10-03 |
David Rowley | Use bms_add_members() instead of bms_union() when possible |
commit | commitdiff | tree |
| 2025-10-03 |
Nathan Bossart | Optimize vector8_has_le() on AArch64. |
commit | commitdiff | tree |
| 2025-10-03 |
Nathan Bossart | Make some use of anonymous unions [DSM registry]. |
commit | commitdiff | tree |
| 2025-10-03 |
David Rowley | Tidy-up unneeded NULL parameter checks from SQL function |
commit | commitdiff | tree |
| 2025-10-03 |
John Naylor | Fix reuse-after-free hazard in dead_items_reset |
commit | commitdiff | tree |
| 2025-10-03 |
Richard Guo | Fix incorrect function reference in comment |
commit | commitdiff | tree |
| 2025-10-03 |
Michael Paquier | pgbench: Fail cleanly when finding a COPY result state |
commit | commitdiff | tree |
| 2025-10-03 |
Tatsuo Ishii | Add IGNORE NULLS/RESPECT NULLS option to Window functions. |
commit | commitdiff | tree |
| 2025-10-02 |
Daniel Gustafsson | Remove check for NULL in STRICT function |
commit | commitdiff | tree |
| 2025-10-02 |
Daniel Gustafsson | Fixes for comments in test_bitmapset |
commit | commitdiff | tree |
| 2025-10-02 |
Andrew Dunstan | Improve docs syntax checking |
commit | commitdiff | tree |
| 2025-10-02 |
Daniel Gustafsson | doc: Improve wording for base64url definition |
commit | commitdiff | tree |
| 2025-10-02 |
Michael Paquier | Remove useless pointer update in ginxlog.c |
commit | commitdiff | tree |
| 2025-10-02 |
John Naylor | Generate EUC_CN mappings from gb18030-2022.ucm |
commit | commitdiff | tree |
| 2025-10-02 |
Michael Paquier | pgstattuple: Improve reports generated for indexes... |
commit | commitdiff | tree |
| 2025-10-01 |
Jacob Champion | test_json_parser: Speed up 002_inline.pl |
commit | commitdiff | tree |
| 2025-10-01 |
Peter Eisentraut | Fix compiler warnings around _CRT_glob |
commit | commitdiff | tree |
| 2025-10-01 |
David Rowley | Minor fixups of test_bitmapset.c |
commit | commitdiff | tree |
| 2025-10-01 |
Michael Paquier | test_bitmapset: Simplify code of the module |
commit | commitdiff | tree |
| 2025-09-30 |
Peter Eisentraut | Rename pg_builtin_integer_constant_p to pg_integer_cons... |
commit | commitdiff | tree |
| 2025-09-30 |
Fujii Masao | pgbench: Fix error reporting in readCommandResponse(). |
commit | commitdiff | tree |
| 2025-09-30 |
David Rowley | Fix typo in pgstat_relation.c header comment |
commit | commitdiff | tree |
| 2025-09-30 |
Peter Eisentraut | Revert "Make some use of anonymous unions [pgcrypto]" |
commit | commitdiff | tree |
| 2025-09-30 |
Peter Eisentraut | Make some use of anonymous unions [plpython] |
commit | commitdiff | tree |
| 2025-09-30 |
Peter Eisentraut | Make some use of anonymous unions [pgcrypto] |
commit | commitdiff | tree |
| 2025-09-30 |
Peter Eisentraut | Make some use of anonymous unions [reorderbuffer xact_time] |
commit | commitdiff | tree |
| 2025-09-30 |
Peter Eisentraut | Make some use of anonymous unions [pg_locale_t] |
commit | commitdiff | tree |
| 2025-09-30 |
Álvaro Herrera | Do a tiny bit of header file maintenance |
commit | commitdiff | tree |
| 2025-09-30 |
Michael Paquier | Reorder XLogNeedsFlush() checks to be more consistent |
commit | commitdiff | tree |
| 2025-09-30 |
Michael Paquier | injection_points: Add proper locking when reporting... |
commit | commitdiff | tree |
| 2025-09-29 |
Tom Lane | Add GROUP BY ALL. |
commit | commitdiff | tree |
| 2025-09-29 |
David Rowley | Remove unused parameter from find_window_run_conditions() |
commit | commitdiff | tree |
| 2025-09-29 |
Noah Misch | Fix StatisticsObjIsVisibleExt() for pg_temp. |
commit | commitdiff | tree |
| 2025-09-29 |
Michael Paquier | test_bitmapset: Expand more the test coverage |
commit | commitdiff | tree |
| 2025-09-29 |
David Rowley | Improve planner's width estimates for set operations |
commit | commitdiff | tree |
| 2025-09-29 |
Michael Paquier | injection_points: Enable entry count in its variable... |
commit | commitdiff | tree |
| 2025-09-28 |
Michael Paquier | Add support for tracking of entry count in pgstats |
commit | commitdiff | tree |
| 2025-09-27 |
Tom Lane | Refactor to avoid code duplication in transformPLAssign... |
commit | commitdiff | tree |
| next |