Messages by Thread
-
pgsql: Fix invalid boolean if-test
Álvaro Herrera
-
pgsql: libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2
Jacob Champion
-
pgsql: pg_dumpall: Fix handling of conflicting options.
Nathan Bossart
-
pgsql: Use palloc_object() and palloc_array() in more areas of the logi
Masahiko Sawada
-
pgsql: Support grouping-expression references and GROUPING() in subquer
Tom Lane
-
pgsql: CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
-
pgsql: Don't include wait_event.h in pgstat.h
Álvaro Herrera
-
Re: pgsql: Perform provider-specific initialization in new functions.
Andrey Borodin
-
pgsql: doc: Fix capitalization of Unicode
Peter Eisentraut
-
pgsql: Fix Python deprecation warning
Peter Eisentraut
-
pgsql: Make unconstify and unvolatize use StaticAssertVariableIsOfTypeM
Peter Eisentraut
-
pgsql: Use typeof everywhere instead of compiler specific spellings
Peter Eisentraut
-
pgsql: Portable StaticAssertExpr
Peter Eisentraut
-
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
-
pgsql: Improve tests for recovery_target_timeline GUC.
Fujii Masao
-
pgsql: Fix inconsistency with HeapTuple freeing in extended_stats_funcs
Michael Paquier
-
pgsql: Fix order of columns in pg_stat_recovery
Michael Paquier
-
pgsql: Fix inconsistent elevel in pg_sync_replication_slots() retry log
Amit Kapila
-
pgsql: Add system view pg_stat_recovery
Michael Paquier
-
pgsql: Refactor code retrieving string for RecoveryPauseState
Michael Paquier
-
pgsql: Simplify creation of built-in functions with non-default ACLs.
Tom Lane
-
pgsql: Be more wary of false matches in initdb's replace_token().
Tom Lane
-
pgsql: Prefix PruneState->all_{visible,frozen} with set_
Melanie Plageman
-
pgsql: Add PageGetPruneXid() helper
Melanie Plageman
-
pgsql: Move commonly used context into PruneState and simplify helpers
Melanie Plageman
-
pgsql: Exit after fatal errors in client-side compression code.
Tom Lane
-
pgsql: libpq: Add PQgetThreadLock() to mirror PQregisterThreadLock()
Jacob Champion
-
pgsql: oauth: Report cleanup errors as warnings on stderr
Jacob Champion
-
pgsql: oauth: Add TLS support for oauth_validator tests
Jacob Champion
-
pgsql: Fix handling of updated tuples in the MERGE statement
Alexander Korotkov
-
pgsql: Improve validation of recovery_target_xid GUC values.
Fujii Masao
-
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
-
pgsql: Move definition of XLogRecoveryCtlData to xlogrecovery.h
Michael Paquier
-
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
-
pgsql: Change default value of default_toast_compression to "lz4", take
Michael Paquier
-
pgsql: Revert "Change default value of default_toast_compression to "lz
Michael Paquier
-
pgsql: pg_restore: add --no-globals option to skip globals
Andrew Dunstan
-
pgsql: Improve writing map.dat preamble
Andrew Dunstan
-
pgsql: Fix casting away const-ness in pg_restore.c
Andrew Dunstan
-
pgsql: Fix estimate_hash_bucket_stats's correction for skewed data.
Tom Lane
-
pgsql: Fix yet another bug in archive streamer with LZ4 decompression.
Tom Lane
-
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
-
pgsql: Allow table exclusions in publications via EXCEPT TABLE.
Amit Kapila
-
pgsql: Add test for row-locking and multixids with prepared transaction
Heikki Linnakangas
-
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
-
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
-
pgsql: Change default value of default_toast_compression to "lz4", when
Michael Paquier
-
pgsql: Remove obsolete SAMESIGN macro
Richard Guo
-
pgsql: Remove redundant restriction checks in apply_child_basequals
Richard Guo
-
pgsql: Add some tests for CREATE OR REPLACE VIEW with column additions
Michael Paquier
-
pgsql: Add read_stream_{pause,resume}()
Melanie Plageman
-
pgsql: doc: Add restart on failure to example systemd file
Peter Eisentraut
-
pgsql: Reduce scope of for-loop-local variables to avoid shadowing
Álvaro Herrera
-
pgsql: Reduce the scope of volatile qualifiers
Peter Eisentraut
-
pgsql: Add COPY (on_error set_null) option
Peter Eisentraut
-
pgsql: doc: Fix sentence of pg_walsummary page
Michael Paquier
-
pgsql: doc: Clarify that empty COMMENT string removes the comment.
Fujii Masao
-
pgsql: Add support for "exprs" in pg_restore_extended_stats()
Michael Paquier
-
pgsql: style: define parameterless functions as foo(void).
Jeff Davis
-
pgsql: Fix local-variable shadowing in pg_trgm's printSourceNFA().
Tom Lane
-
pgsql: Add commit 7b24959434 to .git-blame-ignore-revs.
Nathan Bossart
-
pgsql: basic_archive: Allow archive directory to be missing at startup.
Nathan Bossart
-
pgsql: Fix OldestMemberMXactId and OldestVisibleMXactId array usage
Heikki Linnakangas
-
pgsql: psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET
Álvaro Herrera
-
pgsql: In pg_dumpall, don't skip role GRANTs with dangling grantor OIDs
Tom Lane
-
pgsql: Save prune cycles by consistently clearing prune hints on all-vi
Melanie Plageman
-
pgsql: Support using copyObject in standard C++
Peter Eisentraut
-
pgsql: Check for memset_explicit() and explicit_memset()
Peter Eisentraut
-
pgsql: Remove WAL page header flag XLP_BKP_REMOVABLE
Michael Paquier
-
pgsql: Fix memory allocation size in RegisterExtensionExplainOption()
Michael Paquier
-
pgsql: test_custom_types: Test module with fancy custom data types
Michael Paquier
-
pgsql: psql: Add tab completion for DELETE ... USING.
Fujii Masao
-
pgsql: Fix set of issues with extended statistics on expressions
Michael Paquier
-
pgsql: Correctly calculate "MCV frequency" for a unique column.
Tom Lane
-
pgsql: psql: Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands
Fujii Masao
-
pgsql: Refactor detection of x86 ZMM registers
John Naylor
-
pgsql: Fix some -Wcast-qual warnings
Peter Eisentraut
-
pgsql: Doc: improve user docs and code comments about EXISTS(SELECT * .
Tom Lane
-
pgsql: Don't flatten join alias Vars that are stored within a GROUP RTE
Tom Lane
-
pgsql: Centralize detection of x86 CPU features
John Naylor
-
pgsql: Clean up nodes that are no longer of use in 007_pgdumpall.pl
Andrew Dunstan
-
pgsql: Use pg_malloc_object() and pg_alloc_array() variants in frontend
Michael Paquier
-
pgsql: Don't include proc.h in shm_mq.h
Álvaro Herrera
-
pgsql: postgres_fdw: Fix thinko in comment for UserMappingPasswordRequi
Etsuro Fujita
-
pgsql: Yet another ltree fix for REL_18_STABLE.
Jeff Davis
-
pgsql: Remove table_scan_analyze_next_tuple unneeded parameter OldestXm
Melanie Plageman
-
pgsql: Simplify visibility check in heap_page_would_be_all_visible()
Melanie Plageman
-
pgsql: Fix more multibyte issues in ltree.
Jeff Davis
-
pgsql: Fix memory leaks in pg_locale_icu.c.
Jeff Davis
-
pgsql: Rename LVRelState VM-related logging counters
Melanie Plageman
-
pgsql: Fix Solution.pm for change in pg_config.h contents.
Tom Lane
-
pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code
Tom Lane
-
pgsql: Don't include latch.h in libpq/libpq.h
Álvaro Herrera
-
pgsql: instrumentation: Drop INSTR_TIME_SET_CURRENT_LAZY macro
Andres Freund
-
pgsql: instrumentation: Rename INSTR_TIME_LT macro to INSTR_TIME_GT
Andres Freund
-
pgsql: Add non-text output formats to pg_dumpall
Andrew Dunstan
-
pgsql: Reduce includes in pgstat.h
Álvaro Herrera
-
pgsql: pg_dump: Preserve NO INHERIT on NOT NULL on inheritance children
Álvaro Herrera
-
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
Noah Misch
-
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
Noah Misch
-
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
Noah Misch
-
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
Noah Misch
-
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
Noah Misch
-
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
Noah Misch