| 2025-10-16 |
Tom Lane | Align the data block sizes of pg_dump's various compres... |
commit | commitdiff | tree |
| 2025-10-16 |
Nathan Bossart | Remove partColsUpdated. |
commit | commitdiff | tree |
| 2025-10-16 |
Amit Kapila | Refactor logical worker synchronization code into a... |
commit | commitdiff | tree |
| 2025-10-16 |
Amit Langote | Fix EPQ crash from missing partition directory in EState |
commit | commitdiff | tree |
| 2025-10-16 |
Michael Paquier | Override log_error_verbosity to "default" in test 009_l... |
commit | commitdiff | tree |
| 2025-10-16 |
Michael Paquier | Add tests for logging of temporary file removal and... |
commit | commitdiff | tree |
| 2025-10-15 |
Nathan Bossart | Fix lookup code for REINDEX INDEX. |
commit | commitdiff | tree |
| 2025-10-15 |
Jeff Davis | Add pg_iswalpha() and related functions. |
commit | commitdiff | tree |
| 2025-10-15 |
Nathan Bossart | Fix lookups in pg_{clear,restore}_{attribute,relation... |
commit | commitdiff | tree |
| 2025-10-15 |
Peter Eisentraut | Change reset_extra into a config_generic common field |
commit | commitdiff | tree |
| 2025-10-15 |
Peter Eisentraut | Add log_autoanalyze_min_duration |
commit | commitdiff | tree |
| 2025-10-15 |
Etsuro Fujita | Fix EvalPlanQual handling of foreign/custom joins in... |
commit | commitdiff | tree |
| 2025-10-15 |
Peter Eisentraut | Add some const qualifiers |
commit | commitdiff | tree |
| 2025-10-15 |
Peter Eisentraut | Modernize some for loops |
commit | commitdiff | tree |
| 2025-10-15 |
Peter Eisentraut | plpython: Remove support for major version conflict... |
commit | commitdiff | tree |
| 2025-10-15 |
Amit Kapila | Standardize use of REFRESH PUBLICATION in code and... |
commit | commitdiff | tree |
| 2025-10-15 |
Michael Paquier | pg_createsubscriber: Use new routine to retrieve data... |
commit | commitdiff | tree |
| 2025-10-15 |
Michael Paquier | pg_resetwal: Use new routine to retrieve data of PG_VERSION |
commit | commitdiff | tree |
| 2025-10-15 |
Michael Paquier | pg_combinebackup: Use new routine to retrieve data... |
commit | commitdiff | tree |
| 2025-10-15 |
Masahiko Sawada | Revert "pg_createsubscriber: Add log message when no... |
commit | commitdiff | tree |
| 2025-10-14 |
Melanie Plageman | Make heap_page_is_all_visible independent of LVRelState |
commit | commitdiff | tree |
| 2025-10-14 |
Melanie Plageman | Inline TransactionIdFollows/Precedes[OrEquals]() |
commit | commitdiff | tree |
| 2025-10-14 |
Melanie Plageman | Add helper for freeze determination to heap_page_prune_... |
commit | commitdiff | tree |
| 2025-10-14 |
Masahiko Sawada | pg_createsubscriber: Add log message when no publicatio... |
commit | commitdiff | tree |
| 2025-10-14 |
Jeff Davis | pg_regc_locale.c: rename some static functions. |
commit | commitdiff | tree |
| 2025-10-14 |
Nathan Bossart | dblink: Avoid locking relation before privilege check. |
commit | commitdiff | tree |
| 2025-10-14 |
Melanie Plageman | Bump XLOG_PAGE_MAGIC after xl_heap_prune change |
commit | commitdiff | tree |
| 2025-10-14 |
Tatsuo Ishii | Use ereport rather than elog in WinCheckAndInitializeNu... |
commit | commitdiff | tree |
| 2025-10-14 |
Richard Guo | Rename apply_at to apply_agg_at for clarity |
commit | commitdiff | tree |
| 2025-10-14 |
Michael Paquier | pg_upgrade: Use new routine to retrieve data of PG_VERSION |
commit | commitdiff | tree |
| 2025-10-14 |
Michael Paquier | Introduce frontend API able to retrieve the contents... |
commit | commitdiff | tree |
| 2025-10-13 |
Michael Paquier | Fix version number calculation for data folder flush... |
commit | commitdiff | tree |
| 2025-10-13 |
Melanie Plageman | Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III |
commit | commitdiff | tree |
| 2025-10-13 |
Tom Lane | Fix incorrect message-printing in win32security.c. |
commit | commitdiff | tree |
| 2025-10-13 |
David Rowley | Doc: clarify n_distinct_inherited setting |
commit | commitdiff | tree |
| 2025-10-13 |
Tom Lane | Fix serious performance problems in LZ4Stream_read_inte... |
commit | commitdiff | tree |
| 2025-10-13 |
Tom Lane | Fix poor buffering logic in pg_dump's lz4 and zstd... |
commit | commitdiff | tree |
| 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 |
| next |