Messages by Thread
-
-
pgsql: Remove various unnecessary (char *) casts
Peter Eisentraut
-
pgsql: Ignore blank lines in pgindent exclude files
Andrew Dunstan
-
pgsql: Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
-
pgsql: cirrus: Temporarily fix libcurl link error
Daniel Gustafsson
-
pgsql: Transfer statistics during pg_upgrade.
Jeff Davis
-
pgsql: Improve errdetail message added by ac0e33136a.
Amit Kapila
-
pgsql: Don't lock partitions pruned by initial pruning
Amit Langote
-
pgsql: Include schema/table publications even with exclude options in d
Amit Kapila
-
pgsql: doc: Fix typo in section "WAL configuration"
Michael Paquier
-
pgsql: doc: Add details about object "wal" in pg_stat_io
Michael Paquier
-
pgsql: doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configu
Michael Paquier
-
pgsql: Fix FATAL message for invalid recovery timeline at beginning of
Michael Paquier
-
pgsql: pgbench: Increase RLIMIT_NOFILE if necessary
Andres Freund
-
pgsql: test_escape: Fix output of --help
Michael Paquier
-
pgsql: Correct relation size estimate with low fillfactor
Tomas Vondra
-
pgsql: Assert that ExecOpenIndices and ExecCloseIndices are not repeate
Tom Lane
-
pgsql: Fix crash in brininsertcleanup during logical replication.
Tom Lane
-
pgsql: Consider BufFiles when adjusting hashjoin parameters
Tomas Vondra
-
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
-
pgsql: backport: Improve handling of empty query results in BackgroundP
Andres Freund
-
pgsql: backport: Extend background_psql() to be able to start asynchron
Andres Freund
-
pgsql: Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
-
pgsql: Improve statistics estimation for single-column GROUP BY in sub-
Alexander Korotkov
-
pgsql: Add a test for commit ac0e33136a using the injection point.
Amit Kapila
-
pgsql: Add support for LIKE in CREATE FOREIGN TABLE
Michael Paquier
-
pgsql: doc: Fix some issues with JSON_TABLE() examples
Amit Langote
-
pgsql: doc: Fix some issues with JSON_TABLE() exampls
Amit Langote
-
pgsql: Invalidate inactive replication slots.
Amit Kapila
-
pgsql: Avoid null pointer dereference crash after OOM in Snowball stemm
Tom Lane
-
pgsql: Update to latest Snowball sources.
Tom Lane
-
pgsql: Fix unsafe access to BufferDescriptors
Richard Guo
-
pgsql: Fix freeing a child join's SpecialJoinInfo
Richard Guo
-
pgsql: test_escape: Fix handling of short options in getopt_long()
Michael Paquier
-
pgsql: Make the description of some GUCs more consistent
Michael Paquier
-
pgsql: Tag refs/tags/REL_17_4 was created
noreply
-
pgsql: Tag refs/tags/REL_16_8 was created
noreply
-
pgsql: Tag refs/tags/REL_13_20 was created
noreply
-
pgsql: Tag refs/tags/REL_15_12 was created
noreply
-
pgsql: Tag refs/tags/REL_14_17 was created
noreply
-
pgsql: doc: add example of sign mismatch with POSIX/ISO-8601 time zones
Bruce Momjian
-
pgsql: Update outdated comments in nodeAgg.c.
Jeff Davis
-
pgsql: Reduce scope of heap vacuum per_buffer_data
Melanie Plageman
-
pgsql: Add PGErrorVerbosity to typedefs.list
Daniel Gustafsson
-
pgsql: Fix poorly written regression test
David Rowley
-
pgsql: Raise a WARNING for max_slot_wal_keep_size in pg_createsubscribe
Amit Kapila
-
pgsql: Specialize intarray sorting
John Naylor
-
pgsql: Doc: Improve pg_replication_slots.inactive_since description.
Amit Kapila
-
pgsql: Fix typo in 2a8a0067.
Thomas Munro
-
pgsql: Stamp 17.4.
Tom Lane
-
pgsql: Stamp 13.20.
Tom Lane
-
pgsql: Stamp 14.17.
Tom Lane
-
pgsql: Stamp 15.12.
Tom Lane
-
pgsql: Stamp 16.8.
Tom Lane
-
pgsql: Fix translator notes in comments
Daniel Gustafsson
-
pgsql: Add tab completion for ALTER USER/ROLE RESET
Tomas Vondra
-
pgsql: Add tab completion for ALTER DATABASE RESET
Tomas Vondra
-
pgsql: Implement Self-Join Elimination
Alexander Korotkov
-
pgsql: Revert: Get rid of WALBufMappingLock
Alexander Korotkov
-
pgsql: Fix an oversight in cbc127917 to handle MERGE correctly
Amit Langote
-
pgsql: Add information about WAL buffers full to VACUUM/ANALYZE (VERBOS
Michael Paquier
-
pgsql: Add information about WAL buffers being full to EXPLAIN (WAL)
Michael Paquier
-
pgsql: pg_stat_statements: Add wal_buffers_full
Michael Paquier
-
pgsql: Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
-
pgsql: Get rid of WALBufMappingLock
Alexander Korotkov
-
pgsql: Adjust tuples estimate for appendrels
Richard Guo
-
pgsql: Release notes for 17.4, 16.8, 15.12, 14.17, 13.20.
Tom Lane
-
pgsql: Release notes for 17.4, 16.8, 15.12, 14.17, 13.20.
Tom Lane
-
pgsql: Release notes for 17.4, 16.8, 15.12, 14.17, 13.20.
Tom Lane
-
pgsql: Release notes for 17.4, 16.8, 15.12, 14.17, 13.20.
Tom Lane
-
pgsql: Release notes for 17.4, 16.8, 15.12, 14.17, 13.20.
Tom Lane
-
pgsql: In fmtIdEnc(), handle failure of enlargePQExpBuffer().
Tom Lane
-
pgsql: Make escaping functions retain trailing bytes of an invalid char
Tom Lane
-
pgsql: Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
-
pgsql: Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
-
pgsql: Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Nathan Bossart
-
pgsql: pgcrypto: Add support for CFB mode in AES encryption
Daniel Gustafsson
-
pgsql: Use PqMsg_Progress macro in HandleParallelMessage().
Nathan Bossart
-
pgsql: Use streaming read I/O in VACUUM's first phase
Melanie Plageman
-
pgsql: Use streaming read I/O in VACUUM's third phase
Melanie Plageman
-
pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
Melanie Plageman
-
pgsql: Describe special values in GUC descriptions more consistently.
Nathan Bossart
-
pgsql: Fix assertion on dereferenced object
Daniel Gustafsson
-
pgsql: Remove obsolete comment.
Thomas Munro
-
pgsql: Remove unused parameter from execute_extension_script().
Nathan Bossart
-
pgsql: Last-minute updates for release notes.
Tom Lane
-
pgsql: Adapt appendPsqlMetaConnect() to the new fmtId() encoding expect
Tom Lane
-
pgsql: Fix type in test_escape test
Andres Freund
-
pgsql: Add pg_encoding_set_invalid()
Andres Freund
-
pgsql: Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar()
Andres Freund
-
pgsql: docs: EUC_TW can be up to four bytes wide, not three
Andres Freund