Архив рассылок [pgsql-committers]
- pgsql: test_bitmapset: Simplify code of the module Michael Paquier
- pgsql: Minor fixups of test_bitmapset.c David Rowley
- pgsql: Fix compiler warnings around _CRT_glob Peter Eisentraut
- pgsql: test_json_parser: Speed up 002_inline.pl Jacob Champion
- pgsql: test_json_parser: Speed up 002_inline.pl Jacob Champion
- pgsql: test_json_parser: Speed up 002_inline.pl Jacob Champion
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: pgstattuple: Improve reports generated for indexes (hash, gist, Michael Paquier
- pgsql: Generate EUC_CN mappings from gb18030-2022.ucm John Naylor
- pgsql: Remove useless pointer update in ginxlog.c Michael Paquier
- Re: pgsql: Minor fixups of test_bitmapset.c Michael Paquier
- pgsql: doc: Improve wording for base64url definition Daniel Gustafsson
- pgsql: Improve docs syntax checking Andrew Dunstan
- pgsql: Fixes for comments in test_bitmapset Daniel Gustafsson
- pgsql: Remove check for NULL in STRICT function Daniel Gustafsson
- pgsql: Add IGNORE NULLS/RESPECT NULLS option to Window functions. Tatsuo Ishii
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: pgbench: Fail cleanly when finding a COPY result state Michael Paquier
- pgsql: Fix incorrect function reference in comment Richard Guo
- pgsql: Fix reuse-after-free hazard in dead_items_reset John Naylor
- pgsql: Fix reuse-after-free hazard in dead_items_reset John Naylor
- pgsql: Fix reuse-after-free hazard in dead_items_reset John Naylor
- pgsql: Tidy-up unneeded NULL parameter checks from SQL function David Rowley
- pgsql: Make some use of anonymous unions [DSM registry]. Nathan Bossart
- pgsql: Optimize vector8_has_le() on AArch64. Nathan Bossart
- pgsql: Use bms_add_members() instead of bms_union() when possible David Rowley
- pgsql: Teach UNION planner to remove dummy inputs David Rowley
- pgsql: Don't include execnodes.h in brin.h or gin.h Álvaro Herrera
- pgsql: Don't include access/htup_details.h in executor/tuptable.h Álvaro Herrera
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane
- pgsql: Fix two comments in numeric.c Michael Paquier
- pgsql: Add test for pg_stat_reset_single_table_counters() on index Michael Paquier
- pgsql: Add stats_reset to pg_stat_all_{tables,indexes} and related view Michael Paquier
- pgsql: Remove block information from description of some WAL records fo Michael Paquier
- pgsql: Add comment in ginxlog.h about block used with ginxlogInsertList Michael Paquier
- pgsql: Expose sequence page LSN via pg_get_sequence_data. Amit Kapila
- pgsql: Revert "Improve docs syntax checking" Andrew Dunstan
- pgsql: Optimize hex_encode() and hex_decode() using SIMD. Nathan Bossart
- pgsql: Avoid unnecessary GinFormTuple() calls for incompressible postin Masahiko Sawada
- pgsql: Fix incorrect targetlist in dummy UNIONs David Rowley
- pgsql: Teach planner to short-circuit EXCEPT/INTERSECT with dummy input David Rowley
- pgsql: Fix compile of src/tutorial/funcs.c Álvaro Herrera
- pgsql: doc: Add missing parenthesis in pg_stat_progress_analyze docs Daniel Gustafsson
- pgsql: doc: Add missing parenthesis in pg_stat_progress_analyze docs Daniel Gustafsson
- pgsql: Assign each subquery a unique name prior to planning it. Robert Haas
- pgsql: Improve psql's ability to select pager mode accurately. Tom Lane
- pgsql: Adjust new TAP test to work on macOS. Tom Lane
- Re: pgsql: Adjust new TAP test to work on macOS. Andres Freund
- Re: pgsql: Adjust new TAP test to work on macOS. Tom Lane
- pgsql: Allow private state in certain planner data structures. Robert Haas
- pgsql: Remove PlannerInfo's join_search_private method. Robert Haas
- pgsql: Cleanup INFINITY code in float.h David Rowley
- pgsql: Fix Coverity issues reported in commit 25a30bbd423. Tatsuo Ishii
- pgsql: Fix typo in function header comment. Amit Kapila
- pgsql: Add stats_reset to pg_stat_user_functions Michael Paquier
- pgsql: Improve description of some WAL records for GIN Michael Paquier
- pgsql: Allow negative aggtransspace to indicate unbounded state size Richard Guo
- pgsql: Implement Eager Aggregation Richard Guo
- pgsql: Add ExplainState argument to pg_plan_query() and planner(). Robert Haas
- pgsql: Add planner_setup_hook and planner_shutdown_hook. Robert Haas
- pgsql: Add extension_state member to PlannedStmt. Robert Haas
- pgsql: Cleanup NAN code in float.h, too. Tom Lane
- pgsql: Add mem_exceeded_count column to pg_stat_replication_slots. Masahiko Sawada
- pgsql: Improve ReadRecentBuffer() scalability Andres Freund
- pgsql: bufmgr: Introduce FlushUnlockedBuffer Andres Freund
- pgsql: bufmgr: Fix signedness of mask variable in BufferSync() Andres Freund
- pgsql: bufmgr: fewer calls to BufferDescriptorGetContentLock Andres Freund