pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: doc: Add missing decimal places to example rowcount.
Robert Haas
pgsql: Improve possible performance regression
Peter Eisentraut
pgsql: Rename amcancrosscompare
Peter Eisentraut
pgsql: CREATE INDEX: don't update table stats if autovacuum=off.
Jeff Davis
pgsql: Allow casting between bytea and integer types.
Dean Rasheed
Re: pgsql: Make postgres_fdw's query_cancel test less flaky.
Michael Paquier
Re: pgsql: Make postgres_fdw's query_cancel test less flaky.
Tom Lane
pgsql: vacuumdb: Add option for analyzing only relations missing stats.
John Naylor
Re: pgsql: vacuumdb: Add option for analyzing only relations missing stats.
John Naylor
pgsql: vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
pgsql: Revert "vacuumdb: Add option for analyzing only relations missin
John Naylor
pgsql: Doc: correct aggressive vacuum threshold for multixact members s
John Naylor
pgsql: Doc: correct aggressive vacuum threshold for multixact members s
John Naylor
pgsql: Doc: correct aggressive vacuum threshold for multixact members s
John Naylor
pgsql: Doc: correct aggressive vacuum threshold for multixact members s
John Naylor
pgsql: Doc: correct aggressive vacuum threshold for multixact members s
John Naylor
pgsql: reindexdb: move PQfinish() calls to the right place
Álvaro Herrera
pgsql: Fix race condition in TAP test 007_pre_auth
Michael Paquier
pgsql: Fix some performance issues in GIN query startup.
Tom Lane
pgsql: Fix some performance issues in GIN query startup.
Tom Lane
pgsql: Fix some performance issues in GIN query startup.
Tom Lane
pgsql: Fix some performance issues in GIN query startup.
Tom Lane
pgsql: Fix some performance issues in GIN query startup.
Tom Lane
pgsql: Fix some performance issues in GIN query startup.
Tom Lane
pgsql: Further fix for json_strip_nulls documentation
Andrew Dunstan
pgsql: Remove extraneous commas in json{b}_strip_nulls documentation
Andrew Dunstan
pgsql: valgrind: Adjust suppressions to handle glibc changes
Andres Freund
pgsql: valgrind: Adjust suppressions to handle glibc changes
Andres Freund
pgsql: Avoid invalidating all RelationSyncCache entries on publication
Amit Kapila
pgsql: Avoid invalidating all RelationSyncCache entries on publication
Amit Kapila
pgsql: Address stats import review comments.
Jeff Davis
pgsql: Fix compiler warnings about typedef redefinitions
Heikki Linnakangas
pgsql: Add more monitoring data for WAL writes in the WAL receiver
Michael Paquier
pgsql: Use ModifyWaitEvent to update exit_on_postmaster_death
Heikki Linnakangas
pgsql: Split WaitEventSet functions to separate source file
Heikki Linnakangas
pgsql: ecpg: Fix compiler warning in ecpg build with Meson.
Fujii Masao
pgsql: Remove unused ShutdownLatchSupport() function
Heikki Linnakangas
pgsql: ci: Remove installation of libcurl
Daniel Gustafsson
pgsql: ci: freebsd: Specify debug_parallel_query=regress
Andres Freund
pgsql: ci: Document what makes certain tasks special
Andres Freund
pgsql: ci: Upgrade FreeBSD image
Andres Freund
pgsql: ci: Upgrade FreeBSD image
Andres Freund
pgsql: ci: Upgrade FreeBSD image
Andres Freund
pgsql: ci: Upgrade FreeBSD image
Andres Freund
pgsql: Revert "Show index search count in EXPLAIN ANALYZE."
Peter Geoghegan
pgsql: Allow json{b}_strip_nulls to remove null array elements
Andrew Dunstan
pgsql: Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
Re: pgsql: Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
pgsql: Rename some signal and interrupt handling functions for consiste
Heikki Linnakangas
pgsql: Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
pgsql: psql: Fix memory leak with \gx used within a pipeline
Michael Paquier
pgsql: Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
pgsql: Enforce memory limit during parallel GIN builds
Tomas Vondra
pgsql: pg_upgrade: Check for the expected error message in TAP tests.
Masahiko Sawada
pgsql: Fix ALTER TABLE error message
Álvaro Herrera
pgsql: Fix ALTER TABLE error message
Álvaro Herrera
pgsql: Fix ALTER TABLE error message
Álvaro Herrera
pgsql: Fix ALTER TABLE error message
Álvaro Herrera
pgsql: Fix ALTER TABLE error message
Álvaro Herrera
pgsql: Fix ALTER TABLE error message
Álvaro Herrera
pgsql: Refactor Copy{From|To}GetRoutine() to use pass-by-reference argu
Masahiko Sawada
pgsql: Compress TID lists when writing GIN tuples to disk
Tomas Vondra
pgsql: Add .gitignore entry for ecpg test detritus.
Tom Lane
pgsql: Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
pgsql: Add regression tests for pg_stat_progress_copy.tuples_skipped.
Fujii Masao
pgsql: Fix outdated comment
Heikki Linnakangas
pgsql: doc: Expand version compatibility for pg_basebackup features
Daniel Gustafsson
pgsql: doc: Expand version compatibility for pg_basebackup features
Daniel Gustafsson
pgsql: Fix accidental use of = instead of ==
Peter Eisentraut
pgsql: Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite
Peter Eisentraut
pgsql: Avoid NullTest deduction for clone clauses
Richard Guo
pgsql: Avoid NullTest deduction for clone clauses
Richard Guo
pgsql: ecpg: Add TAP test for the ecpg command.
Fujii Masao
pgsql: Split pgstat_bestart() into three different routines
Michael Paquier
pgsql: Add more assertions in palloc0() and palloc_extended()
Michael Paquier
pgsql: doc: Convert UUID functions list to table format.
Masahiko Sawada
pgsql: Allow => syntax for named cursor arguments in plpgsql.
Tom Lane
pgsql: ci: Use a RAM disk for NetBSD and OpenBSD.
Thomas Munro
pgsql: Remove now-dead code in StoreAttrDefault().
Tom Lane
pgsql: Trigger more frequent autovacuums with relallfrozen
Melanie Plageman
pgsql: Simplify some logic around setting pg_attribute.atthasdef.
Tom Lane
pgsql: Fix broken handling of domains in atthasmissing logic.
Tom Lane
pgsql: Fix broken handling of domains in atthasmissing logic.
Tom Lane
pgsql: Fix broken handling of domains in atthasmissing logic.
Tom Lane
pgsql: Fix broken handling of domains in atthasmissing logic.
Tom Lane
pgsql: Fix broken handling of domains in atthasmissing logic.
Tom Lane
pgsql: Fix broken handling of domains in atthasmissing logic.
Tom Lane
pgsql: postgres_fdw: Extend postgres_fdw_get_connections to return remo
Fujii Masao
pgsql: Add relallfrozen to pg_class
Melanie Plageman
Re: pgsql: Add relallfrozen to pg_class
Álvaro Herrera
Re: pgsql: Add relallfrozen to pg_class
Andres Freund
Re: pgsql: Add relallfrozen to pg_class
Melanie Plageman
Re: pgsql: Add relallfrozen to pg_class
Melanie Plageman
pgsql: Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Peter Eisentraut
Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Peter Eisentraut
Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
pgsql: Handle auxiliary processes in SQL functions of backend statistic
Michael Paquier
pgsql: Use PRI*64 instead of "ll*" in format strings (minimal trial)
Peter Eisentraut
pgsql: Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
pgsql: Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
pgsql: Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
pgsql: Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
pgsql: Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
pgsql: Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
pgsql: Set amcancrosscompare to true for hash
Peter Eisentraut
Re: pgsql: Set amcancrosscompare to true for hash
Melanie Plageman
Re: pgsql: Set amcancrosscompare to true for hash
Tom Lane
Re: pgsql: Set amcancrosscompare to true for hash
Andres Freund
pgsql: Work around OAuth/EVFILT_TIMER quirk on NetBSD.
Thomas Munro
pgsql: Avoid including explain.h in explain_format.h and explain_dr.h
Robert Haas
pgsql: Re-export NextCopyFromRawFields() to copy.h.
Masahiko Sawada
pgsql: Adjust auto_explain's GUC descriptions.
Nathan Bossart
pgsql: Tweak regex to avoid a bug in Perl 5.16.3.
Tom Lane
pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
Re: pgsql: Refactor COPY FROM to use format callback functions.
Andrew Dunstan
Re: pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
Re: pgsql: Refactor COPY FROM to use format callback functions.
Andrew Dunstan
Re: pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
Re: pgsql: Refactor COPY FROM to use format callback functions.
Sutou Kouhei
Re: pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
Re: pgsql: Refactor COPY FROM to use format callback functions.
Andrew Dunstan
Re: pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
pgsql: Fix missing space in EXPLAIN ANALYZE output.
Robert Haas
pgsql: Adjust pg_dump tag for relation stats.
Jeff Davis
pgsql: Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Jeff Davis
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Jeff Davis
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Jeff Davis
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
pgsql: Refactor COPY TO to use format callback functions.
Masahiko Sawada
pgsql: Generalize hash and ordering support in amapi
Peter Eisentraut
Re: pgsql: Generalize hash and ordering support in amapi
Tom Lane
Re: pgsql: Generalize hash and ordering support in amapi
Mark Dilger
Re: pgsql: Generalize hash and ordering support in amapi
Peter Eisentraut
Re: pgsql: Generalize hash and ordering support in amapi
Peter Eisentraut
Re: pgsql: Generalize hash and ordering support in amapi
Mark Dilger
Re: pgsql: Generalize hash and ordering support in amapi
Tom Lane
Re: pgsql: Generalize hash and ordering support in amapi
Peter Eisentraut
Re: pgsql: Generalize hash and ordering support in amapi
Tom Lane
Re: pgsql: Generalize hash and ordering support in amapi
Peter Eisentraut
pgsql: Create explain_dr.c and move DestReceiver-related code there.
Robert Haas
pgsql: Create explain_format.c and move relevant code there.
Robert Haas
pgsql: EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
pgsql: Avoid unnecessary computation of pgbench's script line number.
Tom Lane
pgsql: Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
pgsql: Get rid of ojrelid local variable in remove_rel_from_query()
Alexander Korotkov
pgsql: Remove arbitrary cap on read_stream.c buffer queue.
Thomas Munro
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
pgsql: Fix the race condition in ReplicationSlotAcquire().
Amit Kapila
pgsql: Doc: Additional clarification for -d option of pg_createsubscrib
Amit Kapila
pgsql: Refactor code of pg_stat_get_wal() building result tuple
Michael Paquier
pgsql: Fix possible double-release of spinlock in procsignal.c
Michael Paquier
pgsql: Remove stray diff introduced by a5cbdeb98a.
Jeff Davis
pgsql: Use attnum to identify index columns in pg_restore_attribute_sta
Tom Lane
pgsql: Revert "Prepare for Python "Limited API" in PL/Python"
Peter Eisentraut
pgsql: Fix a typo in 005_char_signedness.pl test.
Masahiko Sawada
pgsql: Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
Re: pgsql: Prepare for Python "Limited API" in PL/Python
Tom Lane
Re: pgsql: Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
pgsql: Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
pgsql: Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
pgsql: Remove pgstat_flush_wal()
Michael Paquier
pgsql: Add two-phase option in pg_createsubscriber.
Amit Kapila
pgsql: Improve FATAL message for invalid TLI history at recovery
Michael Paquier
pgsql: Avoid unnecessary relation stats query in pg_dump.
Jeff Davis
pgsql: pg_dump: prepare attribute stats query.
Jeff Davis
pgsql: Re-add GUC track_wal_io_timing
Michael Paquier
pgsql: Remove redundant pg_set_*_stats() variants.
Jeff Davis
Re: pgsql: Remove redundant pg_set_*_stats() variants.
Michael Paquier
pgsql: Change relpath() et al to return path by value
Andres Freund
pgsql: Change _mdfd_segpath() to return paths by value
Andres Freund
pgsql: Remove obsolete Python version check
Peter Eisentraut
pgsql: Fix untranslatable string concatenation in pg_upgrade
Michael Paquier
pgsql: Expand virtual generated columns in the planner
Richard Guo
pgsql: Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
pgsql: Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
pgsql: Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
pgsql: Missing doc update for f3dae2ae58.
Jeff Davis
pgsql: Do not use in-place updates for statistics import.
Jeff Davis
pgsql: psql: Add pipeline status to prompt and some state variables
Michael Paquier
pgsql: Fix bug in cbc127917 to handle nested Append correctly
Amit Langote
pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr
Masahiko Sawada
pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr
Masahiko Sawada
pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr
Masahiko Sawada
pgsql: oauth: Fix incorrect const markers in struct
Daniel Gustafsson
pgsql: oauth: Rename macro to avoid collisions on Windows
Daniel Gustafsson
pgsql: Delay extraction of TIDBitmap per page offsets
Melanie Plageman
pgsql: Add lossy indicator to TBMIterateResult
Melanie Plageman
pgsql: Fix comment for MAX_BACKENDS.
Nathan Bossart
Earlier messages
Later messages