6 days ago |
Amit Kapila | Add "ALL SEQUENCES" support to publications. |
commit | commitdiff | tree |
6 days ago |
Amit Langote | Fix internal error from CollateExpr in SQL/JSON DEFAULT... |
commit | commitdiff | tree |
6 days ago |
David Rowley | Make truncate_useless_pathkeys() consider WindowFuncs |
commit | commitdiff | tree |
6 days ago |
Andres Freund | bufmgr: Don't lock buffer header in StrategyGetBuffer() |
commit | commitdiff | tree |
6 days ago |
Andres Freund | bufmgr: fewer calls to BufferDescriptorGetContentLock |
commit | commitdiff | tree |
6 days ago |
Andres Freund | bufmgr: Fix signedness of mask variable in BufferSync() |
commit | commitdiff | tree |
6 days ago |
Andres Freund | bufmgr: Introduce FlushUnlockedBuffer |
commit | commitdiff | tree |
6 days ago |
Andres Freund | Improve ReadRecentBuffer() scalability |
commit | commitdiff | tree |
6 days ago |
Masahiko Sawada | Add mem_exceeded_count column to pg_stat_replication_slots. |
commit | commitdiff | tree |
6 days ago |
Tom Lane | Cleanup NAN code in float.h, too. |
commit | commitdiff | tree |
7 days ago |
Robert Haas | Add extension_state member to PlannedStmt. |
commit | commitdiff | tree |
7 days ago |
Robert Haas | Add planner_setup_hook and planner_shutdown_hook. |
commit | commitdiff | tree |
7 days ago |
Robert Haas | Add ExplainState argument to pg_plan_query() and planner(). |
commit | commitdiff | tree |
7 days ago |
Richard Guo | Implement Eager Aggregation |
commit | commitdiff | tree |
7 days ago |
Richard Guo | Allow negative aggtransspace to indicate unbounded... |
commit | commitdiff | tree |
7 days ago |
Michael Paquier | Improve description of some WAL records for GIN |
commit | commitdiff | tree |
7 days ago |
Michael Paquier | Add stats_reset to pg_stat_user_functions |
commit | commitdiff | tree |
7 days ago |
Amit Kapila | Fix typo in function header comment. |
commit | commitdiff | tree |
7 days ago |
Tatsuo Ishii | Fix Coverity issues reported in commit 25a30bbd423. |
commit | commitdiff | tree |
7 days ago |
David Rowley | Cleanup INFINITY code in float.h |
commit | commitdiff | tree |
7 days ago |
Robert Haas | Remove PlannerInfo's join_search_private method. |
commit | commitdiff | tree |
7 days ago |
Robert Haas | Allow private state in certain planner data structures. |
commit | commitdiff | tree |
7 days ago |
Tom Lane | Adjust new TAP test to work on macOS. |
commit | commitdiff | tree |
7 days ago |
Tom Lane | Improve psql's ability to select pager mode accurately. |
commit | commitdiff | tree |
8 days ago |
Robert Haas | Assign each subquery a unique name prior to planning it. |
commit | commitdiff | tree |
8 days ago |
Daniel Gustafsson | doc: Add missing parenthesis in pg_stat_progress_analyz... |
commit | commitdiff | tree |
8 days ago |
Γlvaro Herrera | Fix compile of src/tutorial/funcs.c |
commit | commitdiff | tree |
8 days ago |
David Rowley | Teach planner to short-circuit EXCEPT/INTERSECT with... |
commit | commitdiff | tree |
8 days ago |
David Rowley | Fix incorrect targetlist in dummy UNIONs |
commit | commitdiff | tree |
8 days ago |
Masahiko Sawada | Avoid unnecessary GinFormTuple() calls for incompressib... |
commit | commitdiff | tree |
8 days ago |
Nathan Bossart | Optimize hex_encode() and hex_decode() using SIMD. |
commit | commitdiff | tree |
9 days ago |
Andrew Dunstan | Revert "Improve docs syntax checking" |
commit | commitdiff | tree |
9 days ago |
Amit Kapila | Expose sequence page LSN via pg_get_sequence_data. |
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Add comment in ginxlog.h about block used with ginxlogI... |
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Remove block information from description of some WAL... |
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Add stats_reset to pg_stat_all_{tables,indexes} and... |
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Add test for pg_stat_reset_single_table_counters()... |
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Fix two comments in numeric.c |
commit | commitdiff | tree |
9 days ago |
Tom Lane | Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. |
commit | commitdiff | tree |
9 days ago |
Γlvaro Herrera | Don't include access/htup_details.h in executor/tuptable.h |
commit | commitdiff | tree |
9 days ago |
Γlvaro Herrera | Don't include execnodes.h in brin.h or gin.h |
commit | commitdiff | tree |
11 days ago |
David Rowley | Teach UNION planner to remove dummy inputs |
commit | commitdiff | tree |
11 days ago |
David Rowley | Use bms_add_members() instead of bms_union() when possible |
commit | commitdiff | tree |
11 days ago |
Nathan Bossart | Optimize vector8_has_le() on AArch64. |
commit | commitdiff | tree |
11 days ago |
Nathan Bossart | Make some use of anonymous unions [DSM registry]. |
commit | commitdiff | tree |
12 days ago |
David Rowley | Tidy-up unneeded NULL parameter checks from SQL function |
commit | commitdiff | tree |
12 days ago |
John Naylor | Fix reuse-after-free hazard in dead_items_reset |
commit | commitdiff | tree |
12 days ago |
Richard Guo | Fix incorrect function reference in comment |
commit | commitdiff | tree |
12 days ago |
Michael Paquier | pgbench: Fail cleanly when finding a COPY result state |
commit | commitdiff | tree |
12 days ago |
Tatsuo Ishii | Add IGNORE NULLS/RESPECT NULLS option to Window functions. |
commit | commitdiff | tree |
12 days ago |
Daniel Gustafsson | Remove check for NULL in STRICT function |
commit | commitdiff | tree |
12 days ago |
Daniel Gustafsson | Fixes for comments in test_bitmapset |
commit | commitdiff | tree |
12 days ago |
Andrew Dunstan | Improve docs syntax checking |
commit | commitdiff | tree |
13 days ago |
Daniel Gustafsson | doc: Improve wording for base64url definition |
commit | commitdiff | tree |
13 days ago |
Michael Paquier | Remove useless pointer update in ginxlog.c |
commit | commitdiff | tree |
13 days ago |
John Naylor | Generate EUC_CN mappings from gb18030-2022.ucm |
commit | commitdiff | tree |
13 days ago |
Michael Paquier | pgstattuple: Improve reports generated for indexes... |
commit | commitdiff | tree |
13 days ago |
Jacob Champion | test_json_parser: Speed up 002_inline.pl |
commit | commitdiff | tree |
13 days ago |
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 |
2025-09-27 |
Tom Lane | Fix missed copying of groupDistinct in transformPLAssig... |
commit | commitdiff | tree |
2025-09-27 |
David Rowley | Teach MSVC that elog/ereport ERROR doesn't return |
commit | commitdiff | tree |
2025-09-26 |
Masahiko Sawada | Remove unused for_all_tables field from AlterPublicatio... |
commit | commitdiff | tree |
2025-09-26 |
Γlvaro Herrera | Split vacuumdb to create vacuuming.c/h |
commit | commitdiff | tree |
2025-09-26 |
Γlvaro Herrera | Create a separate file listing backend types |
commit | commitdiff | tree |
2025-09-26 |
Fujii Masao | pgbench: Fix assertion failure with retriable errors... |
commit | commitdiff | tree |
2025-09-25 |
Michael Paquier | Improve stability of btree page split on ERRORs |
commit | commitdiff | tree |
2025-09-25 |
David Rowley | Fix misleading comment in pg_get_statisticsobjdef_string() |
commit | commitdiff | tree |
2025-09-25 |
David Rowley | Remove unused parameter from check_and_push_window_quals |
commit | commitdiff | tree |
2025-09-25 |
Masahiko Sawada | psql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERAT... |
commit | commitdiff | tree |
2025-09-25 |
Tom Lane | Try to avoid floating-point roundoff error in pg_sleep(). |
commit | commitdiff | tree |
2025-09-25 |
Tom Lane | Add minimal sleep to stats isolation test functions. |
commit | commitdiff | tree |
2025-09-25 |
Robert Haas | Fix array allocation bugs in SetExplainExtensionState. |
commit | commitdiff | tree |
2025-09-25 |
Tom Lane | Doc: clean up documentation for new UUID functions. |
commit | commitdiff | tree |
2025-09-25 |
Tom Lane | Teach doc/src/sgml/Makefile about the new func/*.sgml... |
commit | commitdiff | tree |
2025-09-25 |
Daniel Gustafsson | Remove preprocessor guards from injection points |
commit | commitdiff | tree |
2025-09-25 |
Daniel Gustafsson | Fix comments in recovery tests |
commit | commitdiff | tree |
2025-09-25 |
Γlvaro Herrera | Don't include execnodes.h in replication/conflict.h |
commit | commitdiff | tree |
2025-09-25 |
Γlvaro Herrera | Update some more forward declarations to use typedef |
commit | commitdiff | tree |
2025-09-25 |
Fujii Masao | pgbench: Fix typo in documentation. |
commit | commitdiff | tree |
next |