pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: meson: Rename cpp variable to cxx
Peter Eisentraut
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
pgsql: Remove now-useless btree_gist--1.2.sql script.
Tom Lane
pgsql: Create btree_gist v1.9, in which inet/cidr opclasses aren't defa
Tom Lane
pgsql: Mark GiST inet_ops as opcdefault, and deal with ensuing fallout.
Tom Lane
pgsql: Use IsA macro, for sake of consistency
Heikki Linnakangas
pgsql: Improve comments around _bt_checkkeys
Heikki Linnakangas
pgsql: Fix misc typos, mostly in comments
Heikki Linnakangas
pgsql: Fix typos in the code.
Amit Kapila
pgsql: strnlen() is now required
Peter Eisentraut
pgsql: Remove use of rindex() function
Peter Eisentraut
pgsql: pg_createsubscriber: Improve handling of automated recovery conf
Michael Paquier
pgsql: psql: Add tab completion for pstdin and pstdout in \copy.
Masahiko Sawada
pgsql: Replace flaky CIC/RI isolation tests with a TAP test
Álvaro Herrera
pgsql: MSVC: Support building for AArch64.
Nathan Bossart
pgsql: Fix nbtree skip array transformation comments.
Peter Geoghegan
pgsql: Fix nbtree skip array transformation comments.
Peter Geoghegan
pgsql: doc: Remove deprecated clauses from CREATE USER/GROUP syntax syn
Fujii Masao
pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_
Alexander Korotkov
pgsql: createuser: Update docs to reflect defaults
John Naylor
pgsql: createuser: Update docs to reflect defaults
John Naylor
pgsql: createuser: Update docs to reflect defaults
John Naylor
pgsql: createuser: Update docs to reflect defaults
John Naylor
pgsql: createuser: Update docs to reflect defaults
John Naylor
pgsql: createuser: Update docs to reflect defaults
John Naylor
pgsql: Fix unexpected reversal of lists during catcache rehash
Michael Paquier
pgsql: Fix grammar in datatype.sgml
Michael Paquier
pgsql: Further doc updates to reflect MD5 deprecation
John Naylor
pgsql: Further doc updates to reflect MD5 deprecation
John Naylor
pgsql: doc: Add index entry for Git.
Fujii Masao
pgsql: doc: Add glossary and index entries for GUC.
Fujii Masao
pgsql: Improve portability of test with oid8 comparison function
Michael Paquier
pgsql: Add data type oid8, 64-bit unsigned identifier
Michael Paquier
Re: pgsql: Add data type oid8, 64-bit unsigned identifier
Tom Lane
Re: pgsql: Add data type oid8, 64-bit unsigned identifier
Michael Paquier
pgsql: Clean up ICU includes.
Jeff Davis
pgsql: Fix buggy interaction between array subscripts and subplan param
Andres Freund
pgsql: Fix buggy interaction between array subscripts and subplan param
Andres Freund
pgsql: ICU: use UTF8-optimized case conversion API
Jeff Davis
pgsql: Improve portability of new worker_spi test
Michael Paquier
pgsql: Add test coverage for indirection transformation
Peter Eisentraut
pgsql: Fix variable usage in wakeupWaiters()
Alexander Korotkov
pgsql: Use relation_close() more consistently in contrib/
Michael Paquier
pgsql: Allow bgworkers to be terminated for database-related commands
Michael Paquier
pgsql: Update comments atop ReplicationSlotCreate.
Amit Kapila
pgsql: Update comments atop ReplicationSlotCreate.
Amit Kapila
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
pgsql: Fix typo in slot.c.
Amit Kapila
pgsql: Fix typo in planner.c
Michael Paquier
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
pgsql: Simplify GetOperatorFromCompareType() code
David Rowley
pgsql: Fix misleading comment for GetOperatorFromCompareType
David Rowley
pgsql: Fix misleading comment for GetOperatorFromCompareType
David Rowley
pgsql: doc: Fix outdated doc in pg_rewind.
Fujii Masao
pgsql: doc: Fix outdated doc in pg_rewind.
Fujii Masao
pgsql: Clarify where various catcache.h dlist_nodes are used
David Rowley
pgsql: pg_visibility: Fix incorrect buffer lock description in comment.
Masahiko Sawada
pgsql: Fix meson build of snowball code.
Tom Lane
pgsql: Update to latest Snowball sources.
Tom Lane
Re: pgsql: Update to latest Snowball sources.
Jelte Fennema-Nio
Re: pgsql: Update to latest Snowball sources.
Tom Lane
pgsql: ci: Remove ulimit -p for netbsd/openbsd
Andres Freund
pgsql: ci: Remove ulimit -p for netbsd/openbsd
Andres Freund
pgsql: Fix typo in parallel.c.
Masahiko Sawada
pgsql: Add tab completion for the WAIT FOR LSN MODE option
Alexander Korotkov
pgsql: Extend xlogwait infrastructure with write and flush wait types
Alexander Korotkov
pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Alexander Korotkov
pgsql: Adjust errcode in checkPartition()
Alexander Korotkov
pgsql: Add the MODE option to the WAIT FOR LSN command
Alexander Korotkov
Re: pgsql: Add the MODE option to the WAIT FOR LSN command
Peter Eisentraut
pgsql: Remove redundant SET enable_partitionwise_join = on.
Robert Haas
pgsql: Fix comment in tableam.c
Michael Paquier
pgsql: Separate read and write pointers in pg_saslprep
Peter Eisentraut
pgsql: Tighten up assertion on a local variable
Heikki Linnakangas
pgsql: Tighten up assertion on a local variable
Heikki Linnakangas
pgsql: Use the GetPGProcByNumber() macro when possible
David Rowley
pgsql: Improve the comments atop build_replindex_scan_key().
Amit Kapila
pgsql: Remove unneeded probes from configure and meson
Michael Paquier
pgsql: Remove unneeded defines from pg_config.h.in
Michael Paquier
Re: pgsql: Remove unneeded defines from pg_config.h.in
Tom Lane
Re: pgsql: Remove unneeded defines from pg_config.h.in
Michael Paquier
Re: pgsql: Remove unneeded defines from pg_config.h.in
Tom Lane
Re: pgsql: Remove unneeded defines from pg_config.h.in
Michael Paquier
Re: pgsql: Remove unneeded defines from pg_config.h.in
Tom Lane
pgsql: Fix typos and inconsistencies in code and comments
Michael Paquier
pgsql: Add parse location to IndexElem.
Tom Lane
pgsql: Include error location in errors from ComputeIndexAttrs().
Tom Lane
pgsql: Fix partial read handling in pg_upgrade's multixact conversion
Heikki Linnakangas
pgsql: Remove bogus const qualifier on PageGetItem() argument
Peter Eisentraut
pgsql: Doc: add missing punctuation
David Rowley
pgsql: Doc: add missing punctuation
David Rowley
pgsql: Doc: add missing punctuation
David Rowley
pgsql: Doc: add missing punctuation
David Rowley
pgsql: Doc: add missing punctuation
David Rowley
pgsql: Doc: add missing punctuation
David Rowley
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
pgsql: Improve a couple of error messages.
Tom Lane
pgsql: Fix spelling mistake in fk-snapshot-3.spec
David Rowley
pgsql: Update copyright for 2026
Bruce Momjian
pgsql: Update copyright for 2026
Bruce Momjian
pgsql: Update copyright for 2026
Bruce Momjian
pgsql: Update copyright for 2026
Bruce Momjian
pgsql: Update copyright for 2026
Bruce Momjian
pgsql: Add paths of extensions to pg_available_extensions
Andrew Dunstan
pgsql: Fix macro name for io_uring_queue_init_mem check.
Masahiko Sawada
pgsql: Fix macro name for io_uring_queue_init_mem check.
Masahiko Sawada
pgsql: Doc: remove obsolete, confused <note> about rowtype I/O syntax.
Tom Lane
pgsql: jit: Fix jit_profiling_support when unavailable.
Thomas Munro
pgsql: jit: Fix jit_profiling_support when unavailable.
Thomas Munro
pgsql: jit: Fix jit_profiling_support when unavailable.
Thomas Munro
pgsql: jit: Fix jit_profiling_support when unavailable.
Thomas Munro
pgsql: jit: Fix jit_profiling_support when unavailable.
Thomas Munro
pgsql: jit: Fix jit_profiling_support when unavailable.
Thomas Munro
pgsql: Change IndexAmRoutines to be statically-allocated structs.
Tom Lane
pgsql: Add dead items memory usage to VACUUM (VERBOSE) and autovacuum l
Masahiko Sawada
Re: pgsql: Add dead items memory usage to VACUUM (VERBOSE) and autovacuum l
Masahiko Sawada
pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Masahiko Sawada
pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Masahiko Sawada
pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Masahiko Sawada
pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Masahiko Sawada
pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Masahiko Sawada
pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Masahiko Sawada
pgsql: Fix comment in lsyscache.c
Michael Paquier
pgsql: jit: Drop redundant LLVM configure probes.
Thomas Munro
pgsql: Add pg_get_multixact_stats()
Michael Paquier
pgsql: Add MultiXactOffsetStorageSize() to multixact_internal.h
Michael Paquier
pgsql: Change GetMultiXactInfo() to return the next multixact offset
Michael Paquier
pgsql: jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
pgsql: jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
pgsql: jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
pgsql: jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
pgsql: jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
pgsql: jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Further stabilize a postgres_fdw test case.
Tom Lane
pgsql: Ensure sanity of hash-join costing when there are no MCV statist
Tom Lane
pgsql: ci: Test Windows + Mkvcbuild.pm in REL_16_STABLE.
Thomas Munro
pgsql: Fix Mkvcbuild.pm builds of test_cloexec.c.
Thomas Munro
pgsql: Fix Mkvcbuild.pm builds of test_cloexec.c.
Thomas Munro
pgsql: Fix Mkvcbuild.pm builds of test_cloexec.c.
Thomas Munro
pgsql: Fix Mkvcbuild.pm builds of test_cloexec.c.
Thomas Munro
pgsql: Strip PlaceHolderVars from index operands
Richard Guo
pgsql: Strip PlaceHolderVars from index operands
Richard Guo
pgsql: Ignore PlaceHolderVars when looking up statistics
Richard Guo
pgsql: Ignore PlaceHolderVars when looking up statistics
Richard Guo
pgsql: Change some Datum to void * for opaque pass-through pointer
Peter Eisentraut
pgsql: Split some long Makefile lists
Michael Paquier
pgsql: Fix incorrectly spelled city name
Daniel Gustafsson
pgsql: Remove MsgType type
Peter Eisentraut
pgsql: Add oauth_validator_libraries to variable_is_guc_list_quote
Daniel Gustafsson
pgsql: Add oauth_validator_libraries to variable_is_guc_list_quote
Daniel Gustafsson
pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Michael Paquier
pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Michael Paquier
pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Michael Paquier
pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Michael Paquier
pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Michael Paquier
pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Michael Paquier
pgsql: doc: warn about the use of "ctid" queries beyond the examples
Bruce Momjian
pgsql: doc: warn about the use of "ctid" queries beyond the examples
Bruce Momjian
pgsql: doc: warn about the use of "ctid" queries beyond the examples
Bruce Momjian
pgsql: doc: Remove duplicate word in ECPG description
Michael Paquier
pgsql: doc: Remove duplicate word in ECPG description
Michael Paquier
pgsql: doc: Remove duplicate word in ECPG description
Michael Paquier
pgsql: doc: Remove duplicate word in ECPG description
Michael Paquier
pgsql: doc: Remove duplicate word in ECPG description
Michael Paquier
pgsql: doc: Remove duplicate word in ECPG description
Michael Paquier
pgsql: Upgrade BufFile to use int64 for byte positions
Michael Paquier
pgsql: Fix typo in stat_utils.c
Michael Paquier
Re: pgsql: Track LLVM 15 changes.
Tom Lane
Re: pgsql: Track LLVM 15 changes.
Thomas Munro
Re: pgsql: Track LLVM 15 changes.
Tom Lane
Earlier messages
Later messages