Mailing lists [pgsql-committers]
- pgsql: Declare two variables in snapbuild.c as static. Andres Freund
- pgsql: Protect definition of SpinlockSemaArray, just like its declarati Andres Freund
- pgsql: Declare lwlock.c's LWLockAcquireCommon() as a static inline. Andres Freund
- pgsql: Declare lwlock.c's LWLockAcquireCommon() as a static inline. Andres Freund
- pgsql: Fix s/pluggins/plugins/ typo in two comments. Andres Freund
- pgsql: Add valgrind suppression for padding bytes in twophase records. Andres Freund
- pgsql: Add skip-empty-xacts option to test_decoding for use in the regr Andres Freund
- pgsql: Add skip-empty-xacts option to test_decoding for use in the regr Andres Freund
- pgsql: Fix unportable use of isspace(). Tom Lane
- Re: pgsql: Fix unportable use of isspace(). Andres Freund
- pgsql: Support ALTER SYSTEM RESET command. Fujii Masao
- Re: pgsql: Compress GIN posting lists, for smaller index size. Andres Freund
- pgsql: Add psql PROMPT variable showing which line of a statement is be Andres Freund
- pgsql: Silence warning on new versions of clang. Heikki Linnakangas
- pgsql: Silence warning on new versions of clang. Heikki Linnakangas
- Re: pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas
- pgsql: Refactor per-page logic common to all redo routines to a new fun Heikki Linnakangas
- pgsql: Check number of parameters in RAISE statement at compile time. Heikki Linnakangas
- pgsql: Issue clearer notice when inherited merged columns are moved Bruce Momjian
- pgsql: Document use of partial indexes for partial unique constraints Bruce Momjian
- pgsql: Document use of partial indexes for partial unique constraints Bruce Momjian
- pgsql: Update URL reference material in /contrib/isn docs Bruce Momjian
- pgsql: Update URL reference material in /contrib/isn docs Bruce Momjian
- pgsql: Allow \watch to display query execution time if \timing is enabl Fujii Masao
- pgsql: docs: Improve documentation of \pset without arguments. Fujii Masao
- Re: pgsql: docs: Improve documentation of \pset without arguments. Fujii Masao
- pgsql: Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bf Robert Haas
- pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao
- pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao
- pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao
- pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao
- pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao
- pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao
- pgsql: doc: Remove dead link Peter Eisentraut
- pgsql: doc: Remove dead link Peter Eisentraut
- pgsql: Add tab-completion for reloptions like user_catalog_table. Fujii Masao
- pgsql: Add tab-completion for reloptions like user_catalog_table. Fujii Masao
- pgsql: Assorted message fixes and improvements Peter Eisentraut
- pgsql: Assorted message fixes and improvements Peter Eisentraut
- pgsql: Rename C variables in formatting.c, for clarity Bruce Momjian
- pgsql: Clarify documentation about "peer" rows in window functions Bruce Momjian
- pgsql: Clarify documentation about "peer" rows in window functions Bruce Momjian
- pgsql: pg_upgrade: preserve the timestamp epoch Bruce Momjian
- pgsql: Report timezone offset in pg_dump/pg_dumpall Bruce Momjian
- pgsql: Properly document that -r is only honored from the command-line. Bruce Momjian
- pgsql: Properly document that -r is only honored from the command-line. Bruce Momjian
- pgsql: docs: Improve pg_isready details about username/dbname Bruce Momjian
- pgsql: docs: Improve pg_isready details about username/dbname Bruce Momjian
- pgsql: Tab completion for ALTER .. ALL IN TABLESPACE Stephen Frost
- pgsql: Tab completion for ALTER .. ALL IN TABLESPACE Stephen Frost
- pgsql: Documentation fix: sum(float4) returns float4, not float8. Tom Lane
- pgsql: Documentation fix: sum(float4) returns float4, not float8. Tom Lane
- pgsql: Documentation fix: sum(float4) returns float4, not float8. Tom Lane
- pgsql: Documentation fix: sum(float4) returns float4, not float8. Tom Lane
- pgsql: Documentation fix: sum(float4) returns float4, not float8. Tom Lane
- pgsql: Documentation fix: sum(float4) returns float4, not float8. Tom Lane
- pgsql: Fix psql \s to work with recent libedit, and add pager support. Tom Lane
- pgsql: Fix psql \s to work with recent libedit, and add pager support. Tom Lane
- pgsql: Fix psql \s to work with recent libedit, and add pager support. Tom Lane
- pgsql: Fix psql \s to work with recent libedit, and add pager support. Tom Lane
- pgsql: Fix psql \s to work with recent libedit, and add pager support. Tom Lane
- pgsql: Fix psql \s to work with recent libedit, and add pager support. Tom Lane
- pgsql: Fix spinlock implementation for some !solaris sparc platforms. Andres Freund
- pgsql: Fix typo in solaris spinlock fix. Andres Freund
- pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow Stephen Frost
- pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow Stephen Frost
- pgsql: Allow empty content in xml type Peter Eisentraut
- pgsql: doc: Reflect renaming of Mac OS X to OS X Peter Eisentraut
- pgsql: doc: Reflect renaming of Mac OS X to OS X Peter Eisentraut
- pgsql: Add width_bucket(anyelement, anyarray). Tom Lane
- pgsql: Change the spinlock primitives to function as compiler barriers. Robert Haas
- pgsql: Fix spinlock implementation for some !solaris sparc platforms. Andres Freund
- pgsql: Fix typo in solaris spinlock fix. Andres Freund
- pgsql: Fix typo in solaris spinlock fix. Andres Freund
- pgsql: Fix spinlock implementation for some !solaris sparc platforms. Andres Freund
- pgsql: Fix typo in solaris spinlock fix. Andres Freund
- pgsql: Fix spinlock implementation for some !solaris sparc platforms. Andres Freund
- pgsql: Fix spinlock implementation for some !solaris sparc platforms. Andres Freund
- pgsql: Fix typo in solaris spinlock fix. Andres Freund
- pgsql: Fix spinlock implementation for some !solaris sparc platforms. Andres Freund
- pgsql: Fix typo in solaris spinlock fix. Andres Freund
- pgsql: Add new psql help topics, accessible to both --help and \?. Andres Freund
- pgsql: Preserve AND/OR flatness while extracting restriction OR clauses Tom Lane
- pgsql: Preserve AND/OR flatness while extracting restriction OR clauses Tom Lane
- pgsql: Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to Andres Freund
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Andres Freund
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Pavel Stehule
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Michael Paquier
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Pavel Stehule
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Alvaro Herrera
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Alvaro Herrera
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Andres Freund
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Andres Freund
- pgsql: Add support for optional_argument to our own getopt_long() imple Andres Freund
- pgsql: Pack tuples in a hash join batch densely, to save memory. Heikki Linnakangas
- pgsql: Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0. Robert Haas
- pgsql: Issue a warning during the creation of hash indexes Bruce Momjian
- pgsql: Implement mxid_age() to compute multi-xid age Bruce Momjian
- pgsql: pg_upgrade: check for large object size compatibility Bruce Momjian
- pgsql: pg_upgrade: compare control version, not catalog version Bruce Momjian
- pgsql: doc: improve configuration management section Bruce Momjian
- pgsql: doc: improve configuration management section Bruce Momjian
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Michael Paquier
- pgsql: Handle old versions of Test::More Peter Eisentraut
- pgsql: Support older versions of "prove" Peter Eisentraut
- pgsql: Support older versions of "prove" Peter Eisentraut
- pgsql: Handle old versions of Test::More Peter Eisentraut
- Re: pgsql: Add new psql help topics, accessible to both --help and \?. Andres Freund
- pgsql: Change the way latency is calculated with pgbench --rate option. Heikki Linnakangas
- pgsql: Change the way latency is calculated with pgbench --rate option. Heikki Linnakangas
- pgsql: Simplify calculation of Poisson distributed delays in pgbench -- Heikki Linnakangas
- pgsql: Simplify calculation of Poisson distributed delays in pgbench -- Heikki Linnakangas
- pgsql: Silence compiler warning on Windows. Heikki Linnakangas
- Re: pgsql: Simplify calculation of Poisson distributed delays in pgbench -- Robert Haas
- pgsql: Fix Windows build. Heikki Linnakangas
- pgsql: Fix Windows build. Heikki Linnakangas
- Re: pgsql: Simplify calculation of Poisson distributed delays in pgbench -- Heikki Linnakangas
- pgsql: Add missing volatile qualifier. Robert Haas
- pgsql: improve hash creation warning message Bruce Momjian
- pgsql: Remove dead InRecovery check. Heikki Linnakangas
- pgsql: Remove dead InRecovery check. Heikki Linnakangas
- pgsql: pg_upgrade: preserve the timestamp epoch Bruce Momjian
- pgsql: pg_upgrade: preserve the timestamp epoch Bruce Momjian
- pgsql: pg_upgrade: adjust C comments Bruce Momjian
- pgsql: Add 'ignore_nulls' option to row_to_json Stephen Frost
- pgsql: Fix vacuumdb --analyze-in-stages --all order Peter Eisentraut
- pgsql: Fix vacuumdb --analyze-in-stages --all order Peter Eisentraut
- pgsql: Fix JSON regression tests. Tom Lane
- Re: pgsql: Fix JSON regression tests. Stephen Frost
- pgsql: Fix power_var_int() for large integer exponents. Tom Lane
- pgsql: Fix power_var_int() for large integer exponents. Tom Lane
- pgsql: Fix power_var_int() for large integer exponents. Tom Lane
- pgsql: Fix power_var_int() for large integer exponents. Tom Lane
- pgsql: Fix power_var_int() for large integer exponents. Tom Lane
- pgsql: Fix power_var_int() for large integer exponents. Tom Lane
- pgsql: Fix GIN data page split ratio calculation. Heikki Linnakangas
- pgsql: Fix GIN data page split ratio calculation. Heikki Linnakangas
- pgsql: Support Subject Alternative Names in SSL server certificates. Heikki Linnakangas
- pgsql: Support ALTER SYSTEM RESET command. Fujii Masao
- pgsql: Handle border = 3 in expanded mode Stephen Frost
- pgsql: Handle border = 3 in expanded mode Stephen Frost
- pgsql: Handle border = 3 in expanded mode Stephen Frost
- pgsql: Handle border = 3 in expanded mode Stephen Frost
- pgsql: Handle border = 3 in expanded mode Stephen Frost
- pgsql: Handle border = 3 in expanded mode Stephen Frost
- pgsql: Add unicode_{column|header|border}_style to psql Stephen Frost
- pgsql: Add GUC to enable logging of replication commands. Fujii Masao
- pgsql: Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed. Robert Haas
- pgsql: More formatting.c variable renaming, for clarity Bruce Momjian
- pgsql: Revert f68dc5d86b9f287f80f4417f5a24d876eb13771d Bruce Momjian
- pgsql: pg_ctl: Add tests for behavior with nonexistent data directory Peter Eisentraut
- pgsql: Run missing documentation tools through "missing" Peter Eisentraut
- pgsql: Invent PGC_SU_BACKEND and mark log_connections/log_disconnection Tom Lane
- pgsql: Fix pointer type in size passed to memset. Heikki Linnakangas
- pgsql: doc: Fix documentation of local_preload_libraries Peter Eisentraut
- pgsql: doc: Fix documentation of local_preload_libraries Peter Eisentraut
- pgsql: doc: Fix documentation of local_preload_libraries Peter Eisentraut
- pgsql: doc: Fix documentation of local_preload_libraries Peter Eisentraut
- pgsql: Follow the RFCs more closely in libpq server certificate hostnam Heikki Linnakangas
- pgsql: Fix the return type of GIN triConsistent support functions to "c Heikki Linnakangas
- pgsql: Fix the return type of GIN triConsistent support functions to "c Heikki Linnakangas
- pgsql: Fix TAP checks when current directory name contains spaces Peter Eisentraut
- pgsql: Fix TAP checks when current directory name contains spaces Peter Eisentraut
- Re: pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64 Andres Freund
- Re: pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64 Abhijit Menon-Sen
- pgsql: Add the capability to display summary statistics to pg_xlogdump. Andres Freund
- pgsql: Add rmgr callback to name xlog record types for display purposes Andres Freund
- pgsql: Avoid 'clobbered by longjmp' warning in psql/copy.c. Andres Freund
- pgsql: Mark x86's memory barrier inline assembly as clobbering the cpu Andres Freund
- pgsql: Mark x86's memory barrier inline assembly as clobbering the cpu Andres Freund
- pgsql: Mark x86's memory barrier inline assembly as clobbering the cpu Andres Freund
- pgsql: Mark x86's memory barrier inline assembly as clobbering the cpu Andres Freund
- pgsql: Row-Level Security Policies (RLS) Stephen Frost
- pgsql: Add a fast pre-check for equality of equal-length strings. Robert Haas
-
pgsql: doc: Use
and all-caps for READ COMMITTED isolation lev Robert Haas - pgsql: Fix failure of contrib/auto_explain to print per-node timing inf Tom Lane
- pgsql: Fix failure of contrib/auto_explain to print per-node timing inf Tom Lane
- pgsql: Fix failure of contrib/auto_explain to print per-node timing inf Tom Lane
- pgsql: Fix failure of contrib/auto_explain to print per-node timing inf Tom Lane
- Re: pgsql: Allow units to be specified in relation option setting value. Michael Paquier
- Re: pgsql: Row-Level Security Policies (RLS) Dimitri Fontaine
- Re: pgsql: Row-Level Security Policies (RLS) Peter Eisentraut
- Re: pgsql: Row-Level Security Policies (RLS) Stephen Frost
- Re: pgsql: Row-Level Security Policies (RLS) Alvaro Herrera
- Re: pgsql: Row-Level Security Policies (RLS) Andres Freund
- Re: pgsql: Row-Level Security Policies (RLS) Stephen Frost
- pgsql: Improve code around the recently added rm_identify rmgr callback Andres Freund
- pgsql: Remove postgres --help blurb about the removed -A option. Andres Freund
- pgsql: Fix mishandling of CreateEventTrigStmt's eventname field. Robert Haas
- pgsql: Fix mishandling of CreateEventTrigStmt's eventname field. Robert Haas
- pgsql: Fix mishandling of CreateEventTrigStmt's eventname field. Robert Haas
- pgsql: Fix compiler warning. Robert Haas
- pgsql: Remove volatile qualifiers from lwlock.c. Robert Haas
- pgsql: Remove most volatile qualifiers from xlog.c Andres Freund
- pgsql: Process withCheckOption exprs in setrefs.c Stephen Frost
- pgsql: Process withCheckOption exprs in setrefs.c Stephen Frost
- pgsql: Log ALTER SYSTEM statements as DDL Stephen Frost
- pgsql: Log ALTER SYSTEM statements as DDL Stephen Frost
- pgsql: Add unicode_*_linestyle to \? variables Stephen Frost
- pgsql: Fix incorrect search for "x?" style matches in creviterdissect() Tom Lane
- pgsql: Fix incorrect search for "x?" style matches in creviterdissect() Tom Lane
- pgsql: Fix incorrect search for "x?" style matches in creviterdissect() Tom Lane
- pgsql: Fix incorrect search for "x?" style matches in creviterdissect() Tom Lane
- pgsql: Fix typos in descriptions of json_object functions. Andrew Dunstan
- pgsql: Fix typos in descriptions of json_object functions. Andrew Dunstan
- pgsql: Fix bogus variable-mangling in security_barrier_replace_vars(). Tom Lane
- pgsql: Fix bogus variable-mangling in security_barrier_replace_vars(). Tom Lane
- pgsql: Code review for row security. Stephen Frost
- pgsql: Copy-editing of row security Stephen Frost
- pgsql: Add -D option to specify data directory to pg_controldata and pg Heikki Linnakangas
- pgsql: Return NULL from json_object_agg if it gets no rows. Andrew Dunstan
- pgsql: Return NULL from json_object_agg if it gets no rows. Andrew Dunstan
- Re: pgsql: Code review for row security. Andres Freund
- Re: pgsql: Code review for row security. Stephen Frost
- pgsql: Fix VPATH builds of the replication parser from git for some !gc Andres Freund
- pgsql: Fix VPATH builds of the replication parser from git for some !gc Andres Freund
- pgsql: Fix VPATH builds of the replication parser from git for some !gc Andres Freund
- pgsql: Fix VPATH builds of the replication parser from git for some !gc Andres Freund
- pgsql: Fix VPATH builds of the replication parser from git for some !gc Andres Freund
- pgsql: Refactor space allocation for base64 encoding/decoding in pgcryp Heikki Linnakangas
- pgsql: Change locking regimen around buffer replacement. Robert Haas
- pgsql: Remove ill-conceived ban on zero length json object keys. Andrew Dunstan
- pgsql: Remove ill-conceived ban on zero length json object keys. Andrew Dunstan
- pgsql: Add a basic atomic ops API abstracting away platform/architectur Andres Freund
- Re: pgsql: Add a basic atomic ops API abstracting away platform/architectur Michael Paquier
- Re: pgsql: Add a basic atomic ops API abstracting away platform/architectur Andres Freund
- Re: pgsql: Add a basic atomic ops API abstracting away platform/architectur Michael Paquier
- pgsql: Fix atomic ops for x86 gcc compilers that don't understand atomi Andres Freund
- pgsql: Fix atomic ops inline x86 inline assembly for older 32bit gccs. Andres Freund
- pgsql: Define META_FREE in a way that doesn't cause -Wempty-body warnin Andres Freund
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: Fix a couple occurrences of 'the the' in the new atomics API. Andres Freund
- pgsql: Further atomic ops portability improvements and bug fixes. Andres Freund
- pgsql: Fix identify_locking_dependencies for schema-only dumps. Robert Haas
- pgsql: Fix identify_locking_dependencies for schema-only dumps. Robert Haas
- pgsql: Fix identify_locking_dependencies for schema-only dumps. Robert Haas
- pgsql: Fix identify_locking_dependencies for schema-only dumps. Robert Haas
- pgsql: Fix identify_locking_dependencies for schema-only dumps. Robert Haas
- pgsql: Fix identify_locking_dependencies for schema-only dumps. Robert Haas
- pgsql: Fix relcache for policies, and doc updates Stephen Frost
- pgsql: Change JSONB's on-disk format for improved performance. Tom Lane
- pgsql: Change JSONB's on-disk format for improved performance. Tom Lane
- Re: pgsql: Change JSONB's on-disk format for improved performance. Andrew Dunstan
- pgsql: Revert 95d737ff to add 'ignore_nulls' Stephen Frost
- Re: pgsql: Change JSONB's on-disk format for improved performance. Tom Lane
- pgsql: Also revert e3ec0728, JSON regression tests Stephen Frost
- pgsql: doc fix for pg_recvlogical: --create doesn't immediately exit. Andres Freund
- pgsql: pg_upgrade: have pg_upgrade fail for old 9.4 JSONB format Bruce Momjian
- pgsql: pg_upgrade: have pg_upgrade fail for old 9.4 JSONB format Bruce Momjian
- pgsql: Fix pg_dump's --if-exists for large objects Alvaro Herrera
- pgsql: Fix pg_dump's --if-exists for large objects Alvaro Herrera
- pgsql: Correct stdin/stdout usage in COPY .. PROGRAM Stephen Frost
- pgsql: Correct stdin/stdout usage in COPY .. PROGRAM Stephen Frost
- pgsql: Correct stdin/stdout usage in COPY .. PROGRAM Stephen Frost