Messages by Thread
-
pgsql: Tag refs/tags/REL_17_9 was created
noreply
-
pgsql: Tag refs/tags/REL_15_17 was created
noreply
-
pgsql: Tag refs/tags/REL_16_13 was created
noreply
-
pgsql: Tag refs/tags/REL_18_3 was created
noreply
-
pgsql: Add backtrace support for Windows using DbgHelp API
Álvaro Herrera
-
pgsql: doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pa
Peter Eisentraut
-
pgsql: Make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is a
Peter Eisentraut
-
pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK
Peter Eisentraut
-
pgsql: Fix variety of typos and grammar mistakes
Michael Paquier
-
pgsql: doc: Adjust some markups on pg_waldump page
Michael Paquier
-
pgsql: fe_utils: Sprinkle some pg_malloc_object() and pg_malloc_array()
Michael Paquier
-
pgsql: Stamp 14.22.
Tom Lane
-
pgsql: Stamp 15.17.
Tom Lane
-
pgsql: Stamp 16.13.
Tom Lane
-
pgsql: Stamp 17.9.
Tom Lane
-
pgsql: Stamp 18.3.
Tom Lane
-
pgsql: Convert SpinLock* macros to static inline functions.
Nathan Bossart
-
pgsql: Fix indentation from commit b380a56a3f9
Andrew Dunstan
-
pgsql: Allow pg_{read,write}_all_data to access large objects.
Nathan Bossart
-
pgsql: Work around lgamma(NaN) bug on AIX.
Tom Lane
-
pgsql: Use LOCKMODE in parse_relation.c/.h
Peter Eisentraut
-
pgsql: libpq: Grease the protocol by default
Jacob Champion
-
pgsql: Restore AIX support.
Tom Lane
-
pgsql: Cope with AIX's alignment woes by using _Pragma("pack").
Tom Lane
-
pgsql: Warn upon successful MD5 password authentication.
Nathan Bossart
-
pgsql: Rename validate_relation_kind()
Peter Eisentraut
-
pgsql: Flip logic in table validate_relation_kind
Peter Eisentraut
-
pgsql: Disallow CR and LF in database, role, and tablespace names
Andrew Dunstan
-
pgsql: meson: allow disabling building/installation of static libraries
Peter Eisentraut
-
pgsql: Make use of pg_popcount() in more places.
Nathan Bossart
-
pgsql: Remove uses of popcount builtins.
Nathan Bossart
-
pgsql: Rename pg_crc32c_sse42_choose.c for general purpose
John Naylor
-
pgsql: Change error message for sequence validate_relation_kind()
Peter Eisentraut
-
pgsql: meson: Refactor libpq targets variables
Peter Eisentraut
-
pgsql: Fix additional fallthrough warning
Peter Eisentraut
-
pgsql: test_cplusplusext: Add C++ pg_fallthrough test case
Peter Eisentraut
-
pgsql: Enable -Wimplicit-fallthrough option for clang
Peter Eisentraut
-
pgsql: Fix additional fallthrough warnings from clang
Peter Eisentraut
-
pgsql: Avoid including utils/timestamp.h in conflict.h.
Amit Kapila
-
pgsql: doc: Add section "Options" for pg_controldata
Michael Paquier
-
pgsql: Release notes for 18.3, 17.9, 16.13, 15.17, 14.22.
Tom Lane
-
pgsql: Release notes for 18.3, 17.9, 16.13, 15.17, 14.22.
Tom Lane
-
pgsql: Release notes for 18.3, 17.9, 16.13, 15.17, 14.22.
Tom Lane
-
pgsql: Release notes for 18.3, 17.9, 16.13, 15.17, 14.22.
Tom Lane
-
pgsql: Release notes for 18.3, 17.9, 16.13, 15.17, 14.22.
Tom Lane
-
pgsql: Align PGPROC to cache line boundary
Heikki Linnakangas
-
pgsql: Rearrange fields in PGPROC, for clarity
Heikki Linnakangas
-
pgsql: doc: Add description of "filename" for pg_walsummary
Michael Paquier
-
pgsql: Update .abi-compliance-history for AddRelationNotNullConstraints
Álvaro Herrera
-
pgsql: Avoid name collision with NOT NULL constraints
Álvaro Herrera
-
pgsql: Split PGPROC 'links' field into two, for clarity
Heikki Linnakangas
-
pgsql: First-draft release notes for 18.3.
Tom Lane
-
pgsql: Speedup COPY FROM with additional function inlining.
Nathan Bossart
-
pgsql: Fix expanding 'bounds' in pg_trgm's calc_word_similarity() funct
Heikki Linnakangas
-
pgsql: Fix computation of varnullingrels when translating appendrel Var
Richard Guo
-
pgsql: Fix constant in error message for recovery_target_timeline
Michael Paquier
-
pgsql: Avoid including worker_internal.h in pgstat.h.
Amit Kapila
-
pgsql: Remove SpinLockFree() and S_LOCK_FREE().
Nathan Bossart
-
pgsql: Assume "inline" keyword is available.
Nathan Bossart
-
pgsql: Fix add_partial_path interaction with disabled_nodes
Robert Haas
-
pgsql: Add translator comment
Álvaro Herrera
-
pgsql: Remove no-longer-useful markers in pg_hba.conf.sample.
Tom Lane
-
pgsql: Make GUC wal_receiver_timeout user-settable.
Fujii Masao
-
pgsql: Add per-subscription wal_receiver_timeout setting.
Fujii Masao
-
pgsql: Log checkpoint request flags in checkpoint completion messages.
Fujii Masao
-
pgsql: Remove useless fallthrough annotation
Peter Eisentraut
-
pgsql: Use fallthrough attribute instead of comment
Peter Eisentraut
-
pgsql: Sanitize some WAL-logging buffer handling in GIN and GiST code
Michael Paquier
-
pgsql: Simplify creation of built-in functions with default arguments.
Tom Lane
-
pgsql: Use standard die() handler for SIGTERM in bgworkers
Heikki Linnakangas
-
pgsql: Update obsolete comment
Álvaro Herrera
-
pgsql: Fix the volatility setting of json{b}_strip_nulls
Andrew Dunstan
-
pgsql: Force creation of stamp file after libpq library check in meson
Michael Paquier
-
pgsql: Switch SysCacheIdentifier to a typedef enum
Michael Paquier
-
pgsql: Add concept of invalid value to SysCacheIdentifier
Michael Paquier
-
pgsql: Fix one-off issue with cache ID in objectaddress.c
Michael Paquier
-
pgsql: Use a bitmask for ExecInsertIndexTuples options
Álvaro Herrera
-
pgsql: Fix memory leak in new GUC check_hook
Álvaro Herrera
-
pgsql: Ignore SIGINT in walwriter and walsummarizer
Heikki Linnakangas
-
pgsql: Test List macros in C++ extensions
Peter Eisentraut
-
pgsql: Test most StaticAssert macros in C++ extensions
Peter Eisentraut
-
pgsql: Fix test_valid_server_encoding helper function.
Thomas Munro
-
pgsql: Suppress new "may be used uninitialized" warning.
Noah Misch
-
pgsql: hstore: Fix NULL pointer dereference with receive function
Michael Paquier
-
pgsql: pg_upgrade: Use COPY for LO metadata for upgrades from < v12.
Nathan Bossart
-
pgsql: Ensure that all three build methods install the same set of file
Tom Lane
-
pgsql: Don't reset 'latest_page_number' when replaying multixid truncat
Heikki Linnakangas
-
pgsql: Avoid using the X25519 curve in ssl tests
Daniel Gustafsson
-
pgsql: doc: Add note to ssl_group config on X25519 and FIPS
Daniel Gustafsson
-
pgsql: Change remaining StaticAssertStmt() to StaticAssertDecl()
Peter Eisentraut
-
pgsql: Remove recovery.signal at recovery end when both signal files ar
Fujii Masao
-
pgsql: pgcrypto: Tweak error message for incorrect session key length
Michael Paquier
-
pgsql: Fix SUBSTRING() for toasted multibyte characters.
Noah Misch
-
pgsql: pg_mblen_range, pg_mblen_with_len: Valgrind after encoding erepo
Noah Misch
-
pgsql: Perform radix sort on SortTuples with pass-by-value Datums
John Naylor
-
pgsql: doc: Mention PASSING support for jsonpath variables
Daniel Gustafsson
-
pgsql: meson: Add target for generating docs images
Daniel Gustafsson
-
pgsql: doc: Update docs images README with required ditaa version
Daniel Gustafsson
-
pgsql: pg_dump: Use pg_malloc_object() and pg_malloc_array()
Michael Paquier
-
pgsql: Restart BackgroundPsql's timer more nicely.
Daniel Gustafsson
-
pgsql: Improve error message for checksum failures in pgstat_database.c
Michael Paquier
-
pgsql: Make pg_numa_query_pages() work in frontend programs
Heikki Linnakangas
-
pgsql: Fix comment neglected in commit ddc3250208
Heikki Linnakangas
-
pgsql: Remove specialized word-length popcount implementations.
Nathan Bossart
-
pgsql: Remove some unnecessary optimizations in popcount code.
Nathan Bossart
-
pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
Noah Misch
-
pgsql: Require superuser to install a non-built-in selectivity estimato
Tom Lane
-
pgsql: Guard against unexpected dimensions of oidvector/int2vector.
Tom Lane
-
pgsql: Add a syscache on pg_extension.oid.
Tom Lane
-
pgsql: Harden _int_matchsel() against being attached to the wrong opera
Tom Lane
-
pgsql: Require PGP-decrypted text to pass encoding validation.
Noah Misch
-
pgsql: Code coverage for most pg_mblen* calls.
Thomas Munro
-
pgsql: Remove 'charlen' argument from make_trigrams()
Thomas Munro
-
pgsql: Replace pg_mblen() with bounds-checked versions.
Thomas Munro