Mailing lists [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
- pgsql: bufmgr: Don't lock buffer header in StrategyGetBuffer() Andres Freund
- pgsql: Make truncate_useless_pathkeys() consider WindowFuncs David Rowley
- pgsql: Fix internal error from CollateExpr in SQL/JSON DEFAULT expressi Amit Langote
- pgsql: Fix internal error from CollateExpr in SQL/JSON DEFAULT expressi Amit Langote
- pgsql: Fix internal error from CollateExpr in SQL/JSON DEFAULT expressi Amit Langote
- pgsql: Add "ALL SEQUENCES" support to publications. Amit Kapila
- pgsql: Remove duplicated log related to slot creation in pg_createsubsc Michael Paquier
- pgsql: Remove unnecessary include of "utils/fmgroids.h" Richard Guo
- pgsql: Fix comment in eager_aggregate.sql Richard Guo
- pgsql: Avoid uninitialized-variable warnings from older compilers. Tom Lane
- pgsql: Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada
- pgsql: Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada
- pgsql: Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada
- pgsql: Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada
- pgsql: Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada
- pgsql: Clean up memory leakage that occurs in context callback function Tom Lane
- pgsql: Cleanup VACUUM option processing error messages David Rowley
- pgsql: Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE Melanie Plageman
- pgsql: test_bitmapset: Improve random function Michael Paquier
- pgsql: bufmgr: Fix valgrind checking for buffers pinned in StrategyGetB Andres Freund
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Remove state.tmp when failing to save a replication slot Michael Paquier
- pgsql: Fix two typos in xlogstats.h and xlogstats.c Michael Paquier
- pgsql: Fix two typos in xlogstats.h and xlogstats.c Michael Paquier
- pgsql: Fix two typos in xlogstats.h and xlogstats.c Michael Paquier
- pgsql: Fix two typos in xlogstats.h and xlogstats.c Michael Paquier
- pgsql: Fix two typos in xlogstats.h and xlogstats.c Michael Paquier
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: Remove overzealous _bt_killitems assertion. Peter Geoghegan
- pgsql: dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera
- pgsql: dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera
- pgsql: dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera
- pgsql: dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera
- pgsql: dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera
- pgsql: Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera
- pgsql: Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera
- pgsql: Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera
- pgsql: Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera
- pgsql: Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera
- pgsql: Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera
- pgsql: Restore test coverage of LZ4Stream_gets(). Tom Lane
- pgsql: Restore test coverage of LZ4Stream_gets(). Tom Lane
- pgsql: Restore test coverage of LZ4Stream_gets(). Tom Lane
- pgsql: Remove unused nbtree array advancement variable. Peter Geoghegan
- pgsql: Remove unused nbtree array advancement variable. Peter Geoghegan
- pgsql: Remove extra semicolon in example Magnus Hagander
- pgsql: Remove extra semicolon in example Magnus Hagander
- pgsql: docs: Fix protocol version 3.2 message format of CancelRequest Magnus Hagander
- pgsql: docs: Fix protocol version 3.2 message format of CancelRequest Magnus Hagander
- pgsql: Fix issue with reading zero bytes in Gzip_read. Tom Lane
- pgsql: Fix issue with reading zero bytes in Gzip_read. Tom Lane
- pgsql: Fix issue with reading zero bytes in Gzip_read. Tom Lane
- pgsql: Fix issue with reading zero bytes in Gzip_read. Tom Lane
- pgsql: Fix poor buffering logic in pg_dump's lz4 and zstd compression c Tom Lane
- pgsql: Fix serious performance problems in LZ4Stream_read_internal. Tom Lane
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Doc: clarify n_distinct_inherited setting David Rowley
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Fix incorrect message-printing in win32security.c. Tom Lane
- pgsql: Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III Melanie Plageman
- pgsql: Fix version number calculation for data folder flush in pg_combi Michael Paquier
- pgsql: Fix version number calculation for data folder flush in pg_combi Michael Paquier
- pgsql: Fix version number calculation for data folder flush in pg_combi Michael Paquier
- pgsql: Introduce frontend API able to retrieve the contents of PG_VERSI Michael Paquier
- pgsql: pg_upgrade: Use new routine to retrieve data of PG_VERSION Michael Paquier
- pgsql: Rename apply_at to apply_agg_at for clarity Richard Guo
- pgsql: Use ereport rather than elog in WinCheckAndInitializeNullTreatme Tatsuo Ishii
- pgsql: Bump XLOG_PAGE_MAGIC after xl_heap_prune change Melanie Plageman
- pgsql: dblink: Avoid locking relation before privilege check. Nathan Bossart
- pgsql: pg_regc_locale.c: rename some static functions. Jeff Davis
- pgsql: pg_createsubscriber: Add log message when no publications exist Masahiko Sawada
- pgsql: Add helper for freeze determination to heap_page_prune_and_freez Melanie Plageman
- pgsql: Inline TransactionIdFollows/Precedes[OrEquals]() Melanie Plageman
- pgsql: Make heap_page_is_all_visible independent of LVRelState Melanie Plageman
- pgsql: Revert "pg_createsubscriber: Add log message when no publication Masahiko Sawada
- pgsql: pg_combinebackup: Use new routine to retrieve data of PG_VERSION Michael Paquier
- pgsql: pg_resetwal: Use new routine to retrieve data of PG_VERSION Michael Paquier
- pgsql: pg_createsubscriber: Use new routine to retrieve data of PG_VERS Michael Paquier
- pgsql: Standardize use of REFRESH PUBLICATION in code and messages. Amit Kapila
- pgsql: plpython: Remove support for major version conflict detection Peter Eisentraut
- Re: pgsql: Move gramparse.h to src/backend/parser Anton A. Melnikov
- pgsql: Add some const qualifiers Peter Eisentraut
- pgsql: Modernize some for loops Peter Eisentraut
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Fix EvalPlanQual handling of foreign/custom joins in ExecScanFet Etsuro Fujita
- pgsql: Add log_autoanalyze_min_duration Peter Eisentraut
- pgsql: Change reset_extra into a config_generic common field Peter Eisentraut
- pgsql: Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). Nathan Bossart
- pgsql: Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). Nathan Bossart
- pgsql: Fix redefinition of typedef RangeVar. Nathan Bossart
- pgsql: Add pg_iswalpha() and related functions. Jeff Davis
- pgsql: Fix lookup code for REINDEX INDEX. Nathan Bossart
- pgsql: Add tests for logging of temporary file removal and statement Michael Paquier
- pgsql: Override log_error_verbosity to "default" in test 009_log_temp_f Michael Paquier
- Re: pgsql: Move gramparse.h to src/backend/parser John Naylor
- Re: pgsql: Move gramparse.h to src/backend/parser Tom Lane
- pgsql: Fix EPQ crash from missing partition directory in EState Amit Langote
- pgsql: Fix EPQ crash from missing partition directory in EState Amit Langote
- pgsql: Refactor logical worker synchronization code into a separate fil Amit Kapila
- Re: pgsql: Fix EPQ crash from missing partition directory in EState Amit Langote
- pgsql: Remove partColsUpdated. Nathan Bossart
- pgsql: Add more TAP test coverage for pg_dump. Tom Lane
- pgsql: Split 002_pg_dump.pl into two test files. Tom Lane
- pgsql: Align the data block sizes of pg_dump's various compression mode Tom Lane
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: Fix update-po for the PGXS case Álvaro Herrera
- pgsql: pg_createsubscriber: Fix matching check in TAP test Michael Paquier
- pgsql: pg_createsubscriber: Fix matching check in TAP test Michael Paquier
- pgsql: Fix matching check in recovery test 042_low_level_backup Michael Paquier
- pgsql: Fix matching check in recovery test 042_low_level_backup Michael Paquier
- pgsql: Fix matching check in recovery test 042_low_level_backup Michael Paquier
- pgsql: doc: Clarify when backend_xmin in pg_stat_replication can be NUL Fujii Masao
- pgsql: Improve TAP tests by replacing ok() with better Test::More funct Michael Paquier
- pgsql: Replace defunct URL with stable archive.org URL in rbtree.c Daniel Gustafsson
- pgsql: ecpg: check return value of replace_variables() Daniel Gustafsson
- pgsql: Use designated initializers for guc_tables Peter Eisentraut
- pgsql: Change config_generic.vartype to be initialized at compile time Peter Eisentraut
- pgsql: Avoid warnings in tests when openssl binary isn't available Daniel Gustafsson
- pgsql: Avoid warnings in tests when openssl binary isn't available Daniel Gustafsson
- pgsql: Avoid warnings in tests when openssl binary isn't available Daniel Gustafsson
- pgsql: Avoid warnings in tests when openssl binary isn't available Daniel Gustafsson
- pgsql: Improve TAP tests by replacing ok() with better Test::More funct Tom Lane
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Fix privilege checks for pg_prewarm() on indexes. Nathan Bossart
- pgsql: Remove unused data_bufsz from DecodedBkpBlock struct. Masahiko Sawada
- pgsql: Fix hashjoin memory balancing logic Tomas Vondra
- pgsql: Fix hashjoin memory balancing logic Tomas Vondra
- pgsql: Englishify comment wording David Rowley
- pgsql: Fix reset of incorrect hash iterator in GROUPING SETS queries David Rowley
- pgsql: Fix reset of incorrect hash iterator in GROUPING SETS queries David Rowley
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix pg_dump sorting of foreign key constraints Álvaro Herrera
- pgsql: Fix determination of not-null constraint "locality" for inherite Álvaro Herrera
- pgsql: Fix determination of not-null constraint "locality" for inherite Álvaro Herrera
- pgsql: Fix determination of not-null constraint "locality" for inherite Álvaro Herrera
- pgsql: Tidyup truncate_useless_pathkeys() function David Rowley
- pgsql: Allow role created by new test to log in on Windows. Tom Lane
- pgsql: Allow role created by new test to log in on Windows. Tom Lane
- pgsql: Allow role created by new test to log in on Windows. Tom Lane
- pgsql: Allow role created by new test to log in on Windows. Tom Lane
- pgsql: Add pg_iswxdigit(), useful for tsearch. Jeff Davis
- pgsql: Add pg_database_locale() to retrieve database default locale. Jeff Davis
- pgsql: Fix Coverity issue reported in commit 2273fa32bce. Tatsuo Ishii
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Don't rely on zlib's gzgetc() macro. Tom Lane
- pgsql: Add static assertion that RELSEG_SIZE fits in an int. Tom Lane
- pgsql: pg_checksums: Use new routine to retrieve data of PG_VERSION Michael Paquier
- pgsql: pg_dump: Remove unnecessary code for security labels on extensio Fujii Masao
- pgsql: Fix thinko in commit 7d129ba54. Tom Lane
- pgsql: Fix thinko in commit 7d129ba54. Tom Lane
- pgsql: Fix thinko in commit 7d129ba54. Tom Lane
- pgsql: Fix thinko in commit 7d129ba54. Tom Lane
- pgsql: Add .abi-compliance-history to v18 branch. Tom Lane
- pgsql: Support COPY TO for partitioned tables. Masahiko Sawada
- pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument Michael Paquier
- pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument Michael Paquier
- pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument Michael Paquier
- pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument Michael Paquier
- pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument Michael Paquier
- pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument Michael Paquier
- pgsql: Fix pushdown of degenerate HAVING clauses Richard Guo
- pgsql: Fix pushdown of degenerate HAVING clauses Richard Guo
- pgsql: Fix test case from 40c242830 Richard Guo
- pgsql: Fix comment in pg_get_shmem_allocations_numa() Michael Paquier
- pgsql: Fix comment in pg_get_shmem_allocations_numa() Michael Paquier
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Fix BRIN 32-bit counter wrap issue with huge tables David Rowley
- pgsql: Make smgr access for a BufferManagerRelation safer in relcache i Álvaro Herrera
- Re: pgsql: Fix thinko in commit 7d129ba54. Daniel Gustafsson
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Re-pgindent brin.c. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add previous commit to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Make char2wchar() static. Jeff Davis
- pgsql: tsearch: use database default collation for parsing. Jeff Davis
- pgsql: Remove obsolete global database_ctype_is_c. Jeff Davis
- pgsql: Update .abi-compliance-history file. Nathan Bossart
- pgsql: Add reminder to create .abi-compliance-history. Nathan Bossart
- pgsql: Avoid short seeks in pg_restore. Tom Lane
- pgsql: Add .abi-compliance-history to back-branches. Nathan Bossart
- pgsql: Add .abi-compliance-history to back-branches. Nathan Bossart
- pgsql: Add .abi-compliance-history to back-branches. Nathan Bossart
- pgsql: Add .abi-compliance-history to back-branches. Nathan Bossart
- pgsql: Add .abi-compliance-history to back-branches. Nathan Bossart
- pgsql: Use CompactAttribute more often, when possible David Rowley
- pgsql: Add error_on_null(), checking if the input is the null value Michael Paquier
- pgsql: Bump catalog version for new function error_on_null() Michael Paquier
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s Fujii Masao
- pgsql: Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS Tatsuo Ishii
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Make invalid primary_slot_name follow standard GUC error reporti Fujii Masao
- pgsql: Add commit 24f6c1bd4 to v17 .abi-compliance-history. Tom Lane
- pgsql: Remove make_temptable_name_n(). Nathan Bossart
- pgsql: Fix memory leaks in pg_combinebackup/reconstruct.c. Tom Lane
- pgsql: Fix memory leaks in pg_combinebackup/reconstruct.c. Tom Lane
- pgsql: Fix memory leaks in pg_combinebackup/reconstruct.c. Tom Lane
- pgsql: Fix memory leaks in scripts/vacuuming.c. Tom Lane
- pgsql: Remove useless pstrdup() calls. Tom Lane
- pgsql: Fix type of infomask parameter in htup_details.h functions. Nathan Bossart
- pgsql: Avoid assuming that time_t can fit in an int. Tom Lane
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley
- pgsql: Add copyright notice to vacuum_horizon_floor.pl test. Masahiko Sawada
- pgsql: Add copyright notice to vacuum_horizon_floor.pl test. Masahiko Sawada
- pgsql: Add copyright notice to vacuum_horizon_floor.pl test. Masahiko Sawada
- pgsql: Add copyright notice to vacuum_horizon_floor.pl test. Masahiko Sawada
- pgsql: Add copyright notice to vacuum_horizon_floor.pl test. Masahiko Sawada
- pgsql: Add copyright notice to vacuum_horizon_floor.pl test. Masahiko Sawada
- pgsql: Fix some misplaced comments in parallel_schedule David Rowley
- pgsql: Fix coding style with "else". Tatsuo Ishii
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: Add comments explaining overflow entries in the replication lag Fujii Masao
- pgsql: pg_rewind: Extend code detecting relation files to work with WAL Michael Paquier
- pgsql: Introduce "REFRESH SEQUENCES" for subscriptions. Amit Kapila
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix resource leaks in PL/Python error reporting, redux. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane
- pgsql: Avoid memory leak in validation of a PL/Python trigger function. Tom Lane
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: doc: Remove mention of Git protocol support Daniel Gustafsson
- pgsql: Update expected output for contrib/sepgsql's regression tests. Tom Lane
- pgsql: Update expected output for contrib/sepgsql's regression tests. Tom Lane
- pgsql: psql: Improve tab completion for large objects. Fujii Masao
- pgsql: pg_rewind: Skip copy of WAL segments generated before point of d Michael Paquier
- pgsql: Guard against division by zero in test_int128 module. Dean Rasheed
- pgsql: Fix incorrect logic for caching ResultRelInfos for triggers David Rowley
- pgsql: Fix incorrect logic for caching ResultRelInfos for triggers David Rowley
- pgsql: Fix incorrect logic for caching ResultRelInfos for triggers David Rowley
- pgsql: Fix incorrect logic for caching ResultRelInfos for triggers David Rowley
- pgsql: Fix incorrect logic for caching ResultRelInfos for triggers David Rowley
- pgsql: Comment typo fixes: pg_wchar_t should be pg_wchar. Jeff Davis
- pgsql: Improve test in 009_matviews.pl. Amit Kapila
- pgsql: Fix GUC check_hook validation for synchronized_standby_slots. Amit Kapila
- pgsql: Fix GUC check_hook validation for synchronized_standby_slots. Amit Kapila
- pgsql: Fix GUC check_hook validation for synchronized_standby_slots. Amit Kapila
- pgsql: Remove meaninglist restrict qualifiers Peter Eisentraut
- pgsql: Add some const qualifications Peter Eisentraut
- pgsql: Remove Item type Peter Eisentraut
- pgsql: Add new RLS tests to test policies applied by command type. Dean Rasheed
- pgsql: Fix a couple of comments. Nathan Bossart
- pgsql: Simplify newline handling in two TAP tests Michael Paquier
- pgsql: Add worker type argument to logical replication worker functions Amit Kapila
- pgsql: Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() Michael Paquier
- pgsql: Check that index can return in get_actual_variable_range() Peter Eisentraut
- pgsql: Check that index can return in get_actual_variable_range() Peter Eisentraut
- pgsql: Move comment about casts from pg_wchar. Jeff Davis
- pgsql: Don't error out when dropping constraint if relchecks is already Álvaro Herrera
- pgsql: formatting.c cleanup: Remove dashes in comments Peter Eisentraut
- pgsql: formatting.c cleanup: Move loop variables definitions into for s Peter Eisentraut
- pgsql: Add psql PROMPT variable for search_path. Nathan Bossart
- pgsql: Fix correctness issue with computation of FPI size in WAL stats Michael Paquier
- pgsql: Simplify newline handling in libpq TAP test Michael Paquier
- pgsql: Remove obsolete comment Peter Eisentraut
- pgsql: Replace pg_restrict by standard restrict Peter Eisentraut
- pgsql: formatting.c cleanup: Add some const pointer qualifiers Peter Eisentraut
- pgsql: formatting.c cleanup: Use size_t for string length variables and Peter Eisentraut
- pgsql: formatting.c cleanup: Remove unnecessary extra parentheses Peter Eisentraut
- pgsql: formatting.c cleanup: Use array syntax instead of pointer arithm Peter Eisentraut
- Re: pgsql: Add mem_exceeded_count column to pg_stat_replication_slots. Bertrand Drouvot
- pgsql: Reorganize GUC structs Peter Eisentraut
- pgsql: CheckNNConstraintFetch: Fill all of ConstrCheck in a single pass Álvaro Herrera
- pgsql: pg_stat_statements: Fix handling of duplicate constant locations Álvaro Herrera
- pgsql: pg_stat_statements: Fix handling of duplicate constant locations Álvaro Herrera
- Re: pgsql: Add mem_exceeded_count column to pg_stat_replication_slots. Masahiko Sawada