Mailing lists [pgsql-committers]
- pgsql: Temporarily(?) weaken new pg_createsubscriber test on Windows. Tom Lane
- pgsql: Run pgperltidy Michael Paquier
- pgsql: Branch REL_17_STABLE was created noreply@postgresql.org
- pgsql: Stamp HEAD as 18devel. Michael Paquier
- pgsql: Adapt REL_17_STABLE to its new status as a stable branch Michael Paquier
- pgsql: Improve enlargeStringInfo's ERROR message David Rowley
- pgsql: Remove PgStat_KindInfo.named_on_disk Michael Paquier
- pgsql: doc: Add ACL acronym for "Access Control List" Michael Paquier
- pgsql: Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS Michael Paquier
- pgsql: Further weaken new pg_createsubscriber test on Windows. Tom Lane
- pgsql: Further weaken new pg_createsubscriber test on Windows. Tom Lane
- pgsql: Use pgstat_kind_infos to read fixed shared statistics Michael Paquier
- pgsql: Apply COPT to CXXFLAGS as well Peter Eisentraut
- pgsql: Rename standby_slot_names to synchronized_standby_slots. Amit Kapila
- pgsql: Rename standby_slot_names to synchronized_standby_slots. Amit Kapila
- pgsql: doc: Clarify that pg_attrdef also stores generation expressions Peter Eisentraut
- pgsql: Remove useless code Peter Eisentraut
- pgsql: Remove useless initializations Peter Eisentraut
- pgsql: Add context type field to pg_backend_memory_contexts David Rowley
- pgsql: Fix copy-paste mistake in PQcancelCreate Alvaro Herrera
- pgsql: Fix copy-paste mistake in PQcancelCreate Alvaro Herrera
- pgsql: Remove useless extern keywords Peter Eisentraut
- pgsql: Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall. Nathan Bossart
- pgsql: Preserve CurrentMemoryContext across Start/CommitTransactionComm Tom Lane
- pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt Tom Lane
- pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt Tom Lane
- pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt Tom Lane
- pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt Tom Lane
- pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt Tom Lane
- pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt Tom Lane
- pgsql: Fix missing installation/uninstallation rules for BackgroundPsql Heikki Linnakangas
- pgsql: Fix missing installation/uninstallation rules for BackgroundPsql Heikki Linnakangas
- pgsql: Fix missing installation/uninstallation rules for BackgroundPsql Heikki Linnakangas
- pgsql: Fix missing installation/uninstallation rules for BackgroundPsql Heikki Linnakangas
- pgsql: Remove redundant privilege check from pg_sequences system view. Nathan Bossart
- pgsql: Remove support for HPPA (a/k/a PA-RISC) architecture. Tom Lane
- pgsql: Add information about access method for partitioned relations in Michael Paquier
- pgsql: Cleanup perl code from unused variables and routines Michael Paquier
- pgsql: Use TupleDescAttr macro consistently David Rowley
- pgsql: Update release notes to reflect recent commit 0f934b0739. Amit Kapila
- pgsql: Remove unused structure member in pg_createsubscriber.c. Amit Kapila
- pgsql: Remove unused structure member in pg_createsubscriber.c. Amit Kapila
- pgsql: Add missing includes for some global variables Peter Eisentraut
- pgsql: Convert some extern variables to static Peter Eisentraut
- pgsql: Improve some global variable declarations Peter Eisentraut
- pgsql: Drop pre-existing subscriptions from the converted subscriber. Amit Kapila
- pgsql: Drop pre-existing subscriptions from the converted subscriber. Amit Kapila
- pgsql: Fix overflow in parsing of positional parameter Peter Eisentraut
- pgsql: Limit max parameter number with MaxAllocSize Peter Eisentraut
- pgsql: Remove too demanding test Peter Eisentraut
- pgsql: Use safe string copy routine Daniel Gustafsson
- pgsql: pg_dump: Remove some unused return values. Nathan Bossart
- pgsql: Move bgworker specific logic to bgworker.c Heikki Linnakangas
- pgsql: Remove redundant SetProcessingMode(InitProcessing) calls Heikki Linnakangas
- pgsql: Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md. Nathan Bossart
- pgsql: Clean up more unused variables in perl code Michael Paquier
- pgsql: Replace hardcoded identifiers of pgstats file by #defines Michael Paquier
- pgsql: Fix the testcase introduced in commit 81d20fbf7a. Amit Kapila
- pgsql: Fix the testcase introduced in commit 81d20fbf7a. Amit Kapila
- pgsql: Avoid 0-length memcpy to NULL with EXEC_BACKEND Heikki Linnakangas
- pgsql: Tighten check for --forkchild argument when spawning child proce Heikki Linnakangas
- pgsql: Avoid 0-length memcpy to NULL with EXEC_BACKEND Heikki Linnakangas
- pgsql: Tighten check for --forkchild argument when spawning child proce Heikki Linnakangas
- pgsql: Remove is_index parameter from binary_upgrade_set_pg_class_oids( Nathan Bossart
- pgsql: Improve performance of binary_upgrade_set_pg_class_oids(). Nathan Bossart
- pgsql: Remove incorrect Asserts in buffile.c David Rowley
- pgsql: Optimize memory access in GetRunningTransactionData() Alexander Korotkov
- pgsql: Fix typo in GetRunningTransactionData() Alexander Korotkov
- pgsql: Fix typo in GetRunningTransactionData() Alexander Korotkov
- pgsql: Assign error codes where missing for user-facing failures Michael Paquier
- pgsql: SQL/JSON: Fix some obsolete comments. Amit Langote
- pgsql: SQL/JSON: Fix some obsolete comments. Amit Langote
- pgsql: SQL/JSON: Fix some obsolete comments. Amit Langote
- pgsql: Add pg_get_acl() to get the ACL for a database object Michael Paquier
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson
- pgsql: Remove bogus assertion in pg_atomic_monotonic_advance_u64 Alvaro Herrera
- pgsql: Remove bogus assertion in pg_atomic_monotonic_advance_u64 Alvaro Herrera
- pgsql: Fix copy/paste mistake in comment Alvaro Herrera
- pgsql: Fix copy/paste mistake in comment Alvaro Herrera
- Re: pgsql: Add pg_get_acl() to get the ACL for a database object Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- pgsql: Doc: small improvements in discussion of geometric data types. Tom Lane
- Re: pgsql: Add pg_get_acl() to get the ACL for a database object Joel Jacobson
- pgsql: Support "Right Semi Join" plan shapes Richard Guo
- pgsql: Add memory/disk usage for Material nodes in EXPLAIN David Rowley
- pgsql: Add simple codepoint redirections to unaccent.rules. Thomas Munro
- pgsql: Fix newly introduced issue in EXPLAIN for Materialize nodes David Rowley
- pgsql: Improve memory management and performance of tuplestore.c David Rowley
- pgsql: Lift limitation that PGPROC->links must be the first field Heikki Linnakangas
- pgsql: Support loading of injection points Michael Paquier
- pgsql: Doc: minor improvements for our "Brief History" chapter. Tom Lane
- pgsql: Improve PL/Tcl's method for choosing Tcl names of procedures. Tom Lane
- pgsql: Remove check hooks for GUCs that contribute to MaxBackends. Nathan Bossart
- pgsql: doc PG 17 relnotes: fix psql connection cancelation item Bruce Momjian
- pgsql: Fix placement of "static". Tom Lane
-
pgsql: Cope with
name clashes. Thomas Munro -
pgsql: Cope with
name clashes. Thomas Munro -
pgsql: Cope with
name clashes. Thomas Munro -
pgsql: Cope with
name clashes. Thomas Munro -
pgsql: Cope with
name clashes. Thomas Munro -
pgsql: Cope with
name clashes. Thomas Munro -
pgsql: Cope with
name clashes. Thomas Munro - pgsql: Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley
- pgsql: Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley
- pgsql: Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley
- pgsql: Adjust tuplestore.c not to allocate BufFiles in generation conte David Rowley
- pgsql: Use xmlAddChildList not xmlAddChild in XMLSERIALIZE. Tom Lane
- pgsql: Re-enable autoruns for for cmd.exe on Windows Michael Paquier
- pgsql: Re-enable autoruns for cmd.exe on Windows Michael Paquier
- pgsql: Fix right-anti-joins when the inner relation is proven unique Richard Guo
- pgsql: Fix right-anti-joins when the inner relation is proven unique Richard Guo
- pgsql: Fix right-anti-joins when the inner relation is proven unique Richard Guo
- pgsql: Remove an extra period in code comment Richard Guo
- pgsql: Widen lossy and exact page counters for Bitmap Heap Scan David Rowley
- pgsql: Renumber pg_get_acl() in pg_proc.dat Michael Paquier
- pgsql: Fix outdated comment after removal of direct SSL fallback Heikki Linnakangas
- pgsql: Fix outdated comment after removal of direct SSL fallback Heikki Linnakangas
- pgsql: Typo fix Amit Langote
- pgsql: Typo fix Amit Langote
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Fix scale clamping in numeric round() and trunc(). Dean Rasheed
- pgsql: Use xmlParseInNodeContext not xmlParseBalancedChunkMemory. Tom Lane
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Force nodes for SSL tests to start in TCP mode Andrew Dunstan
- pgsql: Choose ports for test servers less likely to result in conflicts Andrew Dunstan
- pgsql: Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade. Nathan Bossart
- pgsql: Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan
- pgsql: Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan
- pgsql: Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan
- pgsql: Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan
- pgsql: Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan
- pgsql: Teach planner how to estimate rows for timestamp generate_series David Rowley
- pgsql: Perform forgotten cat version bump David Rowley
- Re: pgsql: Teach planner how to estimate rows for timestamp generate_series David Rowley
- pgsql: Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE David Rowley
- pgsql: Fix limit block handling in pg_wal_summary_contents(). Fujii Masao
- pgsql: Fix limit block handling in pg_wal_summary_contents(). Fujii Masao
- pgsql: Revert "Force nodes for SSL tests to start in TCP mode" Andrew Dunstan
- pgsql: Avoid JIT-related test instability in EXPLAIN ANALYZE David Rowley
- pgsql: Use pgstat_kind_infos to write fixed shared statistics Michael Paquier
- pgsql: To improve the code, move the error check in logical_read_xlog_p Amit Kapila
- pgsql: SQL/JSON: Various improvements to SQL/JSON query function docs Amit Langote
- pgsql: SQL/JSON: Various improvements to SQL/JSON query function docs Amit Langote
- pgsql: Optimise numeric multiplication for short inputs. Dean Rasheed
- pgsql: Fix comment in libpqrcv_check_conninfo(). Fujii Masao
- pgsql: Unrevert "Force nodes for SSL tests to start in TCP mode" Andrew Dunstan
- pgsql: Introduce pg_signal_autovacuum_worker. Nathan Bossart
- Re: pgsql: Replace BackendIds with 0-based ProcNumbers Thomas Munro
- pgsql: Suppress "chunk is not well balanced" errors from libxml2. Tom Lane
- pgsql: Fix missing invalidations for search_path cache. Jeff Davis
- pgsql: Fix missing invalidations for search_path cache. Jeff Davis
- pgsql: Remove new XML test cases added by e7192486d. Tom Lane
- pgsql: Prevent CRLF conversion of inputs in json_parser test module Andrew Dunstan
- pgsql: Prevent CRLF conversion of inputs in json_parser test module Andrew Dunstan
- pgsql: Extend pg_get_acl() to handle sub-object IDs Michael Paquier
- pgsql: doc: Update track_io_timing documentation to mention pg_stat_io. Fujii Masao
- pgsql: doc: Update track_io_timing documentation to mention pg_stat_io. Fujii Masao
- pgsql: doc: Update track_io_timing documentation to mention pg_stat_io. Fujii Masao
- pgsql: Use diff's --strip-trailing-cr flag where appropriate on Windows Andrew Dunstan
- pgsql: Use diff's --strip-trailing-cr flag where appropriate on Windows Andrew Dunstan
- pgsql: Improve the numeric width_bucket() computation. Dean Rasheed
- pgsql: Revamp documentation for predefined roles. Nathan Bossart
- pgsql: Make our back branches compatible with libxml2 2.13.x. Tom Lane
- pgsql: Make our back branches compatible with libxml2 2.13.x. Tom Lane
- pgsql: Make our back branches compatible with libxml2 2.13.x. Tom Lane
- pgsql: Make our back branches compatible with libxml2 2.13.x. Tom Lane
- pgsql: Make our back branches compatible with libxml2 2.13.x. Tom Lane
- pgsql: Make our back branches compatible with libxml2 2.13.x. Tom Lane
- pgsql: Add PgStat_KindInfo.init_shmem_cb Michael Paquier
- pgsql: Add a new 'F' entry type for fixed-numbered stats in pgstats fil Michael Paquier
- Re: pgsql: Avoid crashing when a JIT-inlined backend function throws an err Amul Sul
- pgsql: Change pg_regress.c back to using diff -w on Windows Andrew Dunstan
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- pgsql: Fix possibility of logical decoding partial transaction changes. Masahiko Sawada
- Re: pgsql: Avoid crashing when a JIT-inlined backend function throws an err Tom Lane
- pgsql: Add min and max aggregates for composite types (records). Tom Lane
- pgsql: Improve logical replication connection-failure messages. Tom Lane
- pgsql: Improve comment of pgstat_read_statsfile() Michael Paquier
- pgsql: Disable clang 16's -Wcast-function-type-strict. Thomas Munro
- pgsql: Disable clang 16's -Wcast-function-type-strict. Thomas Munro
- pgsql: Consider materializing the cheapest inner path in parallel nestl Richard Guo
- pgsql: Fix unstable test in 040_pg_createsubscriber. Amit Kapila
- pgsql: Fix unstable test in 040_pg_createsubscriber. Amit Kapila
- pgsql: Fix a typo in logicalrep_write_typ(). Amit Kapila
- pgsql: Add assertion in pgstat_write_statsfile() about processes allowe Michael Paquier
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Add ORDER BY to new test query Alvaro Herrera
- pgsql: Use diff --strip-trailing-cr in pg_regress.c Andrew Dunstan
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Fix lost Windows socket EOF events. Thomas Munro
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Make sure to run pg_isready on correct port Andrew Dunstan
- pgsql: Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch
- pgsql: Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch
- pgsql: Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch
- pgsql: Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch
- pgsql: Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch
- pgsql: Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch
- pgsql: Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch
- pgsql: Use correct collate.windows.win1252.out Andrew Dunstan
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Avoid unhelpful internal error for incorrect recursive-WITH quer Tom Lane
- pgsql: Check lateral references within PHVs for memoize cache keys Richard Guo
- pgsql: Fix tablespace handling in MERGE/SPLIT partition commands. Fujii Masao
- pgsql: Fix tablespace handling in MERGE/SPLIT partition commands. Fujii Masao
- pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq Fujii Masao
- pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq Fujii Masao
- pgsql: Use atomics to avoid locking in InjectionPointRun() Heikki Linnakangas
- pgsql: Use atomics to avoid locking in InjectionPointRun() Heikki Linnakangas
- pgsql: Use correct type for pq_mq_parallel_leader_proc_number variable Heikki Linnakangas
- Re: pgsql: Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas
- pgsql: Run LLVM verify pass on IR in assert builds. Thomas Munro
- pgsql: Doc: minor improvements for plpgsql "Transaction Management" sec Tom Lane
- pgsql: Doc: minor improvements for plpgsql "Transaction Management" sec Tom Lane
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: Fix type confusion in guc_var_compare() Andres Freund
- pgsql: ci: Upgrade to Debian Bookworm Andres Freund
- pgsql: ci: Upgrade to Debian Bookworm Andres Freund
- pgsql: ci: Upgrade to Debian Bookworm Andres Freund
- pgsql: ci: Upgrade to Debian Bookworm Andres Freund
- pgsql: Add missing RestrictSearchPath() calls. Jeff Davis
- pgsql: Add missing RestrictSearchPath() calls. Jeff Davis
- pgsql: ci: Use newer LLVM version with gcc, to avoid compiler warnings Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Fix bad indentation introduced in 43cd30bcd1c Andres Freund
- pgsql: Add tap test for pg_signal_autovacuum role Michael Paquier
- pgsql: SQL/JSON: Fix a paragraph in JSON_TABLE documentation Amit Langote
- pgsql: SQL/JSON: Fix a paragraph in JSON_TABLE documentation Amit Langote
- pgsql: Adjust recently added test for pg_signal_autovacuum role Andrew Dunstan
- pgsql: Add a couple of recent commits to .git-blame-ignore-revs. Nathan Bossart
- pgsql: When creating materialized views, use REFRESH to load data. Jeff Davis
- pgsql: When creating materialized views, use REFRESH to load data. Jeff Davis
- Re: pgsql: Adjust recently added test for pg_signal_autovacuum role Michael Paquier
- pgsql: Make write of pgstats file durable at shutdown Michael Paquier
- pgsql: SQL/JSON: Rethink c2d93c3802b Amit Langote
- pgsql: SQL/JSON: Rethink c2d93c3802b Amit Langote
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Avoid error in recovery test if history file is not yet present Andrew Dunstan
- pgsql: Use PqMsg_* macros in more places. Nathan Bossart
- pgsql: Use PqMsg_* macros in more places. Nathan Bossart
- pgsql: Doc: fix minor syntax error in example. Tom Lane
- pgsql: Doc: fix minor syntax error in example. Tom Lane
- pgsql: Add INJECTION_POINT_CACHED() to run injection points directly fr Michael Paquier
- pgsql: Do not summarize WAL if generated with wal_level=minimal. Robert Haas
- pgsql: Do not summarize WAL if generated with wal_level=minimal. Robert Haas
- pgsql: Doc: improve description of plpgsql's RAISE command. Tom Lane
- pgsql: Improve pg_ctl's message for shutdown after recovery. Tom Lane
- pgsql: Propagate query IDs of utility statements in functions Michael Paquier
- pgsql: Propagate query IDs of utility statements in functions Michael Paquier
- pgsql: Propagate query IDs of utility statements in functions Michael Paquier
- pgsql: postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita
- pgsql: postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita
- pgsql: postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita
- pgsql: postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita
- pgsql: Add more test coverage for jsonpath "$.*" with arrays Michael Paquier
- pgsql: Move resowner from common JitContext to LLVM specific Heikki Linnakangas
- pgsql: Move resowner from common JitContext to LLVM specific Heikki Linnakangas
- pgsql: Test that vacuum removes tuples older than OldestXmin Melanie Plageman
- pgsql: Ensure vacuum removes all visibly dead tuples older than OldestX Melanie Plageman
- pgsql: Test that vacuum removes tuples older than OldestXmin Melanie Plageman
- pgsql: Ensure vacuum removes all visibly dead tuples older than OldestX Melanie Plageman
- pgsql: Ensure vacuum removes all visibly dead tuples older than OldestX Melanie Plageman
- pgsql: Test that vacuum removes tuples older than OldestXmin Melanie Plageman
- pgsql: Test that vacuum removes tuples older than OldestXmin Melanie Plageman
- pgsql: Test that vacuum removes tuples older than OldestXmin Melanie Plageman
- pgsql: Ensure vacuum removes all visibly dead tuples older than OldestX Melanie Plageman
- pgsql: Ensure vacuum removes all visibly dead tuples older than OldestX Melanie Plageman
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Add overflow checks to money type. Nathan Bossart
- pgsql: Remove "smgr_persistence == 0" dead code. Noah Misch
- pgsql: Refactor PinBufferForBlock() to remove checks about persistence. Noah Misch
- pgsql: Add a way to create read stream object by using SMgrRelation. Noah Misch
- pgsql: Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG. Noah Misch
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: Correctly check updatability of columns targeted by INSERT...DEF Tom Lane
- pgsql: meson: Add support for detecting gss without pkg-config Andres Freund
- pgsql: meson: Add missing argument to gssapi.h check Andres Freund
- pgsql: meson: Add support for detecting ossp-uuid without pkg-config Andres Freund
- pgsql: meson: Add support for detecting gss without pkg-config Andres Freund
- pgsql: meson: Add support for detecting ossp-uuid without pkg-config Andres Freund
- pgsql: meson: Add dependency lookups via names used by cmake Andres Freund
- pgsql: meson: Add dependency lookups via names used by cmake Andres Freund
- pgsql: meson: Add dependency lookups via names used by cmake Andres Freund
- pgsql: meson: Add missing argument to gssapi.h check Andres Freund
- pgsql: meson: Add support for detecting ossp-uuid without pkg-config Andres Freund
- pgsql: meson: Add support for detecting gss without pkg-config Andres Freund
- pgsql: meson: Add missing argument to gssapi.h check Andres Freund
- pgsql: Add new error code for "file name too long" Michael Paquier
- pgsql: Fix unstable test in select_parallel.sql Richard Guo
- pgsql: Add port/ replacement for strsep() Peter Eisentraut
- pgsql: postgres_fdw: Split out the query_cancel test to its own file Alvaro Herrera
- pgsql: postgres_fdw: Split out the query_cancel test to its own file Alvaro Herrera
- pgsql: Replace some strtok() with strsep() Peter Eisentraut
- pgsql: Add missing call to ConditionVariableCancelSleep(). Robert Haas
- pgsql: Add missing call to ConditionVariableCancelSleep(). Robert Haas
- pgsql: Remove grotty use of disable_cost for TID scan plans. Robert Haas
- pgsql: Initialize wal_level in the initial checkpoint record. Robert Haas
- pgsql: Initialize wal_level in the initial checkpoint record. Robert Haas
- pgsql: Revert "Test that vacuum removes tuples older than OldestXmin" Melanie Plageman
- pgsql: Revert "Test that vacuum removes tuples older than OldestXmin" Melanie Plageman
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane
- pgsql: Fix rowcount estimate for gather (merge) paths Richard Guo
- pgsql: Remove redundant code in create_gather_merge_path Richard Guo
- pgsql: Replace remaining strtok() with strtok_r() Peter Eisentraut
- pgsql: Windows replacement for strtok_r() Peter Eisentraut
- pgsql: Improve comments in slru.{c,h} about segment name format Michael Paquier
- pgsql: Improve comments in slru.{c,h} about segment name format Michael Paquier
- pgsql: Get rid of a global variable Peter Eisentraut
- pgsql: ldapurl is supported with simple bind Peter Eisentraut
- pgsql: Use more consistently int64 for page numbers in SLRU-related cod Michael Paquier
- pgsql: Use more consistently int64 for page numbers in SLRU-related cod Michael Paquier
- pgsql: Fix private struct field name to match the code using it. Noah Misch
- pgsql: Move extern declarations for EXEC_BACKEND to header files Peter Eisentraut
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Detect integer overflow in array_set_slice(). Nathan Bossart
- pgsql: Move all extern declarations for GUC variables to header files Peter Eisentraut
- pgsql: Allow altering of two_phase option of a SUBSCRIPTION. Amit Kapila
- pgsql: Refactor tidstore.c iterator buffering. Thomas Munro
- pgsql: Doc: Fix the mistakes in the subscription's failover option. Amit Kapila
- Re: pgsql: Doc: Fix the mistakes in the subscription's failover option. Amit Kapila
- pgsql: Doc: Fix the mistakes in the subscription's failover option. Amit Kapila
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: Reset relhassubclass upon attaching table as a partition Alvaro Herrera
- pgsql: pg_stat_statements: Add regression test for privilege handling. Fujii Masao
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: Fix a missing article in the documentation Alvaro Herrera
- pgsql: pg_upgrade: Retrieve subscription count more efficiently. Nathan Bossart
- pgsql: pg_upgrade: Retrieve subscription count more efficiently. Nathan Bossart
- pgsql: ci: Upgrade macOS version from 13 to 14. Thomas Munro
- pgsql: ci: Upgrade macOS version from 13 to 14. Thomas Munro
- pgsql: ci: Upgrade macOS version from 13 to 14. Thomas Munro
- pgsql: ci: Upgrade macOS version from 13 to 14. Thomas Munro
- pgsql: doc: Decorate psql page with application markup tags Michael Paquier
- pgsql: ci: Pin MacPorts version to 2.9.3. Thomas Munro
- pgsql: ci: Pin MacPorts version to 2.9.3. Thomas Munro
- pgsql: ci: Pin MacPorts version to 2.9.3. Thomas Munro
- pgsql: ci: Pin MacPorts version to 2.9.3. Thomas Munro
- pgsql: Add path column to pg_backend_memory_contexts view David Rowley
- pgsql: Add extern declarations for Bison global variables Peter Eisentraut
- pgsql: Fix -Wmissing-variable-declarations warnings for float.c special Peter Eisentraut
- pgsql: Remove useless unconstify() call Peter Eisentraut
- pgsql: Remove useless unconstify() call Peter Eisentraut
- pgsql: pgcrypto: Remove unused binary from clean target Daniel Gustafsson
- pgsql: pg_upgrade: Remove unused macro Daniel Gustafsson
- pgsql: pg_createsubscriber: Message improvements Peter Eisentraut
- pgsql: pg_createsubscriber: Message improvements Peter Eisentraut
- pgsql: Add argument names to the regexp_XXX functions. Tom Lane
- pgsql: Document restrictions regarding incremental backups and standbys Robert Haas
- pgsql: Document restrictions regarding incremental backups and standbys Robert Haas
- pgsql: Doc: update some HTTP links to point to canonical URLs. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: Doc: fix misleading syntax synopses for targetlists. Tom Lane
- pgsql: SQL/JSON: Improve error-handling of JsonBehavior expressions Amit Langote
- pgsql: SQL/JSON: Fix error-handling of some JsonBehavior expressions Amit Langote
- pgsql: SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb Amit Langote
- pgsql: SQL/JSON: Remove useless code in ExecInitJsonExpr() Amit Langote
- pgsql: SQL/JSON: Fix error-handling of some JsonBehavior expressions Amit Langote
- pgsql: SQL/JSON: Remove useless code in ExecInitJsonExpr() Amit Langote
- pgsql: SQL/JSON: Improve error-handling of JsonBehavior expressions Amit Langote
- pgsql: SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb Amit Langote
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: Disable all TLS session tickets Daniel Gustafsson
- pgsql: doc: Enhance documentation for postgres_fdw_get_connections() ou Fujii Masao
- pgsql: Fix fallback behavior when server sends an ERROR early at startu Heikki Linnakangas
- pgsql: Fix using injection points at backend startup in EXEC_BACKEND mo Heikki Linnakangas
- pgsql: Fix using injection points at backend startup in EXEC_BACKEND mo Heikki Linnakangas
- pgsql: Add test for early backend startup errors Heikki Linnakangas
- pgsql: Fix fallback behavior when server sends an ERROR early at startu Heikki Linnakangas
- pgsql: Add tests for errors during SSL or GSSAPI handshake Heikki Linnakangas
- pgsql: pg_createsubscriber: Message style improvements Peter Eisentraut
- pgsql: pg_createsubscriber: Message style improvements Peter Eisentraut
- pgsql: postgres_fdw: Add connection status check to postgres_fdw_get_co Fujii Masao
- pgsql: postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_conn Fujii Masao
- pgsql: Allow WAL summarization to back up when timeline changes. Robert Haas
- pgsql: Allow WAL summarization to back up when timeline changes. Robert Haas
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: Fix building with MSVC for TLS session disabling Daniel Gustafsson
- pgsql: Fix indentation. Robert Haas
- pgsql: Fix indentation. Robert Haas
- pgsql: Clarify error message and documentation related to typed tables. Tom Lane
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: Fix building with MSVC for TLS session disabling Daniel Gustafsson
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: Fix building with MSVC for TLS session disabling Daniel Gustafsson
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: Fix building with MSVC for TLS session disabling Daniel Gustafsson
- pgsql: Fix building with MSVC for TLS session disabling Daniel Gustafsson
- pgsql: Fix macro placement in pg_config.h.in Daniel Gustafsson
- pgsql: pg_upgrade: Move live_check variable to user_opts. Nathan Bossart
- pgsql: postgres_fdw: Fix bug in connection status check. Fujii Masao
- pgsql: Wait for WAL summarization to catch up before creating .partial Robert Haas
- pgsql: Wait for WAL summarization to catch up before creating .partial Robert Haas
- pgsql: Introduce num_os_semaphores GUC. Nathan Bossart
- pgsql: Fix more holes with SLRU code in need of int64 for segment numbe Michael Paquier
- pgsql: Fix more holes with SLRU code in need of int64 for segment numbe Michael Paquier
- pgsql: Fallback to clang in PATH with meson Heikki Linnakangas
- pgsql: Support absolute bindir/libdir in regression tests with meson Heikki Linnakangas
- pgsql: Support falling back to non-preferred readline implementation wi Heikki Linnakangas
- pgsql: Fallback to uuid for ossp-uuid with meson Heikki Linnakangas
- pgsql: Support absolute bindir/libdir in regression tests with meson Heikki Linnakangas
- pgsql: Fallback to clang in PATH with meson Heikki Linnakangas
- pgsql: Support falling back to non-preferred readline implementation wi Heikki Linnakangas
- pgsql: Support falling back to non-preferred readline implementation wi Heikki Linnakangas
- pgsql: Fallback to uuid for ossp-uuid with meson Heikki Linnakangas
- pgsql: Fallback to clang in PATH with meson Heikki Linnakangas
- pgsql: Support absolute bindir/libdir in regression tests with meson Heikki Linnakangas
- pgsql: Fallback to uuid for ossp-uuid with meson Heikki Linnakangas
- pgsql: Optimize escaping of JSON strings David Rowley
- pgsql: Doc: fix text's description of regexp_replace's arguments. Tom Lane
- Re: pgsql: Wait for WAL summarization to catch up before creating .partial Alexander Korotkov
- Re: pgsql: Wait for WAL summarization to catch up before creating .partial Tom Lane
- pgsql: doc PG 17 relnotes: add "()" to PQsocketPoll mention Bruce Momjian
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: libpq: Use strerror_r instead of strerror Peter Eisentraut
- pgsql: Fix incorrect return value for pg_size_pretty(bigint) David Rowley
- pgsql: Fix incorrect return value for pg_size_pretty(bigint) David Rowley
- pgsql: Fix incorrect return value for pg_size_pretty(bigint) David Rowley
- pgsql: Fix incorrect return value for pg_size_pretty(bigint) David Rowley
- Re: pgsql: Wait for WAL summarization to catch up before creating .partial Alexander Korotkov
- pgsql: amcheck: Optimize speed of checking for unique constraint violat Alexander Korotkov
- pgsql: Change collation cache to use simplehash.h. Jeff Davis
- pgsql: Refactor: make default_locale internal to pg_locale.c. Jeff Davis
- pgsql: Fix whitespace in commit 005c6b833f. Jeff Davis
- pgsql: Add missing pointer dereference in pg_backend_memory_contexts vi David Rowley
- pgsql: Refactor pg_set_regex_collation() for clarity. Jeff Davis
- pgsql: Reduce memory used by partitionwise joins Richard Guo
- pgsql: Simplify create_merge_append_path for clarity Richard Guo
- pgsql: Fix outdated comment in smgrtruncate() Heikki Linnakangas
- pgsql: Move cancel key generation to after forking the backend Heikki Linnakangas
- Re: pgsql: Move cancel key generation to after forking the backend Daniel Gustafsson
- pgsql: Fix compiler warning/error about typedef redefinitions Heikki Linnakangas
- Re: pgsql: Move cancel key generation to after forking the backend Heikki Linnakangas
- Re: pgsql: Move cancel key generation to after forking the backend Heikki Linnakangas
- pgsql: Fix double-release of spinlock Heikki Linnakangas
- Re: pgsql: Move cancel key generation to after forking the backend Heikki Linnakangas
- Re: pgsql: Fix double-release of spinlock Tom Lane
- pgsql: Count individual SQL commands in pg_restore's --transaction-size Tom Lane
- pgsql: Count individual SQL commands in pg_restore's --transaction-size Tom Lane
- pgsql: Reduce number of commands dumpTableSchema emits for binary upgra Tom Lane
- pgsql: Reduce number of commands dumpTableSchema emits for binary upgra Tom Lane
- Re: pgsql: Fix double-release of spinlock Andres Freund
- Re: pgsql: Fix double-release of spinlock Tom Lane
- pgsql: Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW. Nathan Bossart
- Re: pgsql: Fix double-release of spinlock Andres Freund
- Re: pgsql: Fix double-release of spinlock Tom Lane
- Re: pgsql: Fix double-release of spinlock Robert Haas
- pgsql: Remove dead generators for cyrillic encoding conversion tables Heikki Linnakangas
- Re: pgsql: Fix double-release of spinlock Andres Freund
- Re: pgsql: Fix double-release of spinlock Tom Lane
- pgsql: Detach syslogger from shared memory Heikki Linnakangas
- pgsql: Detach syslogger from shared memory Heikki Linnakangas
- pgsql: Use DELETE instead of UPDATE to speed up vacuum test Melanie Plageman
- pgsql: Use DELETE instead of UPDATE to speed up vacuum test Melanie Plageman
- pgsql: Add accidentally omitted test to meson build file Melanie Plageman
- pgsql: Use DELETE instead of UPDATE to speed up vacuum test Melanie Plageman
- pgsql: Do not return NULL from pg_newlocale_from_collation(). Jeff Davis
- pgsql: SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE Amit Langote
- pgsql: SQL/JSON: Some fixes to JsonBehavior expression casting Amit Langote
- pgsql: SQL/JSON: Some fixes to JsonBehavior expression casting Amit Langote
- pgsql: SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE Amit Langote
- pgsql: Add more debugging information when failing to read pgstats file Michael Paquier
- pgsql: Refactor the checks for parameterized partial paths Richard Guo
- pgsql: Short-circuit sort_inner_and_outer if there are no mergejoin cla Richard Guo
- pgsql: Fix partitionwise join with partially-redundant join clauses Richard Guo
- pgsql: Make collation not depend on setlocale(). Jeff Davis
- pgsql: Disallow setting MAX_PARTITION_BUFFERS to less than 2 David Rowley
- pgsql: pg_createsubscriber: Fix an unpredictable recovery wait time. Amit Kapila
- pgsql: pg_createsubscriber: Fix an unpredictable recovery wait time. Amit Kapila
- pgsql: Stabilize xid_wraparound tests Andrew Dunstan
- pgsql: Stabilize xid_wraparound tests Andrew Dunstan
- pgsql: pg_createsubscriber: Remove obsolete comment Peter Eisentraut
- pgsql: pg_createsubscriber: Remove obsolete comment Peter Eisentraut
- pgsql: Require compiler barrier support. Thomas Munro
- pgsql: Remove --disable-spinlocks. Thomas Munro
- pgsql: Remove --disable-atomics, require 32 bit atomics. Thomas Munro
- pgsql: Require memory barrier support. Thomas Munro
- Re: pgsql: Remove --disable-spinlocks. Heikki Linnakangas
- pgsql: Remove useless member of BackendParameters. Thomas Munro
- Re: pgsql: Remove --disable-spinlocks. Thomas Munro
- pgsql: Remove spinlocks and atomics from meson_options.txt. Thomas Munro
- pgsql: Preserve tz when converting to jsonb timestamptz Andrew Dunstan
- pgsql: Preserve tz when converting to jsonb timestamptz Andrew Dunstan
- pgsql: Remove leftover function declaration Heikki Linnakangas
- pgsql: Replace static bufs with a StringInfo in cash_words() Heikki Linnakangas
- pgsql: Replace static buf with a stack-allocated one in 'seg' extension Heikki Linnakangas
- pgsql: Replace static buf with a stack-allocated one in ReadControlFile Heikki Linnakangas
- pgsql: Replace static buf with palloc in str_time() Heikki Linnakangas
- pgsql: Refactor getWeights to write to caller-supplied buffer Heikki Linnakangas
- pgsql: Relax check for return value from second call of pg_strnxfrm(). Jeff Davis
- pgsql: Relax check for return value from second call of pg_strnxfrm(). Jeff Davis
- pgsql: Relax check for return value from second call of pg_strnxfrm(). Jeff Davis
- pgsql: Fix random failure in 021_twophase. Amit Kapila
- pgsql: Make building with LTO work on macOS Peter Eisentraut
- pgsql: doc: Avoid too prominent use of "backup" on pg_dump man page Peter Eisentraut
- pgsql: Add API and ABI stability guidance to the C language docs Peter Eisentraut
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC David Rowley
- pgsql: Parse sequence type and integer metadata in dumpSequence(). Nathan Bossart
- pgsql: Improve performance of dumpSequence(). Nathan Bossart
- pgsql: Introduce pg_sequence_read_tuple(). Nathan Bossart
- pgsql: Improve performance of dumpSequenceData(). Nathan Bossart