pgsql-committers
Thread
Date
Earlier messages
Messages by Thread
pgsql: Add test coverage for nbtree backwards scans.
Peter Geoghegan
pgsql: Add tests for nbtree empty index predicate locking.
Peter Geoghegan
pgsql: Add missing PGDLLIMPORT marker
Álvaro Herrera
pgsql: Add missing PGDLLIMPORT marker
Álvaro Herrera
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: Fix another empty nbtree index SSI race.
Peter Geoghegan
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: psql: Allow pg_read_all_stats to see database size in \l+
Fujii Masao
pgsql: Avoid reporting permission-denied publisher sequences as missing
Fujii Masao
pgsql: Avoid reporting permission-denied publisher sequences as missing
Fujii Masao
pgsql: doc: Add missing CREATE/ALTER PUBLICATION parameter descriptions
Fujii Masao
pgsql: Fix EXCEPT publication test to check subscriber
Fujii Masao
pgsql: Fix EXCEPT publication test to check subscriber
Fujii Masao
pgsql: Validate subscription conninfo on owner change
Fujii Masao
pgsql: Validate subscription conninfo on owner change
Fujii Masao
pgsql: doc: Improve pg_stat_recovery documentation
Fujii Masao
pgsql: doc: Improve pg_stat_recovery documentation
Fujii Masao
pgsql: Fix socket_putmessage_noblock() to call socket_putmessage()
Michael Paquier
pgsql: doc: Improve description of pg_stat_activity.backend_type
Michael Paquier
pgsql: injection_points: Clear waiter slot on error and exit
Michael Paquier
pgsql: injection_points: Clear waiter slot on error and exit
Michael Paquier
pgsql: injection_points: Clear waiter slot on error and exit
Michael Paquier
pgsql: injection_points: Clear waiter slot on error and exit
Michael Paquier
pgsql: Reject sequence synchronization against pre-PostgreSQL 19 publis
Amit Kapila
pgsql: Reject sequence synchronization against pre-PostgreSQL 19 publis
Amit Kapila
pgsql: walsummarizer: Guard against WAL files whose tail ends are not v
Robert Haas
pgsql: walsummarizer: Guard against WAL files whose tail ends are not v
Robert Haas
pgsql: walsummarizer: Guard against WAL files whose tail ends are not v
Robert Haas
pgsql: walsummarizer: Guard against WAL files whose tail ends are not v
Robert Haas
pgsql: Improve lookup_type_cache() handling on out-of-memory errors
Michael Paquier
pgsql: Add new pgstats routine to split pending data setup
Michael Paquier
pgsql: doc: clarify how TIMESTAMP WITH TIME ZONE behaves
Bruce Momjian
pgsql: doc: clarify how TIMESTAMP WITH TIME ZONE behaves
Bruce Momjian
pgsql: doc: clarify to_char("OF") HH/MM doesn't represent actual chars
Bruce Momjian
pgsql: doc: clarify to_char("OF") HH/MM doesn't represent actual chars
Bruce Momjian
pgsql: Remove assertion added by commit 7dcea51c2a4d
Álvaro Herrera
pgsql: Remove assertion added by commit 7dcea51c2a4d
Álvaro Herrera
pgsql: Unify error messages
Álvaro Herrera
pgsql: pg_upgrade: Message wording fix
Peter Eisentraut
pgsql: pg_upgrade: Message wording fix
Peter Eisentraut
pgsql: Message style fixes
Peter Eisentraut
pgsql: Message style fixes
Peter Eisentraut
pgsql: Improve generate_partition_qual()'s cache handling on out-of-mem
Michael Paquier
pgsql: Test what BEFORE UPDATE triggers do to FOR PORTION OF
Peter Eisentraut
pgsql: Test what BEFORE UPDATE triggers do to FOR PORTION OF
Peter Eisentraut
pgsql: Allow logical replication workers to ignore default_transaction_
Amit Kapila
pgsql: Allow logical replication workers to ignore default_transaction_
Amit Kapila
pgsql: Add logical decoding status to pg_control_checkpoint().
Masahiko Sawada
pgsql: Add logical decoding status to pg_control_checkpoint().
Masahiko Sawada
pgsql: Fix recovery target test waiting on unavailable WAL
Fujii Masao
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: doc: Granting TRIGGER or REFERENCES on table is dangerous.
Robert Haas
pgsql: Fix restore of partitions with exclusion constraints
Álvaro Herrera
pgsql: Fix restore of partitions with exclusion constraints
Álvaro Herrera
pgsql: Fix restore of partitions with exclusion constraints
Álvaro Herrera
pgsql: Fix restore of partitions with exclusion constraints
Álvaro Herrera
pgsql: Avoid ERROR in recovery target GUC assign hooks
Fujii Masao
pgsql: Allow PostgreSQL::Test::Cluster::start() to pass postmaster opti
Fujii Masao
pgsql: Fix LSN format in REPACK worker debug message
Álvaro Herrera
pgsql: Fix LSN format in REPACK worker debug message
Álvaro Herrera
pgsql: Move code to get_tables_to_repack_partitioned
Álvaro Herrera
pgsql: Move code to get_tables_to_repack_partitioned
Álvaro Herrera
pgsql: Improve pgstat_get_entry_ref_cached() behavior on out-of-memory
Michael Paquier
pgsql: Fix RLS checks for FOR PORTION OF leftover rows
Peter Eisentraut
pgsql: Fix RLS checks for FOR PORTION OF leftover rows
Peter Eisentraut
pgsql: Handle concurrent sequence refreshes.
Amit Kapila
pgsql: Handle concurrent sequence refreshes.
Amit Kapila
pgsql: Skip unnecessary get_relids_in_jointree() when there are no PHVs
Richard Guo
pgsql: Skip unnecessary get_relids_in_jointree() when there are no PHVs
Richard Guo
pgsql: Skip unnecessary get_relids_in_jointree() when there are no PHVs
Richard Guo
pgsql: Skip unnecessary get_relids_in_jointree() when there are no PHVs
Richard Guo
pgsql: Skip unnecessary get_relids_in_jointree() when there are no PHVs
Richard Guo
pgsql: Run nbtree test module tests under autoconf builds
Peter Geoghegan
pgsql: Run nbtree test module tests under autoconf builds
Peter Geoghegan
pgsql: Fix parsing of underscores in pg_plan_advice occurrence numbers
Daniel Gustafsson
pgsql: Fix parsing of underscores in pg_plan_advice occurrence numbers
Daniel Gustafsson
pgsql: Remove redundant null-treatment check in window function dedup.
Tatsuo Ishii
pgsql: Remove redundant null-treatment check in window function dedup.
Tatsuo Ishii
pgsql: doc PG 19 relnotes: \crosstab to \crosstabview
Bruce Momjian
pgsql: Further cleanup for commit 54cd6fc83.
Etsuro Fujita
pgsql: Further cleanup for commit 54cd6fc83.
Etsuro Fujita
pgsql: Fix edge case in remove_useless_result_rtes() with outer joins.
Tom Lane
pgsql: Fix edge case in remove_useless_result_rtes() with outer joins.
Tom Lane
pgsql: Fix edge case in remove_useless_result_rtes() with outer joins.
Tom Lane
pgsql: Fix edge case in remove_useless_result_rtes() with outer joins.
Tom Lane
pgsql: Fix edge case in remove_useless_result_rtes() with outer joins.
Tom Lane
pgsql: Restore the ability to use | and -> as prefix operators.
Tom Lane
pgsql: Restore the ability to use | and -> as prefix operators.
Tom Lane
pgsql: Fix REASSIGN OWNED for subscriptions in other databases.
Jeff Davis
pgsql: Fix REASSIGN OWNED for subscriptions in other databases.
Jeff Davis
pgsql: Revert "Reject concurrent sequence refreshes".
Amit Kapila
pgsql: Revert "Reject concurrent sequence refreshes".
Amit Kapila
pgsql: Generate unicode_limits.h.
Jeff Davis
pgsql: Fix yet another portability problem in new NLS test.
Tom Lane
pgsql: Fix yet another portability problem in new NLS test.
Tom Lane
pgsql: Turn visibilitymap_clear() Assert back into an error
Melanie Plageman
pgsql: Turn visibilitymap_clear() Assert back into an error
Melanie Plageman
pgsql: Revert "Add GROUP BY ALL".
Tom Lane
pgsql: Revert "Add GROUP BY ALL".
Tom Lane
pgsql: doc PG 19 relnote: move Oauth items
Bruce Momjian
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: Fix GiST index-only scan column alignment issue.
Peter Geoghegan
pgsql: ci: Generate crashlogs on Windows
Andres Freund
pgsql: ci: Generate crashlogs on Windows
Andres Freund
pgsql: ci: Use optimized build for mingw
Andres Freund
pgsql: ci: Use optimized build for mingw
Andres Freund
pgsql: meson: Fix ccache issues when using precompiled headers with gcc
Andres Freund
pgsql: meson: Fix ccache issues when using precompiled headers with gcc
Andres Freund
pgsql: meson: Fix ccache issues when using precompiled headers with gcc
Andres Freund
pgsql: meson: Fix ccache issues when using precompiled headers with gcc
Andres Freund
pgsql: meson: Fix ccache issues when using precompiled headers with gcc
Andres Freund
pgsql: doc: Fix SQL quoting in example
Peter Eisentraut
pgsql: doc: Fix SQL quoting in example
Peter Eisentraut
pgsql: Fix truncation rules for base64 encoding
Daniel Gustafsson
pgsql: Fix truncation rules for base64 encoding
Daniel Gustafsson
pgsql: Restrict pg_stat_io entries for data checksum processes
Fujii Masao
pgsql: Restrict pg_stat_io entries for data checksum processes
Fujii Masao
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = N
Amit Kapila
pgsql: Fix wrong variable offset sanity check.
Peter Geoghegan
pgsql: Fix wrong variable offset sanity check.
Peter Geoghegan
pgsql: Fix wrong variable offset sanity check.
Peter Geoghegan
pgsql: Fix wrong variable offset sanity check.
Peter Geoghegan
pgsql: Fix wrong variable offset sanity check.
Peter Geoghegan
pgsql: Fix wrong variable offset sanity check.
Peter Geoghegan
pgsql: Remove SQL function getpgusername()
Michael Paquier
pgsql: Use fake LSNs consistently in hash index AM.
Peter Geoghegan
pgsql: Use fake LSNs consistently in hash index AM.
Peter Geoghegan
pgsql: pg_controldata: Show logical decoding status.
Masahiko Sawada
pgsql: pg_controldata: Show logical decoding status.
Masahiko Sawada
pgsql: Correct logical decoding status at end of recovery with minimal
Masahiko Sawada
pgsql: Correct logical decoding status at end of recovery with minimal
Masahiko Sawada
pgsql: Reject infinite and out-of-range interval shifts in uuidv7().
Masahiko Sawada
pgsql: Reject infinite and out-of-range interval shifts in uuidv7().
Masahiko Sawada
pgsql: Reject infinite and out-of-range interval shifts in uuidv7().
Masahiko Sawada
pgsql: In transformIndexStmt, transform index expressions in INCLUDING.
Tom Lane
pgsql: Handle concurrent sequence drops during synchronization
Fujii Masao
pgsql: Handle concurrent sequence drops during synchronization
Fujii Masao
pgsql: postgres_fdw: stabilize terminated-connection regression tests
Fujii Masao
pgsql: postgres_fdw: stabilize terminated-connection regression tests
Fujii Masao
pgsql: postgres_fdw: stabilize terminated-connection regression tests
Fujii Masao
pgsql: doc: Fix link text for data checksums
Daniel Gustafsson
pgsql: doc: Fix link text for data checksums
Daniel Gustafsson
pgsql: doc: Fix link text for data checksums
Daniel Gustafsson
pgsql: Revert "Make PL/Tcl require Tcl 8.6 or later"
Peter Eisentraut
pgsql: Drop support for _MSC_VER less than 1933
Peter Eisentraut
pgsql: Require ICU 55 or later
Peter Eisentraut
pgsql: Raise requirement to Visual Studio 2022
Peter Eisentraut
pgsql: Make PL/Tcl require Tcl 8.6 or later
Peter Eisentraut
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
pgsql: doc: Mention REPACK in MAINTAIN privilege descriptions
Fujii Masao
pgsql: doc: Mention REPACK in MAINTAIN privilege descriptions
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Fujii Masao
pgsql: Fix VM clear WAL logging by registering VM blocks
Melanie Plageman
pgsql: Fix VM clear WAL logging by registering VM blocks
Melanie Plageman
pgsql: Fix VM clear WAL logging by registering VM blocks
Melanie Plageman
pgsql: Fix VM clear WAL logging by registering VM blocks
Melanie Plageman
pgsql: Introduce macros for WAL block reference IDs of some heap record
Melanie Plageman
pgsql: Introduce macros for WAL block reference IDs of some heap record
Melanie Plageman
pgsql: Introduce macros for WAL block reference IDs of some heap record
Melanie Plageman
pgsql: Introduce macros for WAL block reference IDs of some heap record
Melanie Plageman
pgsql: Make VM clear take a RelFileLocator and not fake relcache
Melanie Plageman
pgsql: Test that VM clear registers VM buffers
Melanie Plageman
Earlier messages