Mailing lists [pgsql-committers]
- pgsql: Change some unnecessary MemSet calls Peter Eisentraut
- pgsql: Refactor the TAP test of auto_explain Michael Paquier
- pgsql: Fix code comments still referring to pg_start/stop_backup() Michael Paquier
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro
- pgsql: Clarify that pg_dump takes ACCESS SHARE lock John Naylor
- pgsql: doc: Add index entry for MERGE SQL command. Fujii Masao
- pgsql: doc: Add index entry for MERGE SQL command. Fujii Masao
- pgsql: Add construct_array_builtin, deconstruct_array_builtin Peter Eisentraut
- pgsql: Add missing GETTEXT_FLAGS entry Peter Eisentraut
- pgsql: Add missing GETTEXT_FLAGS entry Peter Eisentraut
- pgsql: Remove no-longer-used parameter for create_groupingsets_path(). Tom Lane
- pgsql: Fix race condition in t/028_pitr_timelines.pl. Noah Misch
- pgsql: Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT. Noah Misch
- pgsql: Fix race condition in t/028_pitr_timelines.pl. Noah Misch
- pgsql: Introduce pg_attribute_nonnull(...) Michael Paquier
- pgsql: Default to dynamic_shared_memory_type=sysv on Solaris. Thomas Munro
- pgsql: Default to dynamic_shared_memory_type=sysv on Solaris. Thomas Munro
- pgsql: Reformat some node comments Peter Eisentraut
- pgsql: Emit debug message when executing extension script. Jeff Davis
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: ecpglib: call newlocale() once per process. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch
- pgsql: Remove redundant null pointer checks before pg_free() Peter Eisentraut
- pgsql: Remove redundant null pointer checks before free() Peter Eisentraut
- pgsql: Remove redundant null pointer checks before PQclear and PQconnin Peter Eisentraut
- pgsql: Simplify tab completion of extension versions, redux. Tom Lane
- pgsql: Simplify tab completion of extension versions, redux. Tom Lane
- pgsql: Add Windows file version information to libpq/test programs. Noah Misch
- pgsql: Add Windows file version information to libpq/test programs. Noah Misch
- pgsql: Allow makeaclitem() to accept multiple privilege names. Tom Lane
- pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan
- pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan
- pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan
- pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan
- pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan
- pgsql: Use a short socket directory path in pg_upgrade testing. Tom Lane
- pgsql: Use a short socket directory path in pg_upgrade testing. Tom Lane
- pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut
- pgsql: Fix attlen in RowDescription of BASE_BACKUP response Peter Eisentraut
- Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane
- Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane
- pgsql: Fix for change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut
- pgsql: Prevent write operations on large objects in read-only transacti Michael Paquier
- pgsql: Implement List support for TransactionId Alvaro Herrera
- pgsql: Refactor sending of RowDescription messages in replication proto Peter Eisentraut
- Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Michael Paquier
- pgsql: Replace durable_rename_excl() by durable_rename(), take two Michael Paquier
- pgsql: Remove durable_rename_excl() Michael Paquier
- pgsql: Add result_types column to pg_prepared_statements view Peter Eisentraut
- pgsql: Simplify a bit the special rules generating unaccent.rules Michael Paquier
- pgsql: Fix pg_prepared_statements.result_types for DML statements Peter Eisentraut
- pgsql: BRIN: improve documentation on summarization Alvaro Herrera
- pgsql: BRIN: improve documentation on summarization Alvaro Herrera
- pgsql: BRIN: improve documentation on summarization Alvaro Herrera
- pgsql: BRIN: improve documentation on summarization Alvaro Herrera
- pgsql: BRIN: improve documentation on summarization Alvaro Herrera
- pgsql: libpq: Improve idle state handling in pipeline mode Alvaro Herrera
- pgsql: libpq: Improve idle state handling in pipeline mode Alvaro Herrera
- pgsql: libpq: Improve idle state handling in pipeline mode Alvaro Herrera
- pgsql: Fix errors in copyfuncs/equalfuncs support for JSON node types. Tom Lane
- pgsql: Fix errors in copyfuncs/equalfuncs support for JSON node types. Tom Lane
- pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages. Tom Lane
- pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages. Tom Lane
- pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages. Tom Lane
- pgsql: Rename pg_checkpointer predefined role to pg_checkpoint. Robert Haas
- pgsql: Rename pg_checkpointer predefined role to pg_checkpoint. Robert Haas
- pgsql: relnotes: clarify that PG 15 multi-xid is advanced more Bruce Momjian
- pgsql: Revert 019_replslot_limit.pl related debugging aids. Andres Freund
- pgsql: Revert 019_replslot_limit.pl related debugging aids. Andres Freund
- pgsql: expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR siz Andres Freund
- pgsql: expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR siz Andres Freund
- pgsql: pgstat: reduce timer overhead by leaving timer running. Andres Freund
- pgsql: pgstat: reduce timer overhead by leaving timer running. Andres Freund
- pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage Tom Lane
- pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage Tom Lane
- pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage Tom Lane
- pgsql: autho_explain: Add GUC to log query parameters Michael Paquier
- pgsql: Reorder ecpg_config.h.in alphabetically Peter Eisentraut
- pgsql: Unify DLSUFFIX on Darwin Peter Eisentraut
- pgsql: Refactor sending of DataRow messages in replication protocol Peter Eisentraut
- pgsql: Remove size increase in ExprEvalStep caused by hashed saops David Rowley
- pgsql: Remove size increase in ExprEvalStep caused by hashed saops David Rowley
- pgsql: Tiny capitalization adjustment in pkg-config files Peter Eisentraut
- pgsql: Remove LLVM_CONFIG from Makefile.global.in Andres Freund
- pgsql: Change internal RelFileNode references to RelFileNumber or RelFi Robert Haas
- pgsql: pgstat: drop subscription stats regardless of slot, fix comment Andres Freund
- pgsql: pgstat: drop subscription stats without slot as well, fix commen Andres Freund
- pgsql: pg_stat_statements: Fix test that assumes wal_records = rows. Robert Haas
- pgsql: Overload index_form_tuple to allow the memory context to be supp David Rowley
- pgsql: Overload index_form_tuple to allow the memory context to be supp David Rowley
- pgsql: Fix wrong field order in _readMergeWhenClause(). Tom Lane
- pgsql: Fix wrong field order in _readMergeWhenClause(). Tom Lane
- pgsql: pgstat: slru: remove outdated comment Andres Freund
- pgsql: pgstat: slru: remove outdated comment Andres Freund
- pgsql: Clean up some includes and comments in TAP test scripts Michael Paquier
- pgsql: Re-order disable_on_error in tab-complete. Amit Kapila
- pgsql: Re-order disable_on_error in tab-complete. Amit Kapila
- pgsql: Make Windows 10 the minimal runtime requirement for WIN32 Michael Paquier
- pgsql: Convert macros to static inline functions (block.h) Peter Eisentraut
- pgsql: postgres_fdw: Fix grammar. Etsuro Fujita
- pgsql: postgres_fdw: Fix grammar. Etsuro Fujita
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed
- pgsql: Add checkpoint and REDO LSN to log_checkpoints message. Fujii Masao
- pgsql: Remove stray references to lefttree/righttree in the executor. Tom Lane
- pgsql: Only allow returning string types or bytea from json_serialize Andrew Dunstan
- pgsql: Only allow returning string types or bytea from json_serialize Andrew Dunstan
- pgsql: Remove HP/Intel Itanium support. Thomas Munro
- pgsql: Remove HP-UX port. Thomas Munro
- Re: pgsql: Only allow returning string types or bytea from json_serialize Kyotaro Horiguchi
- pgsql: Reformat some more node comments Peter Eisentraut
- pgsql: Simplify json lexing state John Naylor
- pgsql: Remove T_Join and T_Plan Peter Eisentraut
- pgsql: Adjust node serialization tag of A_Expr for consistency Peter Eisentraut
- Re: pgsql: Only allow returning string types or bytea from json_serialize Michael Paquier
- pgsql: Preserve relfilenode of pg_largeobject and its index across pg_u Robert Haas
- pgsql: Preserve relfilenode of pg_largeobject and its index across pg_u Robert Haas
- pgsql: Add missing inequality searches to rbtree Alexander Korotkov
- pgsql: Use C99 designator in the rbtree sentinel definition Alexander Korotkov
- pgsql: doc: add pg_prewarm example Bruce Momjian
- pgsql: doc: add pg_prewarm example Bruce Momjian
- pgsql: doc: add pg_prewarm example Bruce Momjian
- pgsql: doc: add pg_prewarm example Bruce Momjian
- pgsql: doc: add pg_prewarm example Bruce Momjian
- pgsql: doc: add pg_prewarm example Bruce Momjian
- pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian
- pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian
- pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian
- pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian
- pgsql: Automatically generate node support functions Peter Eisentraut
- pgsql: Fix vpath build Peter Eisentraut
- pgsql: Add generated nodes\nodetags.h to clean.bat Peter Eisentraut
- pgsql: Install generated nodes/nodetags.h Peter Eisentraut
- pgsql: Move a comment Peter Eisentraut
- pgsql: Remove code sections obsoleted by node support automation Peter Eisentraut
- Re: pgsql: Move a comment Tom Lane
- pgsql: Mark PlanState as an abstract node type. Tom Lane
- pgsql: Mark Scan as an abstract node type, too. Tom Lane
- pgsql: Doc: rearrange high-level commentary about node support coverage Tom Lane
- pgsql: Make assorted quality-of-life improvements in gen_node_support.p Tom Lane
- Re: pgsql: Move a comment Peter Eisentraut
- pgsql: Exclude nodetags.h from headerscheck and cpluspluscheck. Tom Lane
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro
- pgsql: Tidy up claimed supported CPUs and OSes. Thomas Munro
- pgsql: doc: Fix inconsistent quotes in some jsonb fields Michael Paquier
- pgsql: doc: Fix inconsistent quotes in some jsonb fields Michael Paquier
- pgsql: doc: Fix inconsistent quotes in some jsonb fields Michael Paquier
- pgsql: Improve two comments related to a boolean DefElem's value Michael Paquier
- pgsql: Improve error message with JSON_SERIALIZE() Michael Paquier
- pgsql: Improve error message with JSON_SERIALIZE() Michael Paquier
- pgsql: Fix two portability issues with the tests of test_oat_hooks Michael Paquier
- pgsql: Fix two portability issues with the tests of test_oat_hooks Michael Paquier
- Re: pgsql: Only allow returning string types or bytea from json_serialize Michael Paquier
- pgsql: Build de-escaped JSON strings in larger chunks during lexing John Naylor
- pgsql: Fix lock assertions in dshash.c. Thomas Munro
- pgsql: Fix lock assertions in dshash.c. Thomas Munro
- pgsql: Fix lock assertions in dshash.c. Thomas Munro
- pgsql: Fix lock assertions in dshash.c. Thomas Munro
- pgsql: Fix lock assertions in dshash.c. Thomas Munro
- pgsql: Fix lock assertions in dshash.c. Thomas Munro
- pgsql: Convert macros to static inline functions (bufpage.h) Peter Eisentraut
- Re: pgsql: Only allow returning string types or bytea from json_serialize Kyotaro Horiguchi
- pgsql: Fix mistake in comment. Robert Haas
- pgsql: Rationalize order of input files for gen_node_support.pl. Tom Lane
- pgsql: relnotes: updates "cumulative statistics system" mention Bruce Momjian
- pgsql: Provide log_status_format(), useful for an emit_log_hook. Jeff Davis
- Re: pgsql: Build de-escaped JSON strings in larger chunks during lexing Tom Lane
- pgsql: Doc: Acknowledge historically supported CPUs and OSes. Thomas Munro
- pgsql: Further tidy-up for old CPU architectures. Thomas Munro
- pgsql: Support TRUNCATE triggers on foreign tables. Fujii Masao
- Re: pgsql: Build de-escaped JSON strings in larger chunks during lexing John Naylor
- pgsql: Fix out-of-bounds read in json_lex_string John Naylor
- Re: pgsql: Fix out-of-bounds read in json_lex_string John Naylor
- Re: pgsql: Fix out-of-bounds read in json_lex_string Tom Lane
- Re: pgsql: Fix out-of-bounds read in json_lex_string Tom Lane
- pgsql: Add copy/equal support for XID lists Alvaro Herrera
- pgsql: Rename some functions to mention Relation instead of RelFileLoca Robert Haas
- Re: pgsql: Add copy/equal support for XID lists Tom Lane
- pgsql: Add defenses against unexpected changes in the NodeTag enum list Tom Lane
- pgsql: Invent nodetag_only attribute for Nodes. Tom Lane
- Re: pgsql: Fix out-of-bounds read in json_lex_string Larry Rosenman
- Re: pgsql: Add copy/equal support for XID lists Alvaro Herrera
- pgsql: Remove trailing newlines in pg_upgrade's message strings. Tom Lane
- pgsql: Improve error reporting from validate_exec(). Tom Lane
- pgsql: Invent qsort_interruptible(). Tom Lane
- pgsql: Invent qsort_interruptible(). Tom Lane
- pgsql: Invent qsort_interruptible(). Tom Lane
- pgsql: Fix ECPG's handling of type names that match SQL keywords. Tom Lane
- pgsql: Tidy up code in get_cheapest_group_keys_order() David Rowley
- pgsql: Tidy up code in get_cheapest_group_keys_order() David Rowley
- Re: pgsql: Clarify that pg_dump takes ACCESS SHARE lock John Naylor
- pgsql: createuser: Cleanup and fix internal option ordering Michael Paquier
- pgsql: Use list_copy_head() instead of list_truncate(list_copy(...), .. David Rowley
- pgsql: createuser: Add support for more clause types through new option Michael Paquier
- pgsql: Small cleanup of create_list_bounds() David Rowley
- pgsql: Small cleanup of create_list_bounds() David Rowley
- pgsql: NLS: Put list of available languages into LINGUAS files Peter Eisentraut
- pgsql: Fix for make unportability Peter Eisentraut
- Re: pgsql: Fix for make unportability Alvaro Herrera
- pgsql: Fix XID list support some more Alvaro Herrera
- pgsql: Remove useless assertions Peter Eisentraut
- Re: pgsql: Fix for make unportability Peter Eisentraut
- pgsql: Allow specifying STORAGE attribute for a new table Peter Eisentraut
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Fix flag tests in src/test/modules/test_oat_hooks Alvaro Herrera
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Convert macros to static inline functions (itemptr.h) Peter Eisentraut
- pgsql: Convert macros to static inline functions (bufmgr.h) Peter Eisentraut
- pgsql: Remove artificial restrictions on which node types have out/read Tom Lane
- pgsql: Use wildcards instead of manually-maintained file lists in */nls Tom Lane
- pgsql: Avoid unsatisfied-external-reference errors in static inlines. Tom Lane
- Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. Peter Eisentraut
- Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. Tom Lane
- pgsql: Mop up pg_upgrade's nls.mk for commit b0a55e432. Tom Lane
- pgsql: Revert "Use wildcards instead of manually-maintained file lists Tom Lane
- pgsql: Fix output of createuser --help with --valid-until Michael Paquier
- pgsql: Remove support for Visual Studio 2013 Michael Paquier
- pgsql: Correct some uses of e.g. and i.e. in message strings and docume John Naylor
- Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. Peter Eisentraut
- pgsql: Create a distinct wait event for POSIX DSM allocation. Thomas Munro
- pgsql: Remove redundant ftruncate() for POSIX DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Block signals while allocating DSM memory. Thomas Munro
- pgsql: Avoid shadowing a variable in sync.c. Thomas Munro
- pgsql: Tighten up parsing logic in gen_node_support.pl. Tom Lane
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- pgsql: Don't clobber postmaster sigmask in dsm_impl_resize. Thomas Munro
- Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. Peter Eisentraut
- Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. Tom Lane
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention the pg_locks lock names in parentheses Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: mention that INSERT can block because of unique indexes Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify that "excluded" ON CONFLICT is a single row Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: clarify the behavior of identically-named savepoints Bruce Momjian
- pgsql: doc: move system views section to its own chapter Bruce Momjian
- pgsql: doc: move system views section to its own chapter Bruce Momjian
- pgsql: doc: add documentation about ecpg Oracle-compatibility mode Bruce Momjian
- pgsql: doc: add documentation about ecpg Oracle-compatibility mode Bruce Momjian
- pgsql: doc: add documentation about ecpg Oracle-compatibility mode Bruce Momjian
- pgsql: doc: add documentation about ecpg Oracle-compatibility mode Bruce Momjian
- pgsql: doc: add documentation about ecpg Oracle-compatibility mode Bruce Momjian
- pgsql: doc: add documentation about ecpg Oracle-compatibility mode Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: pg_upgrade doc: mention that replication slots must be recreated Bruce Momjian
- pgsql: doc: clarify how dropping of extensions affects dependent objs. Bruce Momjian
- pgsql: doc: clarify how dropping of extensions affects dependent objs. Bruce Momjian
- pgsql: doc: clarify how dropping of extensions affects dependent objs. Bruce Momjian
- pgsql: doc: clarify how dropping of extensions affects dependent objs. Bruce Momjian
- pgsql: docs: make monitoring "phases" table titles consistent Bruce Momjian
- pgsql: docs: make monitoring "phases" table titles consistent Bruce Momjian
- pgsql: docs: make monitoring "phases" table titles consistent Bruce Momjian
- pgsql: docs: make monitoring "phases" table titles consistent Bruce Momjian
- pgsql: Clarify that pg_dump takes ACCESS SHARE lock John Naylor
- pgsql: Clarify that pg_dump takes ACCESS SHARE lock John Naylor
- pgsql: Fix inconsistent parameter names between prototype and declarati David Rowley
- pgsql: Fix inconsistent parameter names between prototype and declarati David Rowley
- pgsql: Support gcc -fkeep-inline-functions Peter Eisentraut
- pgsql: Convert macros to static inline functions (xlog_internal.h) Peter Eisentraut
- pgsql: Log details for client certificate failures Peter Eisentraut
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Make dsm_impl_posix_resize more future-proof. Thomas Munro
- pgsql: Emulate sigprocmask(), not sigsetmask(), on Windows. Thomas Munro
- pgsql: Replace many MemSet calls with struct initialization Peter Eisentraut
- Re: pgsql: Log details for client certificate failures Justin Pryzby
- Re: pgsql: Log details for client certificate failures Peter Eisentraut
- pgsql: Attempt to fix compiler warning on old compiler Peter Eisentraut
- Re: pgsql: Replace many MemSet calls with struct initialization Justin Pryzby
- Re: pgsql: Log details for client certificate failures Justin Pryzby
- pgsql: Attempt to fix compiler warning on old compiler Peter Eisentraut
- Re: pgsql: Log details for client certificate failures Tom Lane
- Re: pgsql: Log details for client certificate failures Tom Lane
- pgsql: Remove postmaster.c's reset_shared() wrapper function. Tom Lane
- Re: pgsql: Log details for client certificate failures Andres Freund
- Re: pgsql: Log details for client certificate failures Tom Lane
- Re: pgsql: Log details for client certificate failures Andres Freund
- pgsql: Disable unstable test cases in src/test/ssl/t/001_ssltests.pl. Tom Lane
- Re: pgsql: Log details for client certificate failures Tom Lane
- Re: pgsql: Log details for client certificate failures Justin Pryzby
- pgsql: Disable unstable test cases in src/test/ssl/t/001_ssltests.pl. Tom Lane
- Re: pgsql: Log details for client certificate failures Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: postgres_fdw: set search_path to 'pg_catalog' while deparsing co Tom Lane
- pgsql: Fix omissions in support for the "regcollation" type. Tom Lane
- pgsql: Fix omissions in support for the "regcollation" type. Tom Lane
- pgsql: Fix omissions in support for the "regcollation" type. Tom Lane
- pgsql: Fix omissions in support for the "regcollation" type. Tom Lane
- pgsql: postgres_fdw: be more wary about shippability of reg* constants. Tom Lane
- pgsql: Add central declarations for dlsym()ed symbols Andres Freund
- pgsql: Remove now superfluous declarations of dlsym()ed symbols. Andres Freund
- pgsql: Default to hidden visibility for extension libraries where possi Andres Freund
- Re: pgsql: Default to hidden visibility for extension libraries where possi Andres Freund
- pgsql: Fix configure executable permissions. Andres Freund
- pgsql: Mark all symbols exported from extension libraries PGDLLEXPORT. Andres Freund
- Re: pgsql: Default to hidden visibility for extension libraries where possi Andres Freund
- Re: pgsql: Default to hidden visibility for extension libraries where possi Tom Lane
- pgsql: Convert macros to static inline functions (tupmacs.h) Peter Eisentraut
- pgsql: Add another SQL/JSON error code Peter Eisentraut
- pgsql: Add another SQL/JSON error code Peter Eisentraut
- pgsql: pg_upgrade: Adjust quoting style in message to match guidelines Peter Eisentraut
- pgsql: pg_upgrade: Adjust quoting style in message to match guidelines Peter Eisentraut
- pgsql: pg_upgrade: Adjust quoting style in message to match guidelines Peter Eisentraut
- pgsql: Reinstate tests accidentally removed by e3fcca0d0d Tomas Vondra
- pgsql: Deal with paths containing \ and spaces in basebackup_to_shell t Andres Freund
- pgsql: Deal with paths containing \ and spaces in basebackup_to_shell t Andres Freund
- pgsql: Re-add SPICleanup for ABI compatibility in stable branch Peter Eisentraut
- pgsql: Re-add SPICleanup for ABI compatibility in stable branch Peter Eisentraut
- pgsql: Re-add SPICleanup for ABI compatibility in stable branch Peter Eisentraut
- pgsql: Re-add SPICleanup for ABI compatibility in stable branch Peter Eisentraut
- pgsql: Refactor dtrace postprocessing make rules Andres Freund
- pgsql: Add output directory argument to generate-unicode_norm_table.pl Andres Freund
- pgsql: Add output directory option to gen_node_support.pl Andres Freund
- pgsql: psql: Output dir and dependency generation for sql_help Andres Freund
- pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Andres Freund
- pgsql: Move snowball_create.sql creation into perl file Andres Freund
- pgsql: Add output path arg in generate-lwlocknames.pl Andres Freund
- pgsql: Add output file argument to generate-errcodes.pl Andres Freund
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Andres Freund
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Tom Lane
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Tom Lane
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Andres Freund
- pgsql: ecpg: use our instead of my in parse.pl to fix perlcritic compla Andres Freund
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Tom Lane
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Andres Freund
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Tom Lane
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Tom Lane
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Andres Freund
- Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*. Tom Lane
- Re: pgsql: Default to hidden visibility for extension libraries where possi Justin Pryzby
- pgsql: Improve perl style in ecpg's parser-construction scripts. Tom Lane
- pgsql: windows: msvc: Define STDIN/OUT/ERR_FILENO. Andres Freund
- pgsql: windows: msvc: Define STDIN/OUT/ERR_FILENO. Andres Freund
- pgsql: Use STDOUT/STDERR_FILENO in most of syslogger. Andres Freund
- pgsql: Use STDOUT/STDERR_FILENO in most of syslogger. Andres Freund
- pgsql: Add more tests for REINDEX DATABASE/SYSTEM with relfilenode chan Michael Paquier
- pgsql: Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM Michael Paquier
- Re: pgsql: Default to hidden visibility for extension libraries where possi Pavel Stehule
- pgsql: Clean up temp file from refactored dtrace rule Peter Eisentraut
- pgsql: Convert macros to static inline functions (itup.h) Peter Eisentraut
- pgsql: Wrap overly long lines Alvaro Herrera
- Re: pgsql: Default to hidden visibility for extension libraries where possi Alvaro Herrera
- Re: pgsql: Default to hidden visibility for extension libraries where possi Tom Lane
- pgsql: Estimate cost of elided SubqueryScan, Append, MergeAppend nodes Tom Lane
- pgsql: Convert planner's AggInfo and AggTransInfo structs to proper Nod Tom Lane
- pgsql: relnotes: improve wording of several PG 15 items Bruce Momjian
- pgsql: relnotes: clarify pg_basebackup compression options Bruce Momjian
- pgsql: Fix missed corner cases for grantable permissions on GUCs. Tom Lane
- pgsql: Fix missed corner cases for grantable permissions on GUCs. Tom Lane
- pgsql: Add regression test for TRUNCATE on foreign table not supporting Fujii Masao
- pgsql: Tweak detail and hint messages to be consistent with project pol Michael Paquier
- pgsql: Tweak detail and hint messages to be consistent with project pol Michael Paquier
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Prevent BASE_BACKUP in the middle of another backup in the same Fujii Masao
- pgsql: Fix assertion failure and segmentation fault in backup code. Fujii Masao
- pgsql: Add wal_sync_method=fdatasync for Windows. Thomas Munro
- pgsql: Fix warnings on Windows. Thomas Munro
- pgsql: Add PGDLLEXPORTS to some plpgsql function declarations Alvaro Herrera
- pgsql: Make subquery aliases optional in the FROM clause. Dean Rasheed
- pgsql: Document the ability to specify TableAM for pgbench Alexander Korotkov
- pgsql: Make serialization of Nodes' scalar-array fields more robust. Tom Lane
- pgsql: Process shared_preload_libraries in single-user mode. Jeff Davis
- pgsql: Process shared_preload_libraries in single-user mode. Jeff Davis
- pgsql: Dump more fields when dumping planner internal data structures. Tom Lane
- pgsql: Fix various memory leaks in psql's describe commands \d* Michael Paquier
- pgsql: Fix various memory leaks in psql's describe commands \d* Michael Paquier
- pgsql: Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM Michael Paquier
- pgsql: docs: Improve pg_settings_get_flags docs. Fujii Masao
- pgsql: Allow users to skip logical replication of data having origin. Amit Kapila
- pgsql: Correct some uses of e.g. and i.e. in message strings and docume John Naylor
- pgsql: Add missing space in comments. Amit Kapila
- pgsql: relnotes: improve PG 15 schema permission change wording Bruce Momjian
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: Fix ruleutils issues with dropped cols in functions-returning-co Tom Lane
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: doc: clarify that auth. names are lower case and case-sensitive Bruce Momjian
- pgsql: Make the name optional in CREATE STATISTICS. Dean Rasheed
- pgsql: doc: use wording "restore" instead of "reload" of dumps Bruce Momjian
- pgsql: doc: use wording "restore" instead of "reload" of dumps Bruce Momjian
- pgsql: doc: use wording "restore" instead of "reload" of dumps Bruce Momjian
- pgsql: doc: use wording "restore" instead of "reload" of dumps Bruce Momjian
- pgsql: doc: use wording "restore" instead of "reload" of dumps Bruce Momjian
- pgsql: doc: use wording "restore" instead of "reload" of dumps Bruce Momjian
- pgsql: Extend size_t support in pg_bitutils.h. Thomas Munro
- pgsql: Remove fls(), use pg_leftmost_one_pos32() instead. Thomas Munro
- pgsql: Remove O_FSYNC and associated macros. Thomas Munro
- pgsql: postgres_fdw: Fix bug in checking of return value of PQsendQuery Fujii Masao
- pgsql: postgres_fdw: Fix bug in checking of return value of PQsendQuery Fujii Masao
- pgsql: postgres_fdw: Fix bug in checking of return value of PQsendQuery Fujii Masao
- pgsql: Fix get_dirent_type() for Windows junction points. Thomas Munro
- pgsql: Fix get_dirent_type() for Windows junction points. Thomas Munro
- pgsql: Fix get_dirent_type() for Windows junction points. Thomas Munro
- pgsql: Remove unnecessary Windows-specific basebackup code. Thomas Munro
- pgsql: Remove unnecessary Windows-specific basebackup code. Thomas Munro
- pgsql: Update src/backend/parser/README Alvaro Herrera
- pgsql: parser: centralize common auxiliary productions Alvaro Herrera
- pgsql: Fix minor memory leaks in psql's tab completion. Tom Lane
- pgsql: Fix minor memory leaks in psql's tab completion. Tom Lane
- pgsql: Close old gap in dependency checks for functions returning compo Tom Lane
- pgsql: Close old gap in dependency checks for functions returning compo Tom Lane
- pgsql: Rework grammar for REINDEX Alvaro Herrera
- pgsql: Fix [install]check in interfaces/libpq/Makefile Alvaro Herrera
- pgsql: Fix [install]check in interfaces/libpq/Makefile Alvaro Herrera
- pgsql: Remove configure probe for sys/tas.h. Thomas Munro
- pgsql: Remove configure probe for wctype.h. Thomas Munro
- pgsql: Increase minimum supported GNU make version to 3.81. Tom Lane
- pgsql: Increase minimum supported GNU make version to 3.81. Tom Lane
- pgsql: Doc: update recovery/README. Tom Lane
- pgsql: Doc: update recovery/README. Tom Lane
- pgsql: Remove dead getrusage replacement code. Thomas Munro
- pgsql: Remove dead handling for pre-POSIX sigwait(). Thomas Munro
- pgsql: Remove dead getpwuid_r replacement code. Thomas Munro
- pgsql: Doc: improve documentation about random(). Tom Lane
- pgsql: Doc: improve documentation about random(). Tom Lane
- pgsql: Doc: improve documentation about random(). Tom Lane
- pgsql: Doc: improve documentation about random(). Tom Lane
- pgsql: Doc: improve documentation about random(). Tom Lane
- pgsql: Remove useless arguments in ReadCheckpointRecord(). Fujii Masao
- pgsql: Fix ReadRecentBuffer for local buffers. Heikki Linnakangas
- pgsql: Fix ReadRecentBuffer for local buffers. Heikki Linnakangas
- pgsql: Fix ReadRecentBuffer for local buffers. Heikki Linnakangas
- pgsql: Process session_preload_libraries within InitPostgres's transact Tom Lane
- pgsql: Process session_preload_libraries within InitPostgres's transact Tom Lane
- pgsql: Add xheader_width pset option to psql Andrew Dunstan
- pgsql: Add test for session_preload_libraries and parameter permissions Tom Lane
- pgsql: Add test for session_preload_libraries and parameter permissions Tom Lane
- pgsql: Fix a few issues with REINDEX grammar Michael Paquier
- pgsql: Eliminate duplicate code in table.c. Amit Kapila
- pgsql: Fix path reference when parsing pg_ident.conf for pg_ident_file_ Michael Paquier
- pgsql: Fix path reference when parsing pg_ident.conf for pg_ident_file_ Michael Paquier
- pgsql: Reduce overhead of renaming archive status files. Fujii Masao
- pgsql: doc: Add note about re-archiving of same WAL files in docs. Fujii Masao
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Force immediate commit after CREATE DATABASE etc in extended pro Tom Lane
- pgsql: Do not allow removal of superuser privileges from bootstrap user Robert Haas
- pgsql: Remove the restriction that the relmap must be 512 bytes. Robert Haas
- pgsql: Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f. Robert Haas
- pgsql: Improve makeArrayTypeName's algorithm for choosing array type na Tom Lane
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Michael Paquier
- pgsql: Add overflow protection for block-related data in WAL records Michael Paquier
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Thomas Munro
- pgsql: Remove Tuplesortstate.copytup function Alexander Korotkov
- pgsql: Put abbreviation logic into puttuple_common() Alexander Korotkov
- pgsql: Split TuplesortPublic from Tuplesortstate Alexander Korotkov
- pgsql: Split tuplesortvariants.c from tuplesort.c Alexander Korotkov
- pgsql: Move memory management away from writetup() and tuplesort_put*() Alexander Korotkov
- pgsql: Add new Tuplesortstate.removeabbrev function Alexander Korotkov
- pgsql: Allow "in place" tablespaces. Alvaro Herrera
- pgsql: Allow "in place" tablespaces. Alvaro Herrera
- pgsql: Allow "in place" tablespaces. Alvaro Herrera
- pgsql: Allow "in place" tablespaces. Alvaro Herrera
- pgsql: Allow "in place" tablespaces. Alvaro Herrera
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Thomas Munro
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Thomas Munro
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Michael Paquier
- pgsql: Refactor code in charge of grabbing the relations of a subscript Michael Paquier
- pgsql: Fix read_relmap_file() concurrency on Windows. Robert Haas
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Robert Haas
- pgsql: Add missing PGDLLEXPORT markings in contrib/pg_prewarm. Tom Lane
- pgsql: Convert macros to static inline functions (buf_internals.h) Robert Haas
- pgsql: Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a Robert Haas
- pgsql: Fix new auto_explain test case for Windows. Tom Lane
- pgsql: Fix new auto_explain test case for Windows. Tom Lane
- pgsql: Fix get_dirent_type() for symlinks on MinGW/MSYS. Thomas Munro
- pgsql: Fix get_dirent_type() for symlinks on MinGW/MSYS. Thomas Munro
- pgsql: Fix get_dirent_type() for symlinks on MinGW/MSYS. Thomas Munro
- pgsql: Fix comment in procarray.c. Fujii Masao
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Fix replay of create database records on standby Alvaro Herrera
- pgsql: Clean up some residual confusion between OIDs and RelFileNumbers Robert Haas
- Re: pgsql: Clean up some residual confusion between OIDs and RelFileNumbers Robert Haas
- pgsql: doc: avoid saying "inheritance" ... Alvaro Herrera
- pgsql: doc: avoid saying "inheritance" ... Alvaro Herrera
- pgsql: Improve speed of hash index build. Tom Lane
- pgsql: Use TRUNCATE to preserve relfilenode for pg_largeobject + index. Robert Haas
- pgsql: Use TRUNCATE to preserve relfilenode for pg_largeobject + index. Robert Haas
- pgsql: Move related functions next to each other in pg_publication.c. Amit Kapila
- pgsql: Fix test instability Alvaro Herrera
- pgsql: Fix test instability Alvaro Herrera
- pgsql: Fix test instability Alvaro Herrera
- pgsql: Fix test instability Alvaro Herrera
- pgsql: Fix test instability Alvaro Herrera
- pgsql: Fix test instability Alvaro Herrera
- pgsql: Fix test instability Alvaro Herrera
- Re: pgsql: Use TRUNCATE to preserve relfilenode for pg_largeobject + index. Dilip Kumar
- Re: pgsql: Use TRUNCATE to preserve relfilenode for pg_largeobject + index. Robert Haas
- pgsql: Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca. Robert Haas
- pgsql: Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca. Robert Haas
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: In transformRowExpr(), check for too many columns in the row. Tom Lane
- pgsql: Support pg_read_[binary_]file (filename, missing_ok). Tom Lane
- pgsql: Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14a Robert Haas
- pgsql: Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14a Robert Haas
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- Re: pgsql: Fix new recovery test for log_error_verbosity=verbose case Tom Lane
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- Re: pgsql: Fix new recovery test for log_error_verbosity=verbose case Andrew Dunstan
- pgsql: Revise test case added in 43746996399541ecb5c7b188725a5f097c15ce Robert Haas
- pgsql: Revise test case added in 43746996399541ecb5c7b188725a5f097c15ce Robert Haas
- pgsql: Adjust new pg_read_file() test cases for more portability. Tom Lane
- pgsql: Fix incorrect is-this-the-topmost-join tests in parallel plannin Tom Lane
- pgsql: Fix incorrect is-this-the-topmost-join tests in parallel plannin Tom Lane
- pgsql: Add regression test coverage for contrib/pg_buffercache. Tom Lane
- pgsql: Improve regression test coverage of GiST index building. Tom Lane
- pgsql: Expand tests of test_ddl_deparse/ for ALTER TABLE Michael Paquier
- pgsql: Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETA Michael Paquier
- pgsql: Make new auto_explain test safe for log_error_verbosity = verbos Tom Lane
- pgsql: Make new auto_explain test safe for log_error_verbosity = verbos Tom Lane
- pgsql: Fix trim_array() for zero-dimensional array argument. Tom Lane
- pgsql: Fix trim_array() for zero-dimensional array argument. Tom Lane
- pgsql: Fix trim_array() for zero-dimensional array argument. Tom Lane
- pgsql: ci: switch to freebsd 13.1 Andres Freund
- pgsql: ci: switch to freebsd 13.1 Andres Freund
- pgsql: Add --schema and --exclude-schema options to vacuumdb. Andrew Dunstan
- pgsql: Remove test_oat_hooks.c's nodetag_to_string(). Tom Lane
- pgsql: Remove test_oat_hooks.c's nodetag_to_string(). Tom Lane