pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: aio: Infrastructure for io_method=worker
Andres Freund
pgsql: aio: Add io_method=worker
Andres Freund
pgsql: Fix indentation again.
Robert Haas
pgsql: Fix headerscheck warning.
Jeff Davis
pgsql: Silence compiler warning.
Tom Lane
pgsql: Add X25519 to the default set of curves
Daniel Gustafsson
pgsql: Simplify reindexdb coding
Álvaro Herrera
pgsql: Increase default maintenance_io_concurrency to 16
Melanie Plageman
Re: pgsql: Increase default maintenance_io_concurrency to 16
Bruce Momjian
Re: pgsql: Increase default maintenance_io_concurrency to 16
Andres Freund
pgsql: Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
pgsql: Allow non-btree unique indexes for matviews
Peter Eisentraut
pgsql: Allow non-btree unique indexes for partition keys
Peter Eisentraut
pgsql: Add some opfamily support functions to lsyscache.c
Peter Eisentraut
pgsql: Fix typo.
Amit Kapila
pgsql: Use correct variable name in publicationcmds.c.
Amit Kapila
pgsql: Fix the test 005_char_signedness.
Masahiko Sawada
pgsql: psql: Add \sendpipeline to send query buffers while in a pipelin
Michael Paquier
pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Aleksander Alekseev
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
pgsql: aio: Basic subsystem initialization
Andres Freund
pgsql: Add commit 203c1b4cc4 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Fix indentation.
Robert Haas
pgsql: pg_upgrade: Remove some dead code.
Nathan Bossart
pgsql: tests: Expand temp table tests to some pin related matters
Andres Freund
pgsql: pg_combinebackup: Add -k, --link option.
Robert Haas
pgsql: Unify wording of user-facing "row security" messages.
Tom Lane
pgsql: Fix inconsistent quoting for some options in TAP tests
Michael Paquier
pgsql: Apply more consistent style for command options in TAP tests
Michael Paquier
pgsql: Revert "Add redo LSN to pgstats files"
Michael Paquier
pgsql: pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Tom Lane
pgsql: contrib/isn: Make weak mode a GUC setting, and fix related funct
Tom Lane
pgsql: reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
pgsql: reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
pgsql: pg_createsubscriber: Remove some code bloat in the atexit() call
Michael Paquier
pgsql: localbuf: Introduce TerminateLocalBufferIO()
Andres Freund
pgsql: localbuf: Introduce InvalidateLocalBuffer()
Andres Freund
pgsql: localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()
Andres Freund
pgsql: localbuf: Introduce StartLocalBufferIO()
Andres Freund
pgsql: localbuf: Introduce FlushLocalBuffer()
Andres Freund
pgsql: Silence perl critic
Andrew Dunstan
pgsql: Optimization for lower(), upper(), casefold() functions.
Jeff Davis
pgsql: Simplify and generalize PrepareSortSupportFromIndexRel()
Peter Eisentraut
pgsql: Doc: remove obsolete comment.
Tom Lane
pgsql: CREATE INDEX: do update index stats if autovacuum=off.
Tom Lane
pgsql: Organize and deduplicate statistics import tests.
Jeff Davis
pgsql: Remove table AM callback scan_bitmap_next_block
Melanie Plageman
pgsql: Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
pgsql: BitmapHeapScan uses the read stream API
Melanie Plageman
pgsql: Simplify distance heuristics in read_stream.c.
Thomas Munro
pgsql: Improve read_stream.c advice for dense streams.
Thomas Munro
pgsql: doc: Explain more thoroughly when a table rewrite is needed
Álvaro Herrera
pgsql: Respect changing pin limits in read_stream.c.
Thomas Munro
pgsql: Add GUC option to log lock acquisition failures.
Fujii Masao
pgsql: Optimize iteration over PGPROC for fast-path lock searches.
Fujii Masao
pgsql: Remove direct handling of reloptions for toast tables
Álvaro Herrera
pgsql: Activate Python "Limited API" in PL/Python
Peter Eisentraut
pgsql: Swap order of extern/static and pg_nodiscard
Peter Eisentraut
pgsql: Improve buffer manager API for backend pin limits.
Thomas Munro
pgsql: Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
Amit Kapila
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
pgsql: Make lwlocknames.h generated file less ugly
Álvaro Herrera
pgsql: Add reverse(bytea).
Nathan Bossart
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
pgsql: Fix copy-and-paste mistake in error message
Peter Eisentraut
pgsql: pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
pgsql: Remove code setting wrap_non_vars to true for UNION ALL subqueri
Richard Guo
pgsql: Fix incorrect handling of subquery pullup
Richard Guo
pgsql: Refactor convert_case() to prepare for optimizations.
Jeff Davis
pgsql: Fix read_stream.c for changing io_combine_limit.
Thomas Munro
pgsql: Fix read_stream.c for changing io_combine_limit.
Thomas Munro
pgsql: Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
pgsql: Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
pgsql: pg_rewind: Add dbname to primary_conninfo when using --write-rec
Masahiko Sawada
pgsql: Add b955df443 to .git-blame-ignore-revs
David Rowley
pgsql: Fix indentation issue
David Rowley
pgsql: Fix compiler warning in pg_logicalinspect.
Masahiko Sawada
pgsql: Remove count_one_bits() in acl.c.
Nathan Bossart
pgsql: Increase default effective_io_concurrency to 16
Melanie Plageman
pgsql: Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
pgsql: Modularize log_connections output
Melanie Plageman
Re: pgsql: Modularize log_connections output
Daniel Westermann (DWE)
Re: pgsql: Modularize log_connections output
Melanie Plageman
Re: pgsql: Modularize log_connections output
Daniel Gustafsson
Re: pgsql: Modularize log_connections output
Daniel Westermann (DWE)
pgsql: Add connection establishment duration logging
Melanie Plageman
pgsql: Remove initialization from PendingBackendStats
Michael Paquier
pgsql: Doc: silence A4 PDF build warnings.
Tom Lane
Re: pgsql: Doc: silence A4 PDF build warnings.
Peter Geoghegan
Re: pgsql: Doc: silence A4 PDF build warnings.
Tom Lane
pgsql: Improve snapmgr.c comment
Heikki Linnakangas
pgsql: Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
pgsql: Add special case fast-paths for strict functions
Daniel Gustafsson
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Masahiko Sawada
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
David Rowley
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Masahiko Sawada
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Tom Lane
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
David Rowley
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Masahiko Sawada
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Peter Eisentraut
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
David Rowley
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Peter Eisentraut
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
David Rowley
pgsql: Move RemoveInheritedConstraint() call slightly earlier
Peter Eisentraut
pgsql: refactor: re-add ATExecAlterChildConstr()
Peter Eisentraut
Re: pgsql: refactor: re-add ATExecAlterChildConstr()
Álvaro Herrera
pgsql: pg_logicalinspect: Stabilize isolation tests.
Masahiko Sawada
pgsql: Improve EXPLAIN's display of window functions.
Tom Lane
pgsql: nbtree: Make BTMaxItemSize into object-like macro.
Peter Geoghegan
pgsql: Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
pgsql: Update nls.mk for newly added file
Peter Eisentraut
pgsql: BRIN: be more strict about required support procs
Álvaro Herrera
pgsql: BRIN: be more strict about required support procs
Álvaro Herrera
pgsql: BRIN: be more strict about required support procs
Álvaro Herrera
pgsql: BRIN: be more strict about required support procs
Álvaro Herrera
pgsql: BRIN: be more strict about required support procs
Álvaro Herrera
pgsql: BRIN: be more strict about required support procs
Álvaro Herrera
pgsql: Replace EEOP_DONE with special steps for return/no return
Daniel Gustafsson
pgsql: refactor: Split tryAttachPartitionForeignKey()
Peter Eisentraut
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
pgsql: Add WAL data to backend statistics
Michael Paquier
pgsql: tests: Make postmaster/002_connection_limits deal verbose logs
Andres Freund
pgsql: Doc: improve description of window function processing.
Tom Lane
pgsql: Doc: improve description of window function processing.
Tom Lane
pgsql: Doc: improve description of window function processing.
Tom Lane
pgsql: Doc: improve description of window function processing.
Tom Lane
pgsql: Doc: improve description of window function processing.
Tom Lane
pgsql: Doc: improve description of window function processing.
Tom Lane
pgsql: Use extended stats for precise estimation of bucket size in hash
Alexander Korotkov
Re: pgsql: Use extended stats for precise estimation of bucket size in hash
Robins Tharakan
Re: pgsql: Use extended stats for precise estimation of bucket size in hash
Alexander Korotkov
pgsql: Teach Append to consider tuple_fraction when accumulating subpat
Alexander Korotkov
pgsql: Remove support for temporal RESTRICT foreign keys
Peter Eisentraut
pgsql: Fix incorrect #endif comment
David Rowley
pgsql: Fix test name and username used in failed connection attempts
Heikki Linnakangas
pgsql: Fix incorrect assertion in libpqwalreceiver
Heikki Linnakangas
pgsql: Don't try to parallelize array_agg() on an anonymous record type
Tom Lane
pgsql: Don't try to parallelize array_agg() on an anonymous record type
Tom Lane
pgsql: Don't try to parallelize array_agg() on an anonymous record type
Tom Lane
pgsql: doc: Adjust note about pg_upgrade's --jobs option.
Nathan Bossart
pgsql: Don't convert to and from floats in pg_dump.
Jeff Davis
pgsql: Clear errno before calling strtol() in spell.c.
Tom Lane
pgsql: Clear errno before calling strtol() in spell.c.
Tom Lane
pgsql: Clear errno before calling strtol() in spell.c.
Tom Lane
pgsql: Clear errno before calling strtol() in spell.c.
Tom Lane
pgsql: Clear errno before calling strtol() in spell.c.
Tom Lane
pgsql: Clear errno before calling strtol() in spell.c.
Tom Lane
pgsql: Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
pgsql: Make amcanorder independent of amconsistentordering
Peter Eisentraut
pgsql: Use stricter ordering in regression test query for pg_stat_io
Michael Paquier
pgsql: Add regression test listing all the possible tuples in pg_stat_i
Michael Paquier
pgsql: Improve check for detection of pending data in backend statistic
Michael Paquier
pgsql: nbtree: refine _bt_readnextpage contract comments.
Peter Geoghegan
pgsql: Assert that wrapper_handler()'s argument is within expected rang
Nathan Bossart
pgsql: Assert that wrapper_handler()'s argument is within expected rang
Nathan Bossart
pgsql: Include column name in build_attrmap_by_position's error reports
Tom Lane
pgsql: tests: Don't fail due to high default timeout in postmaster/003_
Andres Freund
pgsql: tests: Fix race condition in postmaster/002_connection_limits
Andres Freund
Re: pgsql: tests: Fix race condition in postmaster/002_connection_limits
Andrew Dunstan
Re: pgsql: tests: Fix race condition in postmaster/002_connection_limits
Andres Freund
pgsql: Address stats export review comments.
Jeff Davis
Earlier messages
Later messages