Mailing lists [pgsql-committers]
- pgsql: Fix portability and safety issues in pqTraceFormatTimestamp. Tom Lane
- pgsql: Silence compiler warning in non-assert builds. Tom Lane
- pgsql: Fix unportable use of isprint(). Tom Lane
- pgsql: Disable force_parallel_mode in libpq_pipeline Alvaro Herrera
- Re: pgsql: Extended statistics on expressions Tomas Vondra
- pgsql: Initialize conn->Pfdebug to NULL when creating a connection Alvaro Herrera
- pgsql: Remove setvbuf() call from PQtrace() Alvaro Herrera
- pgsql: Add Result Cache executor node David Rowley
- Re: pgsql: Add Result Cache executor node Tom Lane
- Re: pgsql: Add Result Cache executor node David Rowley
- Re: pgsql: Add Result Cache executor node David Rowley
- pgsql: Revert b6002a796 David Rowley
- Re: pgsql: Add Result Cache executor node Tom Lane
- pgsql: Move some client-specific routines from SSLServer to PostgresNod Michael Paquier
- Re: pgsql: Add Result Cache executor node Tomas Vondra
- Re: pgsql: Add Result Cache executor node Tom Lane
- Re: pgsql: Extended statistics on expressions David Rowley
- Re: pgsql: Extended statistics on expressions Tomas Vondra
- Re: pgsql: Extended statistics on expressions David Rowley
- pgsql: Ensure to send a prepare after we detect concurrent abort during Amit Kapila
- pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier
- pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier
- pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier
- pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier
- pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier
- pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier
- pgsql: Make extract(timetz) tests a bit more interesting Peter Eisentraut
- pgsql: Add 'noError' argument to encoding conversion functions. Heikki Linnakangas
- pgsql: Do COPY FROM encoding conversion/verification in larger chunks. Heikki Linnakangas
- pgsql: libpq_pipeline: Must strdup(optarg) to avoid crash Alvaro Herrera
- pgsql: Fix internal extract(timezone_minute) formulas Peter Eisentraut
- pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane
- pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane
- pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane
- pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane
- pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane
- pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane
- pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules. Robert Haas
- Re: pgsql: Allow matching the DN of a client certificate for authentication Andrew Dunstan
- pgsql: Fix setvbuf()-induced crash in libpq_pipeline Alvaro Herrera
- pgsql: Rename Default Roles to Predefined Roles Stephen Frost
- Re: pgsql: Allow matching the DN of a client certificate for authentication Daniel Gustafsson
- pgsql: Rethink handling of pass-by-value leaf datums in SP-GiST. Tom Lane
- pgsql: Improve stability of test with vacuum_truncate in reloptions.sql Michael Paquier
- pgsql: Improve stability of test with vacuum_truncate in reloptions.sql Michael Paquier
- pgsql: Improve stability of test with vacuum_truncate in reloptions.sql Michael Paquier
- pgsql: Add Result Cache executor node (take 2) David Rowley
- pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian
- pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian
- pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian
- pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian
- pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian
- pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian
- pgsql: Attempt to fix unstable Result Cache regression tests David Rowley
- pgsql: Fix typos in comments. Fujii Masao
- pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier
- pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier
- pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier
- pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier
- pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier
- pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier
- pgsql: Fix pgstat_report_replslot() to use proper data types for its ar Fujii Masao
- pgsql: Add support for NullIfExpr in eval_const_expressions Peter Eisentraut
- pgsql: postgres_fdw: Add option to control whether to keep connections Fujii Masao
- pgsql: Fix typo in 6d7a6feac4 Andrew Dunstan
- pgsql: Strip file names reported in error messages on Windows, too. Tom Lane
- pgsql: pg_checksums: Fix progress reporting. Fujii Masao
- pgsql: pg_checksums: Fix progress reporting. Fujii Masao
- pgsql: pg_checksums: Fix progress reporting. Fujii Masao
- pgsql: Clarify documentation of RESET ROLE Joe Conway
- pgsql: Clarify documentation of RESET ROLE Joe Conway
- pgsql: Clarify documentation of RESET ROLE Joe Conway
- pgsql: Clarify documentation of RESET ROLE Joe Conway
- pgsql: Clarify documentation of RESET ROLE Joe Conway
- pgsql: Clarify documentation of RESET ROLE Joe Conway
- pgsql: Detect POLLHUP/POLLRDHUP while running queries. Thomas Munro
- pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian
- pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian
- pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian
- pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian
- pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian
- pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian
- Re: pgsql: Add Result Cache executor node (take 2) Andres Freund
- pgsql: Remove useless Asserts in Result Cache code David Rowley
- Re: pgsql: Add Result Cache executor node (take 2) David Rowley
- Re: pgsql: Add 'noError' argument to encoding conversion functions. Jaime Casanova
- pgsql: Split wait event related code from pgstat.[ch] into wait_event.[ Andres Freund
- pgsql: Do not rely on pgstat.h to indirectly include storage/ headers. Andres Freund
- pgsql: Refactor HMAC implementations Michael Paquier
- pgsql: Use more verbose matching patterns for errors in SSL TAP tests Michael Paquier
- fix old confusing JSON example Erik Rijkers
- pgsql: Split backend status and progress related functionality out of p Andres Freund
- pgsql: Improve efficiency of wait event reporting, remove proc.h depend Andres Freund
- pgsql: Improve psql's behavior when the editor is exited without saving Tom Lane
- pgsql: Fix BRIN minmax-multi distance for interval type Tomas Vondra
- pgsql: Fix BRIN minmax-multi distance for timetz type Tomas Vondra
- pgsql: Fix BRIN minmax-multi distance for inet type Tomas Vondra
- pgsql: Fix order of parameters in BRIN minmax-multi calls Tomas Vondra
- pgsql: Add regression test for minmax-multi macaddr8 type Tomas Vondra
- pgsql: Fix bug in brin_minmax_multi_union Tomas Vondra
- pgsql: Fix confusion in SP-GiST between attribute type and leaf storage Tom Lane
- pgsql: Fix more confusion in SP-GiST. Tom Lane
- pgsql: Fix more confusion in SP-GiST. Tom Lane
- pgsql: Fix more confusion in SP-GiST. Tom Lane
- pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- pgsql: Fix typo in collationcmds.c Michael Paquier
- Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage Michael Paquier
- Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage Tom Lane
- pgsql: Renumber cursor option flags Peter Eisentraut
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- pgsql: Align some terms in arch-dev.sgml to glossary Alvaro Herrera
- pgsql: Shut down transaction tracking at startup process exit. Fujii Masao
- pgsql: Shut down transaction tracking at startup process exit. Fujii Masao
- pgsql: Shut down transaction tracking at startup process exit. Fujii Masao
- pgsql: Shut down transaction tracking at startup process exit. Fujii Masao
- pgsql: Shut down transaction tracking at startup process exit. Fujii Masao
- pgsql: Shut down transaction tracking at startup process exit. Fujii Masao
- pgsql: Add pg_read_all_data and pg_write_all_data roles Stephen Frost
- pgsql: Simplify state managed by VACUUM. Peter Geoghegan
- Re: pgsql: Simplify state managed by VACUUM. Peter Geoghegan
- pgsql: Propagate parallel VACUUM's buffer access strategy. Peter Geoghegan
- pgsql: Support INCLUDE'd columns in SP-GiST. Tom Lane
- Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- pgsql: Allocate access strategy in parallel VACUUM workers. Peter Geoghegan
- Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Thomas Munro
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- pgsql: Change PostgresNode::connect_fails() to never send down queries Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane
- pgsql: Refactor function parse_output_parameters. Amit Kapila
- pgsql: Allow pgoutput to send logical decoding messages. Amit Kapila
- pgsql: Fix some issues with SSL and Kerberos tests Michael Paquier
- Re: pgsql: Improve PQtrace() output format David Rowley
- pgsql: Add function to log the memory contexts of specified backend pro Fujii Masao
- Re: pgsql: Improve PQtrace() output format Tom Lane
- pgsql: Fix typo in pgstat.c. Fujii Masao
- Re: pgsql: Improve PQtrace() output format Tom Lane
- pgsql: Change return type of EXTRACT to numeric Peter Eisentraut
- pgsql: Fix compiler warning in fe-trace.c for MSVC David Rowley
- Re: pgsql: Improve PQtrace() output format David Rowley
- Re: pgsql: Allow pgoutput to send logical decoding messages. Amit Kapila
- pgsql: Fix the tests added by commit ac4645c015. Amit Kapila
- Re: pgsql: Allow pgoutput to send logical decoding messages. Amit Kapila
- pgsql: ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION Peter Eisentraut
- pgsql: Adjust input value to WaitEventSetWait() in ExecAppendAsyncEvent Etsuro Fujita
- Re: pgsql: Implement pipeline mode in libpq David Rowley
- pgsql: pgbench: Function to generate random permutations. Dean Rasheed
- pgsql: Mark test_enc_conversion() as STRICT. Heikki Linnakangas
- Re: pgsql: Add 'noError' argument to encoding conversion functions. Heikki Linnakangas
- pgsql: Stop archive recovery if WAL generated with wal_level=minimal is Fujii Masao
- pgsql: Clean up treatment of missing default and CHECK-constraint recor Tom Lane
- pgsql: Refactor lazy_scan_heap() loop. Peter Geoghegan
- pgsql: Fix handling of clauses incompatible with extended statistics Tomas Vondra
- Re: pgsql: Extended statistics on expressions Tomas Vondra
- pgsql: psql: Show all query results by default Peter Eisentraut
- pgsql: Fix missing #include in nodeResultCache.h. Tom Lane
- pgsql: Remove tupgone special case from vacuumlazy.c. Peter Geoghegan
- pgsql: Increment xactCompletionCount during subtransaction abort. Andres Freund
- pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor Fujii Masao
- pgsql: Postpone some stuff out of ExecInitModifyTable. Tom Lane
- Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor Peter Geoghegan
- pgsql: Fix compiler warning for MSVC in libpq_pipeline.c David Rowley
- pgsql: Postpone some more stuff out of ExecInitModifyTable. Tom Lane
- Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor Michael Paquier
- pgsql: Fix test added by commit 9de9294b0c. Fujii Masao
- pgsql: Add some information about authenticated identity via log_connec Michael Paquier
- Re: pgsql: Add some information about authenticated identity via log_connec Michael Paquier
- pgsql: Remove redundant memset(0) calls for page init of some index AMs Michael Paquier
- pgsql: Message improvement Peter Eisentraut
- pgsql: Fix use of cursor sensitivity terminology Peter Eisentraut
- pgsql: Add sortsupport for gist_btree opclasses, for faster index build Heikki Linnakangas
- pgsql: Fix potential rare failure in the kerberos TAP tests Michael Paquier
- pgsql: Fix potential rare failure in the kerberos TAP tests Michael Paquier
- pgsql: Fix potential rare failure in the kerberos TAP tests Michael Paquier
- Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier
- Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build Michael Paquier
- Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build Andrew Dunstan
- pgsql: Revert "Add sortsupport for gist_btree opclasses, for faster ind Heikki Linnakangas
- Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build Heikki Linnakangas
- pgsql: doc: Improve wording Peter Eisentraut
- pgsql: Refactor hba_authname Magnus Hagander
- pgsql: libpq: Set Server Name Indication (SNI) for SSL connections Peter Eisentraut
- pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra
- pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra
- pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra
- pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra
- pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra
- pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra
- Re: pgsql: Add some information about authenticated identity via log_connec Tom Lane
- pgsql: Tighten up allowed names for custom GUC parameters. Tom Lane
- pgsql: Truncate line pointer array during VACUUM. Peter Geoghegan
- pgsql: amcheck: Remove duplicate XID/MXID bounds checks. Robert Haas
- Re: pgsql: Add some information about authenticated identity via log_connec Jacob Champion
- pgsql: Comment cleanup for a1115fa07. Tom Lane
- pgsql: Remove channel binding requirement from clientcert=verify-full t Tom Lane
- Re: pgsql: Add some information about authenticated identity via log_connec Tom Lane
- pgsql: Move pg_stat_statements query jumbling to core. Bruce Momjian
- pgsql: amcheck: fix multiple problems with TOAST pointer validation Robert Haas
- pgsql: Make use of in-core query id added by commit 5fd9dfa5f5 Bruce Momjian
- pgsql: Add wraparound failsafe to VACUUM. Peter Geoghegan
- pgsql: SQL-standard function body Peter Eisentraut
- pgsql: Fix some failures with connection tests on Windows hosts Michael Paquier
- pgsql: Fix regression test failure caused by commit 4f0b0966c8 Bruce Momjian
- Re: pgsql: Add some information about authenticated identity via log_connec Michael Paquier
- Re: pgsql: SQL-standard function body Andres Freund
- Re: pgsql: SQL-standard function body Tom Lane
- pgsql: Teach VACUUM to bypass unnecessary index vacuuming. Peter Geoghegan
- pgsql: Add csvlog output for the new query_id value Bruce Momjian
- pgsql: Allow psql's \df and \do commands to specify argument types. Tom Lane
- pgsql: Repair find_inheritance_children with no active snapshot Alvaro Herrera
- pgsql: Fix typo in jsonfuncs.c. Amit Kapila
- pgsql: Cope with NULL query string in ExecInitParallelPlan(). Andres Freund
- Re: pgsql: Move pg_stat_statements query jumbling to core. Andres Freund
- pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: pgsql: Move pg_stat_statements query jumbling to core. Julien Rouhaud
- pgsql: Provide ReadRecentBuffer() to re-pin buffers by ID. Thomas Munro
- Re: pgsql: Move pg_stat_statements query jumbling to core. Julien Rouhaud
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane
- Re: pgsql: SQL-standard function body Peter Eisentraut
- pgsql: Update Unicode data to CLDR 39 Peter Eisentraut
- Re: pgsql: Move pg_stat_statements query jumbling to core. Amit Kapila
- Re: pgsql: Move pg_stat_statements query jumbling to core. Julien Rouhaud
- pgsql: Track identical top vs nested queries independently in pg_stat_s Magnus Hagander
- pgsql: doc: Prefer explicit JOIN syntax over old implicit syntax in tut Peter Eisentraut
- Re: pgsql: Move pg_stat_statements query jumbling to core. Amit Kapila
- pgsql: Add functions to wait for backend termination Magnus Hagander
- Re: pgsql: Move pg_stat_statements query jumbling to core. Julien Rouhaud
- pgsql: Add ORDER BY to some regression test queries Peter Eisentraut
- Re: pgsql: Move pg_stat_statements query jumbling to core. Amit Kapila
- pgsql: Cleanup partition pruning step generation David Rowley
- Re: pgsql: Move pg_stat_statements query jumbling to core. Julien Rouhaud
- pgsql: Remove read_page callback from XLogReader. Thomas Munro
- pgsql: Optionally prefetch referenced data in recovery. Thomas Munro
- pgsql: Add circular WAL decoding buffer. Thomas Munro
- pgsql: Speedup ScalarArrayOpExpr evaluation David Rowley
- pgsql: Allow TRUNCATE command to truncate foreign tables. Fujii Masao
- Re: pgsql: SQL-standard function body Robert Haas
- pgsql: Remove duplicate typedef. Thomas Munro
- pgsql: Merge v1.10 of pg_stat_statements into v1.9 Magnus Hagander
- Re: pgsql: SQL-standard function body Andrew Dunstan
- Re: pgsql: SQL-standard function body Tom Lane
- Re: pgsql: SQL-standard function body Andres Freund
- pgsql: Fixes for query_id feature Bruce Momjian
- pgsql: Suppress uninitialized-variable warning. Tom Lane
- pgsql: Add support for tab-completion of type arguments in \df, \do. Tom Lane
- pgsql: Silence another _bt_check_unique compiler warning. Peter Geoghegan
- Re: pgsql: SQL-standard function body Michael Paquier
- Re: pgsql: Add some information about authenticated identity via log_connec Michael Paquier
- pgsql: Fix typos and grammar in documentation and code comments Michael Paquier
- pgsql: Fix typos and grammar in documentation and code comments Michael Paquier
- pgsql: Fix typos and grammar in documentation and code comments Michael Paquier
- pgsql: Fix typos and grammar in documentation and code comments Michael Paquier
- pgsql: Fix typos and grammar in documentation and code comments Michael Paquier
- pgsql: Fix typos and grammar in documentation and code comments Michael Paquier
- Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode Amit Kapila
- pgsql: Fix typo Magnus Hagander
- pgsql: Fix typo Magnus Hagander
- pgsql: Fix typo Magnus Hagander
- pgsql: Fix typo Magnus Hagander
- pgsql: Fix typo Magnus Hagander
- pgsql: Fix typo Magnus Hagander
- pgsql: Set pg_class.reltuples for partitioned tables Alvaro Herrera
- pgsql: Document ANALYZE storage parameters for partitioned tables Alvaro Herrera
- pgsql: doc: Additional documentation for date_bin Peter Eisentraut
- pgsql: Doc: Review for "Optionally prefetch referenced data in recovery Thomas Munro
- pgsql: Make new GUC short descriptions more consistent. Thomas Munro
- pgsql: Suppress length of Notice/Error msgs in PQtrace regress mode Alvaro Herrera
- pgsql: doc: Fix man page whitespace issues Peter Eisentraut
- pgsql: Improve slightly misleading comments in nodeFuncs.c David Rowley
- pgsql: Doc: update documentation of check_function_bodies. Tom Lane
- pgsql: Fix failure of xlogprefetch.h to include all prerequisite header Tom Lane
- pgsql: Improve behavior of date_bin with origin in the future Peter Eisentraut
- pgsql: Standardize pg_authid oid_symbol values. Noah Misch
- pgsql: Remove COMMIT_TS_SETTS record. Fujii Masao
- pgsql: Avoid unnecessary table open/close in TRUNCATE command. Fujii Masao
- pgsql: Fix uninitialized variable from commit a4d75c86b. Tom Lane
- pgsql: Add macro PGWARNING, and make PGERROR available on all platforms Tom Lane
- pgsql: Silence some Coverity warnings and improve code consistency. Tom Lane
- RE: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode tsunakawa.takay@fujitsu.com
- pgsql: Fix out-of-bound memory access for interval -> char conversion Michael Paquier
- pgsql: Fix out-of-bound memory access for interval -> char conversion Michael Paquier
- pgsql: Fix out-of-bound memory access for interval -> char conversion Michael Paquier
- pgsql: Fix out-of-bound memory access for interval -> char conversion Michael Paquier
- pgsql: Fix out-of-bound memory access for interval -> char conversion Michael Paquier
- pgsql: Fix out-of-bound memory access for interval -> char conversion Michael Paquier
- pgsql: Allocate access strategy in parallel VACUUM workers. Amit Kapila
- pgsql: doc: Update information of new messages for logical replication. Amit Kapila
- pgsql: Move log_autovacuum_min_duration into its correct sections Michael Paquier
- Re: pgsql: Silence some Coverity warnings and improve code consistency. Peter Eisentraut
- pgsql: Support tab-complete for TRUNCATE on foreign tables. Fujii Masao
- pgsql: Fix files references in nls.mk Peter Eisentraut
- Re: pgsql: Silence some Coverity warnings and improve code consistency. Tom Lane
- Re: pgsql: SQL-standard function body Peter Eisentraut
- pgsql: pg_amcheck: Add basic NLS support Peter Eisentraut
- pgsql: pg_upgrade: Print OID using %u instead of %d Peter Eisentraut
- pgsql: Fix old bug with coercing the result of a COLLATE expression. Tom Lane
- pgsql: Fix old bug with coercing the result of a COLLATE expression. Tom Lane
- pgsql: Fix old bug with coercing the result of a COLLATE expression. Tom Lane
- pgsql: Fix old bug with coercing the result of a COLLATE expression. Tom Lane
- pgsql: Fix old bug with coercing the result of a COLLATE expression. Tom Lane
- pgsql: Fix old bug with coercing the result of a COLLATE expression. Tom Lane
- pgsql: Remove no-longer-relevant test case. Tom Lane
- pgsql: Remove duplicated --no-sync switches in new tests of test_pg_dum Michael Paquier
- Re: pgsql: Add some information about authenticated identity via log_connec Michael Paquier
- pgsql: Fix potential SSI hazard in heap_update(). Thomas Munro
- pgsql: Fix potential SSI hazard in heap_update(). Thomas Munro
- pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi Noah Misch
- pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi Noah Misch
- pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi Noah Misch
- pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi Noah Misch
- pgsql: Port regress-python3-mangle.mk to Solaris "sed". Noah Misch
- pgsql: Port regress-python3-mangle.mk to Solaris "sed". Noah Misch
- pgsql: Port regress-python3-mangle.mk to Solaris "sed". Noah Misch
- pgsql: Port regress-python3-mangle.mk to Solaris "sed". Noah Misch
- pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi Noah Misch
- pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi Noah Misch
- pgsql: Port regress-python3-mangle.mk to Solaris "sed". Noah Misch
- pgsql: Port regress-python3-mangle.mk to Solaris "sed". Noah Misch
- pgsql: doc: Fix typo in logicaldecoding.sgml. Fujii Masao
- pgsql: Avoid improbable PANIC during heap_update. Tom Lane
- pgsql: Avoid improbable PANIC during heap_update. Tom Lane
- pgsql: Avoid improbable PANIC during heap_update. Tom Lane
- pgsql: Redesign the caching done by get_cached_rowtype(). Tom Lane
- pgsql: Redesign the caching done by get_cached_rowtype(). Tom Lane
- pgsql: Redesign the caching done by get_cached_rowtype(). Tom Lane
- pgsql: Redesign the caching done by get_cached_rowtype(). Tom Lane
- pgsql: Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE Tom Lane
- pgsql: Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE Tom Lane
- pgsql: Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE Tom Lane
- pgsql: Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE Tom Lane
- pgsql: Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE Tom Lane
- pgsql: Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE Tom Lane
- pgsql: docs: Update TOAST storage docs for configurable compression. Robert Haas
- pgsql: Allow table-qualified variable names in ON CONFLICT ... WHERE. Tom Lane
- pgsql: Don't truncate heap when VACUUM's failsafe is in effect. Peter Geoghegan
- pgsql: Initialize t_self and t_tableOid in statext_expressions_load Tomas Vondra
- pgsql: Use NameData datatype for slotname in stats. Amit Kapila
- pgsql: Simplify tests of postgres_fdw terminating connections Michael Paquier
- pgsql: doc: Move force_parallel_mode to section for developer options Michael Paquier
- pgsql: Improve quoting in some error messages Peter Eisentraut
- pgsql: amcheck: Reword some messages and fix an alignment problem. Robert Haas
- pgsql: Fix obsolete comments referencing JoinPathExtraData.extra_latera Tom Lane
- pgsql: Tweak behavior of pg_dump --extension with configuration tables Michael Paquier
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Tom Lane
- pgsql: amcheck: Use correct format placeholder for TOAST chunk numbers Peter Eisentraut
- pgsql: pg_upgrade: Small fix for better translatability of help output Peter Eisentraut
- pgsql: doc: Simplify example of HISTFILE for psql Michael Paquier
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Thomas Munro
- pgsql: doc: Add missing COMPRESSION into CREATE TABLE synopsis. Fujii Masao
- pgsql: Revert "psql: Show all query results by default" Peter Eisentraut
- pgsql: Stabilize recently-added information_schema test queries. Tom Lane
- pgsql: Undo decision to allow pg_proc.prosrc to be NULL. Tom Lane
- pgsql: Revert "Cope with NULL query string in ExecInitParallelPlan()." Tom Lane
- pgsql: Provide query source text when parsing a SQL-standard function b Tom Lane
- pgsql: Doc: Document known problem with Windows collation versions. Thomas Munro
- pgsql: Add information of total data processed to replication slot stat Amit Kapila
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Thomas Munro
- pgsql: doc: Fix typo in example query of SQL/JSON Michael Paquier
- pgsql: doc: Fix typo in example query of SQL/JSON Michael Paquier
- pgsql: doc: Fix typo in example query of SQL/JSON Michael Paquier
- pgsql: psql: Small fixes for better translatability Peter Eisentraut
- pgsql: psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION sta Peter Eisentraut
- Re: pgsql: SQL-standard function body Peter Eisentraut
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Tom Lane
- Re: pgsql: SQL-standard function body Laurenz Albe
- pgsql: Fix wrong units in two ExplainPropertyFloat calls. Tom Lane
- pgsql: Fix bogus collation-version-recording logic. Tom Lane
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Thomas Munro
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Tom Lane
- pgsql: Allow TestLib::slurp_file to skip contents, and use as needed Andrew Dunstan
- pgsql: Allow TestLib::slurp_file to skip contents, and use as needed Andrew Dunstan
- pgsql: Allow TestLib::slurp_file to skip contents, and use as needed Andrew Dunstan
- pgsql: Allow TestLib::slurp_file to skip contents, and use as needed Andrew Dunstan
- pgsql: Allow TestLib::slurp_file to skip contents, and use as needed Andrew Dunstan
- pgsql: Allow TestLib::slurp_file to skip contents, and use as needed Andrew Dunstan
- pgsql: Convert built-in SQL-language functions to SQL-standard-body sty Tom Lane
- pgsql: Split function definitions out of system_views.sql into a new fi Tom Lane
- pgsql: Update dummy prosrc values. Tom Lane
- pgsql: Rethink extraction of collation dependencies. Tom Lane
- pgsql: Use correct format placeholder for block numbers Peter Eisentraut
- pgsql: doc: Fix up spacing around verbatim DocBook elements Peter Eisentraut
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Thomas Munro
- pgsql: Add missing source files to nls.mk Peter Eisentraut
- pgsql: Explain postmaster's treatment of SIGURG. Thomas Munro
- Re: pgsql: Use SIGURG rather than SIGUSR1 for latches. Thomas Munro
- pgsql: Replace magic constants for seek() calls in perl scripts Michael Paquier
- pgsql: Fix typos and grammar in comments and docs Michael Paquier
- pgsql: Fix test case added by commit f5fc2f5b23. Amit Kapila
- pgsql: Use correct format placeholder for pids Peter Eisentraut
- pgsql: Document LP_DEAD accounting issues in VACUUM. Peter Geoghegan
- pgsql: Fix typo in comment Magnus Hagander
- pgsql: Fix typo in comment Magnus Hagander
- pgsql: Fix typo in comment Magnus Hagander
- pgsql: Fix typo in comment Magnus Hagander
- pgsql: Avoid unfortunate IPC::Run path caching in PostgresNode Andrew Dunstan
- pgsql: Fix planner failure in some cases of sorting by an aggregate. Tom Lane
- pgsql: Rename find_em_expr_usable_for_sorting_rel. Tom Lane
- pgsql: Fix planner failure in some cases of sorting by an aggregate. Tom Lane
- Re: pgsql: Convert built-in SQL-language functions to SQL-standard-body sty Emre Hasegeli
- Re: pgsql: Convert built-in SQL-language functions to SQL-standard-body sty Tom Lane
- pgsql: adjust query id feature to use pg_stat_activity.query_id Bruce Momjian
- pgsql: Fix interaction of log_line_prefix's query_id and log_statement Bruce Momjian
- pgsql: Fix under-parenthesized XLogRecHasBlockRef() macro. Tom Lane
- pgsql: Improve WAL record descriptions for SP-GiST records. Tom Lane
- pgsql: Add CURRENT_ROLE to list of roles for tab completion of GRANT in Michael Paquier
- pgsql: doc: List compute_query_id in required config for pg_stat_statem Michael Paquier
- pgsql: Don't use INT64_FORMAT inside message strings Peter Eisentraut
- pgsql: doc: Improve hyphenation consistency Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Use correct format placeholder for timeline IDs Peter Eisentraut
- pgsql: Add DISTINCT to information schema usage views Peter Eisentraut
- Re: pgsql: Add DISTINCT to information schema usage views David Rowley
- pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre Andrew Dunstan
- pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre Andrew Dunstan
- pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre Andrew Dunstan
- pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre Andrew Dunstan
- pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre Andrew Dunstan
- pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre Andrew Dunstan
- pgsql: Update config.guess and config.sub Peter Eisentraut
- pgsql: fix silly perl error in commit d064afc720 Andrew Dunstan
- pgsql: fix silly perl error in commit d064afc720 Andrew Dunstan
- pgsql: fix silly perl error in commit d064afc720 Andrew Dunstan
- pgsql: fix silly perl error in commit d064afc720 Andrew Dunstan
- pgsql: fix silly perl error in commit d064afc720 Andrew Dunstan
- pgsql: fix silly perl error in commit d064afc720 Andrew Dunstan
- pgsql: Don't add a redundant constraint when detaching a partition Alvaro Herrera
- pgsql: Add comment about extract_autovac_opts not holding lock Alvaro Herrera
- pgsql: doc: Move parallel_leader_participation to its correct category Michael Paquier
- pgsql: Fix relation leak for subscribers firing triggers in logical rep Michael Paquier
- pgsql: Make PostgresNode version aware Andrew Dunstan
- pgsql: Fix bugs in RETURNING in cross-partition UPDATE cases. Tom Lane
- pgsql: Fix bugs in RETURNING in cross-partition UPDATE cases. Tom Lane
- pgsql: Fix bugs in RETURNING in cross-partition UPDATE cases. Tom Lane
- pgsql: Doc: document the tie-breaking behavior of the round() function. Tom Lane
- pgsql: Doc: document the tie-breaking behavior of the round() function. Tom Lane
- pgsql: Fix relcache inconsistency hazard in partition detach Alvaro Herrera
- pgsql: Make PostgresVersion code a bit more robust and simple. Andrew Dunstan
-
pgsql: doc: mention can be inside of
, but not Bruce Momjian - pgsql: Fix uninitialized memory bug Alvaro Herrera
- pgsql: Fix some trailing whitespace in documentation files Peter Eisentraut
- pgsql: Don't crash on reference to an un-available system column. Tom Lane
- pgsql: Don't crash on reference to an un-available system column. Tom Lane
- pgsql: Don't crash on reference to an un-available system column. Tom Lane
- pgsql: Minor code cleanup in asynchronous execution support. Etsuro Fujita
- pgsql: Remove use of [U]INT64_FORMAT in some translatable strings Michael Paquier
- pgsql: Fix some comments in fmgr.c Michael Paquier
- pgsql: Fix incorrect format placeholder Peter Eisentraut
- pgsql: doc: Fix obsolete description about pg_basebackup. Fujii Masao
- pgsql: doc: Fix obsolete description about pg_basebackup. Fujii Masao
- pgsql: doc: Fix obsolete description about pg_basebackup. Fujii Masao
- pgsql: doc: Fix obsolete description about pg_basebackup. Fujii Masao
- pgsql: doc: Fix obsolete description about pg_basebackup. Fujii Masao
- pgsql: doc: Fix typos Peter Eisentraut
- pgsql: pg_amcheck: Use logging functions Peter Eisentraut
- pgsql: Mention that toplevel is part of pg_stat_statements key. Magnus Hagander
- pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha Fujii Masao
- pgsql: Mark multirange_constructor0() and multirange_constructor2() str Alexander Korotkov
- pgsql: Use correct format placeholder for WSAGetLastError() Peter Eisentraut
- pgsql: Factor out system call names from error messages Peter Eisentraut
- pgsql: amcheck: MAXALIGN() nbtree special area offset. Peter Geoghegan
- pgsql: Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c Michael Paquier
- pgsql: Doc: Remove extraneous whitespaces with some tags Michael Paquier
- pgsql: Fix come comments in execMain.c Michael Paquier
- pgsql: Teach PostgresVersion all the ways to mark non-release code Andrew Dunstan
- pgsql: Provide pg_amcheck with an --install-missing option Andrew Dunstan
- pgsql: Update comments for rewriteTargetListIU(). Tom Lane
- pgsql: Fix typo in reorderbuffer.c. Amit Kapila
- pgsql: Remove unused function argument Peter Eisentraut
- pgsql: Avoid sending prepare multiple times while decoding. Amit Kapila
- pgsql: Add more tests with triggers on partitions for logical replicati Michael Paquier
- pgsql: Fix pg_upgrade test on Cygwin Peter Eisentraut
- pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati Tom Lane
- pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati Tom Lane
- pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati Tom Lane
- pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati Tom Lane
- pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati Tom Lane
- pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati Tom Lane
- pgsql: Remove rewriteTargetListIU's expansion of view targetlists in UP Tom Lane
- pgsql: psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZE Alvaro Herrera
- pgsql: Fix Logical Replication of Truncate in synchronous commit mode. Amit Kapila
- pgsql: Use HTAB for replication slot statistics. Amit Kapila
- pgsql: Don't pass "ONLY" options specified in TRUNCATE to foreign data Fujii Masao
- pgsql: doc: Review for "Allow TRUNCATE command to truncate foreign tabl Fujii Masao
- pgsql: Improve logic in PostgresVersion.pm Andrew Dunstan
- Re: pgsql: Implement streaming mode in ReorderBuffer. Tom Lane
- pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- Re: pgsql: Fix pg_identify_object_as_address() with event triggers Tom Lane
- Re: pgsql: Implement streaming mode in ReorderBuffer. Amit Kapila
- Re: pgsql: Fix pg_identify_object_as_address() with event triggers Michael Paquier
- pgsql: Fix use-after-release issue with pg_identify_object_as_address() Michael Paquier
- pgsql: Fix use-after-release issue with pg_identify_object_as_address() Michael Paquier
- pgsql: Fix use-after-release issue with pg_identify_object_as_address() Michael Paquier
- pgsql: Fix use-after-release issue with pg_identify_object_as_address() Michael Paquier
- pgsql: Fix use-after-release issue with pg_identify_object_as_address() Michael Paquier
- pgsql: Fix use-after-release issue with pg_identify_object_as_address() Michael Paquier
- Re: pgsql: Implement streaming mode in ReorderBuffer. Tom Lane
- Re: pgsql: Implement streaming mode in ReorderBuffer. Amit Kapila
- pgsql: Doc: fix discussion of how to get real Julian Dates. Tom Lane
- pgsql: Doc: fix discussion of how to get real Julian Dates. Tom Lane
- pgsql: Doc: fix discussion of how to get real Julian Dates. Tom Lane
- pgsql: Doc: fix discussion of how to get real Julian Dates. Tom Lane
- pgsql: Doc: fix discussion of how to get real Julian Dates. Tom Lane
- pgsql: Doc: fix discussion of how to get real Julian Dates. Tom Lane
- pgsql: Allow a partdesc-omitting-partitions to be cached Alvaro Herrera
- pgsql: Add heuristic incoming-message-size limits in the server. Tom Lane
- pgsql: doc: Fix description of target_session_attrs=prefer-standby Michael Paquier
- pgsql: pg_hba.conf.sample: Reword connection type section Peter Eisentraut
- pgsql: psql: Fix line continuation prompts for unbalanced parentheses Peter Eisentraut
- pgsql: Improve documentation for default_tablespace on partitioned tabl Alvaro Herrera
- pgsql: Improve documentation for default_tablespace on partitioned tabl Alvaro Herrera
- pgsql: Improve documentation for default_tablespace on partitioned tabl Alvaro Herrera
- pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable Tom Lane
- pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable Tom Lane
- pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable Tom Lane
- pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable Tom Lane
- pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable Tom Lane
- pgsql: Fix some more omissions in pg_upgrade's tests for non-upgradable Tom Lane
- pgsql: Improve wording of some pg_upgrade failure reports. Tom Lane
- pgsql: Another try to fix the test case added by commit f5fc2f5b23. Amit Kapila
- pgsql: Adjust EXPLAIN output for parallel Result Cache plans David Rowley
- pgsql: Fix the bugs in selecting the transaction for streaming. Amit Kapila
- pgsql: Disallow calling anything but plain functions via the fastpath A Tom Lane
- pgsql: Disallow calling anything but plain functions via the fastpath A Tom Lane
- pgsql: Disallow calling anything but plain functions via the fastpath A Tom Lane
- pgsql: Disallow calling anything but plain functions via the fastpath A Tom Lane
- pgsql: Disallow calling anything but plain functions via the fastpath A Tom Lane
- pgsql: Disallow calling anything but plain functions via the fastpath A Tom Lane
- pgsql: Doc: update libpq's documentation for PQfn(). Tom Lane
- pgsql: Doc: update libpq's documentation for PQfn(). Tom Lane
- pgsql: Doc: update libpq's documentation for PQfn(). Tom Lane
- pgsql: Doc: update libpq's documentation for PQfn(). Tom Lane
- pgsql: Doc: update libpq's documentation for PQfn(). Tom Lane
- pgsql: Doc: update libpq's documentation for PQfn(). Tom Lane
- pgsql: Doc: add an example of a self-referential foreign key to ddl.sgm Tom Lane
- pgsql: Doc: add an example of a self-referential foreign key to ddl.sgm Tom Lane
- pgsql: Doc: add an example of a self-referential foreign key to ddl.sgm Tom Lane
- pgsql: Doc: add an example of a self-referential foreign key to ddl.sgm Tom Lane
- pgsql: Doc: add an example of a self-referential foreign key to ddl.sgm Tom Lane
- pgsql: Doc: add an example of a self-referential foreign key to ddl.sgm Tom Lane