Mailing lists [pgsql-committers]
- pgsql: Improve docs for ALTER TABLE .. SET TABLESPACE Alvaro Herrera
- pgsql: Don't force materializing when copying a buffer tuple tableslot Andres Freund
- pgsql: Don't superfluously materialize slot after DELETE from an FDW. Andres Freund
- Re: pgsql: Use slots in trigger infrastructure, except for the actualinvoc Andrew Dunstan
- pgsql: Make pg_partition_tree return no rows on unsupported andundefin Michael Paquier
- pgsql: Clear the local map when not used. Amit Kapila
- pgsql: Add --exclude-database option to pg_dumpall Andrew Dunstan
- pgsql: Add extra descriptive headings in pg_dumpall Andrew Dunstan
- Re: pgsql: Add --exclude-database option to pg_dumpall Tom Lane
- Re: pgsql: Add --exclude-database option to pg_dumpall Andrew Dunstan
- Re: pgsql: Add --exclude-database option to pg_dumpall Andrew Dunstan
- pgsql: Store tuples for EvalPlanQual in slots,rather than as HeapTuple Andres Freund
- Re: pgsql: Add --exclude-database option to pg_dumpall Tom Lane
- pgsql: Remove tests for pg_dumpall --exclude-database missing argument Andrew Dunstan
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: Teach optimizer's predtest.c more things aboutScalarArrayOpExpr Tom Lane
- pgsql: Check we don't misoptimize a NOT IN where the subquery returnsn Tom Lane
- pgsql: Use a virtual rather than a heap slot in two places where thats Andres Freund
- pgsql: Consider only relations part of partition trees in partitionfun Michael Paquier
- pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed
- pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed
- pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed
- pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed
- pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed
- pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed
- pgsql: Avoid accidental wildcard expansion in msys shell Andrew Dunstan
- pgsql: Improve performance of index-only scans with many indexcolumns. Tom Lane
- pgsql: Don't do pg_ctl logrotate test on Windows Andrew Dunstan
- pgsql: fix thinko in logrotate test Andrew Dunstan
- pgsql: Fix error handling of readdir() port implementation on firstfil Michael Paquier
- pgsql: Fix error handling of readdir() port implementation on firstfil Michael Paquier
- pgsql: Fix error handling of readdir() port implementation on firstfil Michael Paquier
- pgsql: Fix error handling of readdir() port implementation on firstfil Michael Paquier
- pgsql: Fix error handling of readdir() port implementation on firstfil Michael Paquier
- pgsql: Fix error handling of readdir() port implementation on firstfil Michael Paquier
- pgsql: Remove volatile from latch API Peter Eisentraut
- pgsql: Test partition functions with legacy inheritance children, too Alvaro Herrera
- pgsql: pg_partition_ancestors Alvaro Herrera
- pgsql: Reorder configure tests for accept() in Windows Andrew Dunstan
- pgsql: Correct obsolete nbtree page split WAL comment. Peter Geoghegan
- pgsql: Allow recovery tests to run on Windows as an admin user Andrew Dunstan
- pgsql: Disable dump_connstr test on Msys2 Andrew Dunstan
- pgsql: Note case where nbtree VACUUM finishes splits. Peter Geoghegan
- pgsql: Scan GiST indexes in physical order during VACUUM. Heikki Linnakangas
- pgsql: Remove duplicate macro Peter Eisentraut
- pgsql: Fix pgbench TAP test failure with funky file names (redux) Andrew Dunstan
- pgsql: Fix pgbench TAP test failure with funky file names (redux) Andrew Dunstan
- pgsql: Disable dump_connstr test on Msys2 Andrew Dunstan
- pgsql: Disable dump_connstr test on Msys2 Andrew Dunstan
- pgsql: Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE Michael Paquier
- pgsql: Increase the default vacuum_cost_limit from 200 to 2000 Andrew Dunstan
- pgsql: Removed unused variable, openLogOff. Robert Haas
- pgsql: tableam: introduce table AM infrastructure. Andres Freund
- pgsql: Fix bug in clearing of virtual tuple slot. Andres Freund
- pgsql: tableam: Add pg_dump support. Andres Freund
- pgsql: Fix collation dependency in test introduced in 8586bf7ed8. Andres Freund
- pgsql: Fix collation dependency in test introduced in 8586bf7ed8,take Andres Freund
- pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8. Andres Freund
- Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8. Tom Lane
- Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in8586bf7ed8. Andres Freund
- pgsql: Don't log incomplete startup packet if it's empty Andrew Dunstan
- pgsql: Fix equalfuncs for accessMethod addition in 8586bf7ed8. Andres Freund
- pgsql: Don't reuse slots between root and partition in ON CONFLICT... Andres Freund
- Re: pgsql: tableam: Add pg_dump support. Tom Lane
- Re: pgsql: tableam: Add pg_dump support. Andres Freund
- Re: pgsql: tableam: Add pg_dump support. Tom Lane
- pgsql: Drop the vestigial "smgr" type. Thomas Munro
- pgsql: Remove useless header inclusion. Thomas Munro
- pgsql: pg_dump: allow multiple rows per insert Alvaro Herrera
-
pgsql: Add missing
Alvaro Herrera - pgsql: Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE Alvaro Herrera
- pgsql: Fix broken markup Alvaro Herrera
- pgsql: Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas
- pgsql: Fix handling of targetlist SRFs when scan/join relation isknown Tom Lane
- pgsql: Fix handling of targetlist SRFs when scan/join relation isknown Tom Lane
- pgsql: Fix handling of targetlist SRFs when scan/join relation isknown Tom Lane
- pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() Alvaro Herrera
- pgsql: Fix compatibility of pg_basebackup -R with 11 and olderversions Michael Paquier
- pgsql: Fix function signatures of pageinspect in documentation Michael Paquier
- pgsql: Fix function signatures of pageinspect in documentation Michael Paquier
- pgsql: Fix function signatures of pageinspect in documentation Michael Paquier
- pgsql: Fix function signatures of pageinspect in documentation Michael Paquier
- Re: pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() Thomas Munro
- Re: pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() Thomas Munro
- pgsql: Reformat catalog .dat files. Tom Lane
- pgsql: Minor improvements for reformat_dat_file.pl. Tom Lane
- pgsql: Fix crash with old libxml2 Alvaro Herrera
- Re: pgsql: Fix crash with old libxml2 Alvaro Herrera
- pgsql: Tighten use of OpenTransientFile and CloseTransientFile Michael Paquier
- pgsql: Avoid some table rewrites for ALTER TABLE .. SET DATA TYPEtimes Noah Misch
- pgsql: Track block level checksum failures in pg_stat_database Magnus Hagander
- pgsql: Add new clientcert hba option verify-full Magnus Hagander
- pgsql: Simplify release-note links to back branches. Tom Lane
- pgsql: Simplify release-note links to back branches. Tom Lane
- pgsql: Simplify release-note links to back branches. Tom Lane
- pgsql: Simplify release-note links to back branches. Tom Lane
- pgsql: Simplify release-note links to back branches. Tom Lane
- pgsql: Simplify release-note links to back branches. Tom Lane
- pgsql: Support for INCLUDE attributes in GiST indexes Alexander Korotkov
- pgsql: pg_upgrade: Ignore TOAST for partitioned tables Alvaro Herrera
- pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane
- pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane
- pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane
- pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane
- pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane
- pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane
- pgsql: Include GUC's unit, if it has one,in out-of-range error message Tom Lane
- pgsql: Revert "Increase the default vacuum_cost_limit from 200 to2000" Tom Lane
- pgsql: Reduce the default value of autovacuum_vacuum_cost_delay to2ms. Tom Lane
- pgsql: Convert [autovacuum_]vacuum_cost_delay into floating-pointGUCs. Tom Lane
- pgsql: Fix documentation on partitioning vs. foreign tables Alvaro Herrera
- pgsql: Fix documentation on partitioning vs. foreign tables Alvaro Herrera
- pgsql: Fix documentation on partitioning vs. foreign tables Alvaro Herrera
- pgsql: Adjust error message for partial writes in WAL segments Michael Paquier
- Re: pgsql: Include GUC's unit, if it has one, in out-of-range errormessage Michael Paquier
- Re: pgsql: tableam: introduce table AM infrastructure. Amit Kapila
- pgsql: psql: Add documentation URL to \help output Peter Eisentraut
- pgsql: Remove unused macro Peter Eisentraut
- pgsql: Fix potential memory access violation in ecpg if filename ofinc Michael Meskes
- pgsql: Fix ecpglib regression that made it impossible to close acursor Michael Meskes
- pgsql: Fix potential memory access violation in ecpg if filename ofinc Michael Meskes
- pgsql: Fix potential memory access violation in ecpg if filename ofinc Michael Meskes
- pgsql: Fix potential memory access violation in ecpg if filename ofinc Michael Meskes
- pgsql: Fix potential memory access violation in ecpg if filename ofinc Michael Meskes
- pgsql: In guc.c, ignore ERANGE errors from strtod(). Tom Lane
- pgsql: Fix potential memory access violation in ecpg if filename ofinc Michael Meskes
- pgsql: Move hash_any prototype from access/hash.h to utils/hashutils.h Alvaro Herrera
- pgsql: Fix typos in commit 8586bf7ed8. Andres Freund
- Re: pgsql: tableam: introduce table AM infrastructure. Andres Freund
- pgsql: pgbench: increase the maximum number of variables/arguments Andrew Dunstan
- pgsql: tableam: Add and use scan APIs. Andres Freund
- Re: pgsql: tableam: Add and use scan APIs. Andres Freund
- pgsql: Ensure sufficient alignment for ParallelTableScanDescData inBTS Andres Freund
- pgsql: Give up on testing guc.c's behavior for "infinity" inputs. Tom Lane
- pgsql: Remove spurious return. Andres Freund
- pgsql: Document incompatibility of comparison expressions withVARIADIC Andrew Dunstan
- pgsql: Tweak wording on VARIADIC array doc patch. Andrew Dunstan
- pgsql: Allow fractional input values for integer GUCs,and improve roun Tom Lane
- pgsql: Add routine able to update the control file to src/common/ Michael Paquier
- pgsql: Add more tests for FSM. Amit Kapila
- pgsql: Fix testing of parallel-safety of scan/join target. Etsuro Fujita
- pgsql: Fix testing of parallel-safety of scan/join target. Etsuro Fujita
- pgsql: Create a script that can renumber manually-assigned OIDs. Tom Lane
- pgsql: Remove remaining hard-wired OID references in the initialcatalo Tom Lane
- pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane
- pgsql: Correct obsolete nbtree page split comment. Peter Geoghegan
- pgsql: Fix cross-version compatibility checks of pg_verify_checksums Michael Paquier
- pgsql: Fix cross-version compatibility checks of pg_verify_checksums Michael Paquier
- pgsql: Rename pg_verify_checksums to pg_checksums Michael Paquier
- pgsql: Add TAP test to check consistency of minimum recovery LSN Michael Paquier
- pgsql: Remove extra comma Magnus Hagander
- pgsql: Remove extra comma Magnus Hagander
- pgsql: Remove extra comma Magnus Hagander
- pgsql: Remove extra comma Magnus Hagander
- pgsql: Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessarys Robert Haas
- pgsql: Include all columns in default names for foreign keyconstraints Peter Eisentraut
- pgsql: Revert setting client_min_messages to 'debug1' in new tests. Robert Haas
- pgsql: Use condition variables to wait for checkpoints. Thomas Munro
- pgsql: Rethink how to test the hyperbolic functions. Tom Lane
- Re: pgsql: Use condition variables to wait for checkpoints. Thomas Munro
- Re: pgsql: Use condition variables to wait for checkpoints. Tom Lane
- Re: pgsql: Use condition variables to wait for checkpoints. Michael Paquier
- pgsql: Adjust the tests for the hyperbolic functions. Tom Lane
- pgsql: Fix race condition in recently-added TAP test for recoveryconsi Michael Paquier
- Re: pgsql: Use condition variables to wait for checkpoints. Michael Paquier
- pgsql: Sync commentary in transam.h and bki.sgml. Tom Lane
- pgsql: Fix thinko when bumping on temporary directories inpg_verify_ch Michael Paquier
- pgsql: Fix thinko when bumping on temporary directories inpg_checksums Michael Paquier
- pgsql: Fix volatile vs. pointer confusion Peter Eisentraut
- pgsql: Refactor ParamListInfo initialization Peter Eisentraut
- Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Robert Haas
- pgsql: Defend against leaks into RelationBuildPartitionDesc. Robert Haas
- pgsql: Ensure dummy paths have correct required_outer if rel isparamet Tom Lane
- pgsql: Ensure dummy paths have correct required_outer if rel isparamet Tom Lane
- pgsql: Ensure dummy paths have correct required_outer if rel isparamet Tom Lane
- pgsql: Ensure dummy paths have correct required_outer if rel isparamet Tom Lane
- pgsql: Ensure dummy paths have correct required_outer if rel isparamet Tom Lane
- pgsql: Ensure dummy paths have correct required_outer if rel isparamet Tom Lane
- pgsql: Add BKI_DEFAULT to pg_class.relrewrite Peter Eisentraut
- pgsql: Remove unused #include Peter Eisentraut
- pgsql: Improve code comment Peter Eisentraut
- pgsql: Fix some oversights in commit 2455ab488. Tom Lane
- pgsql: Reorder identity regression test Peter Eisentraut
- Re: pgsql: Fix thinko when bumping on temporary directories inpg_verify_ch Michael Paquier
- pgsql: During pg_upgrade, conditionally skip transfer of FSMs. Amit Kapila
- pgsql: Enable parallel query with SERIALIZABLE isolation. Thomas Munro
- pgsql: Fix typo related to to_tsvector() in tests of json and jsonb Michael Paquier
- pgsql: Fix volatile vs. pointer confusion Peter Eisentraut
- pgsql: Fix volatile vs. pointer confusion Peter Eisentraut
- pgsql: Fix volatile vs. pointer confusion Peter Eisentraut
- pgsql: Fix volatile vs. pointer confusion Peter Eisentraut
- pgsql: Add walreceiver API to get remote server version Peter Eisentraut
- pgsql: PL/Tcl: Improve trigger tests organization Peter Eisentraut
- Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Robert Haas
- pgsql: Further reduce memory footprint of CLOBBER_CACHE_ALWAYStesting. Tom Lane
- pgsql: Improve code comments in b0eaa4c51b. Amit Kapila
- Re: pgsql: Fix thinko when bumping on temporary directories inpg_verify_ch Michael Paquier
- pgsql: Use correct connection name variable in ecpglib. Michael Meskes
- pgsql: Don't propagate PGAPPNAME through pg_ctl in tests Peter Eisentraut
- pgsql: Avoid casting away a const Peter Eisentraut
- pgsql: Numeric error suppression in jsonpath Alexander Korotkov
- pgsql: Partial implementation of SQL/JSON path language Alexander Korotkov
- pgsql: Update copyright year in files added by 1bb5e78218. Amit Kapila
- Re: pgsql: Partial implementation of SQL/JSON path language Tom Lane
- pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code. Tom Lane
- Re: pgsql: Partial implementation of SQL/JSON path language Alexander Korotkov
- pgsql: Further adjust the tests for the hyperbolic functions. Tom Lane
- pgsql: Remove another unnecessary application_name specification intes Peter Eisentraut
- pgsql: Fix compiler warning in jsonpath_exec.c Alexander Korotkov
- pgsql: Add support for collation attributes on older ICU versions Peter Eisentraut
- pgsql: Fix make rules for jsonpath grammar making them similar to SQLg Alexander Korotkov
- pgsql: Remove some make rules added in 142c400d72 Alexander Korotkov
- pgsql: Apply const qualifier to keywords of jsonpath_scan.l Alexander Korotkov
- pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex Alexander Korotkov
- Re: pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex Peter Eisentraut
- Re: pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Alexander Korotkov
- pgsql: Error out in pg_checksums on incompatible block size Michael Paquier
- pgsql: Error out in pg_verify_checksums on incompatible block size Michael Paquier
- pgsql: Fix pg_rewind when rewinding new database with tables included Michael Paquier
- pgsql: Fix pg_rewind when rewinding new database with tables included Michael Paquier
- pgsql: Refactor more code logic to update the control file Michael Paquier
- Re: pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex Michael Paquier
- pgsql: Revert 4178d8b91c Alexander Korotkov
- Re: pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Alexander Korotkov
- pgsql: Remove unused macro Peter Eisentraut
- pgsql: Fix optimization of foreign-key on update actions Peter Eisentraut
- pgsql: Fold vacuum's 'int options' parameter into VacuumParams. Robert Haas
- Re: pgsql: Add support for collation attributes on older ICU versions Andres Freund
- pgsql: Revise parse tree representation for VACUUM and ANALYZE. Robert Haas
- pgsql: Don't auto-restart per-database autoprewarm workers. Robert Haas
- pgsql: Don't auto-restart per-database autoprewarm workers. Robert Haas
- pgsql: Remove leftover reference to oid column. Andres Freund
- pgsql: Fix typos in sgml docs about RefetchForeignRow(). Andres Freund
- pgsql: Fix memory leak in printtup.c. Tom Lane
- pgsql: Fix memory leak in printtup.c. Tom Lane
- pgsql: Fix error message in pg_verify_checksums Michael Paquier
- pgsql: Implement OR REPLACE option for CREATE AGGREGATE. Andrew Gierth
- Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Tom Lane
- Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Michael Paquier
- pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt. Robert Haas
- Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Masahiko Sawada
- pgsql: Fix bug in support for collation attributes on older ICUversion Peter Eisentraut
- Re: pgsql: Add support for collation attributes on older ICU versions Peter Eisentraut
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: Ignore attempts to add TOAST table to shared or catalog tables Peter Eisentraut
- pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey Alexander Korotkov
- pgsql: Reorder LOCALLOCK structure members to compact the size Peter Eisentraut
- Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Tom Lane
- Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Alvaro Herrera
- Re: pgsql: Add support for collation attributes on older ICU versions Andres Freund
- pgsql: Make checkpoint requests more robust. Tom Lane
- pgsql: Make checkpoint requests more robust. Tom Lane
- pgsql: Make checkpoint requests more robust. Tom Lane
- pgsql: Make checkpoint requests more robust. Tom Lane
- pgsql: Make checkpoint requests more robust. Tom Lane
- pgsql: Make checkpoint requests more robust. Tom Lane
- pgsql: Tweak nbtsearch.c function prototype order. Peter Geoghegan
- pgsql: Rename typedef in jsonpath_gram.y from "string" to"JsonPathStri Alexander Korotkov
- pgsql: Restructure libpq's handling of send failures. Tom Lane
- pgsql: Hack back-branch SSL tests to avoid intermittent buildfarmfailu Tom Lane
- Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Michael Paquier
- pgsql: Remove ambiguity for jsonb_path_match() and jsonb_path_exists() Alexander Korotkov
- pgsql: Get rid of jsonpath_gram.h and jsonpath_scanner.h Alexander Korotkov
- pgsql: Refactor nbtree insertion scankeys. Peter Geoghegan
- pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Consider secondary factors during nbtree splits. Peter Geoghegan
- pgsql: Allow amcheck to re-find tuples using new search. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Andres Freund
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Restore RI trigger sanity check Alvaro Herrera
- pgsql: Restore RI trigger sanity check Alvaro Herrera
- pgsql: Suppress DETAIL output from a foreign_data test. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Fix spurious compiler warning in nbtxlog.c. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- pgsql: Add index_get_partition convenience function Alvaro Herrera
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- pgsql: Sort the dependent objects before deletion in DROP OWNED BY. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Add DNS SRV support for LDAP server discovery. Thomas Munro
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- pgsql: Improve error reporting for DROPFUNCTION/PROCEDURE/AGGREGATE/RO Tom Lane
- pgsql: Fix dependency recording bug for partitioned PKs Alvaro Herrera
- pgsql: Catversion bump announced in previous commit but forgotten Alvaro Herrera
- pgsql: Revert "Suppress DETAIL output from a foreign_data test." Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Alvaro Herrera
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Michael Paquier
- Re: [Suspect SPAM] Re: pgsql: Add pg_partition_root to displaytop-most parent of a partition Amit Langote
- Re: [Suspect SPAM] Re: pgsql: Add pg_partition_root to displaytop-most parent of a partition Michael Paquier
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Amit Langote
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Amit Langote
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Michael Paquier
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Amit Langote
- pgsql: Fix crash with pg_partition_root Michael Paquier
- Re: pgsql: Add pg_partition_root to display top-most parent of apartition Michael Paquier
- pgsql: Collations with nondeterministic comparison Peter Eisentraut
- pgsql: Delete empty pages during GiST VACUUM. Heikki Linnakangas
- pgsql: Add IntegerSet, to hold large sets of 64-bit ints efficiently. Heikki Linnakangas
- pgsql: Fix bug in the GiST vacuum's 2nd stage. Heikki Linnakangas
- pgsql: Make the integerset test more verbose. Heikki Linnakangas
- pgsql: Make printf format strings in test_integerset portable. Heikki Linnakangas
- pgsql: More portability fixes for integerset tests. Heikki Linnakangas
- Re: pgsql: Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. David Rowley
- pgsql: Fix ICU tests for older ICU versions Peter Eisentraut
- pgsql: Fix yet more portability bugs in integerset and its tests. Heikki Linnakangas
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Don't copy PartitionBoundInfo in set_relation_partition_info. Tom Lane
- pgsql: Go back to suppressing foreign_data DETAIL test output. Peter Geoghegan
- pgsql: Rearrange make_partitionedrel_pruneinfo to avoid work when weca Tom Lane
- Re: pgsql: Collations with nondeterministic comparison Tom Lane
- Re: pgsql: Collations with nondeterministic comparison Christoph Berg
- pgsql: Add gitignore entries for jsonpath_gram.h Peter Eisentraut
- pgsql: Make subscription collation test work independent of locale Peter Eisentraut
- Re: pgsql: Add gitignore entries for jsonpath_gram.h Tom Lane
- pgsql: Add options to enable and disable checksums in pg_checksums Michael Paquier
- pgsql: Revert "Add gitignore entries for jsonpath_gram.h" Peter Eisentraut
- pgsql: Add option -N/--no-sync to pg_checksums Michael Paquier
- Re: pgsql: Improve error reporting for DROPFUNCTION/PROCEDURE/AGGREGATE/RO Andres Freund
- Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO David Rowley
- pgsql: Expand EPQ tests for UPDATEs and DELETEs Andres Freund
- Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO Tom Lane
- pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough. Tom Lane
- pgsql: Improve format of code and some error messages in pg_checksums Michael Paquier
- pgsql: Add nbtree high key "continuescan" optimization. Peter Geoghegan
- pgsql: Suppress DETAIL output from an event_trigger test. Peter Geoghegan
- pgsql: Accept XML documents when xmloption = content,as required by SQ Tom Lane
- pgsql: Accept XML documents when xmloption = content,as required by SQ Tom Lane
- pgsql: Ensure xmloption = content while restoring pg_dump output. Tom Lane
- pgsql: Ensure xmloption = content while restoring pg_dump output. Tom Lane
- pgsql: Accept XML documents when xmloption = content,as required by SQ Tom Lane
- pgsql: Ensure xmloption = content while restoring pg_dump output. Tom Lane
- pgsql: Accept XML documents when xmloption = content,as required by SQ Tom Lane
- pgsql: Ensure xmloption = content while restoring pg_dump output. Tom Lane
- pgsql: Ensure xmloption = content while restoring pg_dump output. Tom Lane
- pgsql: Ensure xmloption = content while restoring pg_dump output. Tom Lane
- pgsql: Accept XML documents when xmloption = content,as required by SQ Tom Lane
- pgsql: Accept XML documents when xmloption = content,as required by SQ Tom Lane
- pgsql: Remove inadequate check for duplicate "xml" PI. Tom Lane
- pgsql: Remove inadequate check for duplicate "xml" PI. Tom Lane
- pgsql: Remove inadequate check for duplicate "xml" PI. Tom Lane
- pgsql: Revert strlen -> strnlen optimization pre-v11. Tom Lane
- pgsql: Remove inadequate check for duplicate "xml" PI. Tom Lane
- pgsql: Remove inadequate check for duplicate "xml" PI. Tom Lane
- pgsql: Revert strlen -> strnlen optimization pre-v11. Tom Lane
- pgsql: Remove inadequate check for duplicate "xml" PI. Tom Lane
- pgsql: Revert strlen -> strnlen optimization pre-v11. Tom Lane
- pgsql: Revert strlen -> strnlen optimization pre-v11. Tom Lane
- pgsql: tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund
- pgsql: Remove spurious return. Andres Freund
- pgsql: Transaction chaining Peter Eisentraut
- pgsql: Make current_logfiles use permissions assigned to files indata Michael Paquier
- pgsql: Make current_logfiles use permissions assigned to files indata Michael Paquier
- pgsql: Fix WAL format incompatibility introduced by backpatching of52a Alexander Korotkov
- pgsql: Fix WAL format incompatibility introduced by backpatching of52a Alexander Korotkov
- pgsql: Fix WAL format incompatibility introduced by backpatching of52a Alexander Korotkov
- pgsql: Fix WAL format incompatibility introduced by backpatching of52a Alexander Korotkov
- pgsql: Fix WAL format incompatibility introduced by backpatching of52a Alexander Korotkov
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: tableam: Add tuple_{insert, delete, update, lock} and use. Alexander Korotkov
- Re: pgsql: tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Avoid double-free in vacuumlo error path. Tom Lane
- pgsql: Avoid double-free in vacuumlo error path. Tom Lane
- pgsql: Avoid double-free in vacuumlo error path. Tom Lane
- pgsql: Avoid double-free in vacuumlo error path. Tom Lane
- pgsql: Avoid double-free in vacuumlo error path. Tom Lane
- pgsql: Avoid double-free in vacuumlo error path. Tom Lane
- pgsql: Remove dead code from nbtsplitloc.c. Peter Geoghegan
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Tom Lane
- Re: pgsql: Make heap TID a tiebreaker nbtree index column. Peter Geoghegan
- pgsql: Sort dependent objects before reporting them in DROP ROLE. Tom Lane
- pgsql: Un-hide most cascaded-drop details in regression test results. Tom Lane
- pgsql: tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW. Andres Freund
- Re: pgsql: Collations with nondeterministic comparison Tom Lane
- pgsql: Add ORDER BY to regression test case Peter Eisentraut
- Re: pgsql: Collations with nondeterministic comparison Peter Eisentraut
- pgsql: tableam: Add and use table_fetch_row_version(). Andres Freund
- pgsql: Add macro to cast away volatile without allowing changes tounde Peter Eisentraut
- pgsql: Initialize structure at declaration Peter Eisentraut
- pgsql: Align timestamps in pg_regress output Peter Eisentraut
- pgsql: Clean up the Simple-8b encoder code. Heikki Linnakangas
- pgsql: Get rid of backtracking in jsonpath_scan.l Alexander Korotkov
- pgsql: Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l Alexander Korotkov
- Re: pgsql: Get rid of backtracking in jsonpath_scan.l Robert Haas
- Re: pgsql: Get rid of backtracking in jsonpath_scan.l Alexander Korotkov
- pgsql: Add progress reporting for CLUSTER and VACUUM FULL. Robert Haas
- pgsql: pgbench: Remove \cset Alvaro Herrera
- pgsql: Fix use of wrong datatype with sizeof(). Robert Haas
- Re: pgsql: Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas
- pgsql: Refactor code to print pgbench progress reports. Heikki Linnakangas
- pgsql: Further code review for new integerset code. Tom Lane
- Re: pgsql: Further code review for new integerset code. Heikki Linnakangas
- pgsql: Add "split after new tuple" nbtree optimization. Peter Geoghegan
- pgsql: Suppress Append and MergeAppend plan nodes that have a singlech Tom Lane
- pgsql: Doc: clarify that REASSIGN OWNED doesn't handle defaultprivileg Tom Lane
- pgsql: Doc: clarify that REASSIGN OWNED doesn't handle defaultprivileg Tom Lane
- pgsql: Doc: clarify that REASSIGN OWNED doesn't handle defaultprivileg Tom Lane
- pgsql: Doc: clarify that REASSIGN OWNED doesn't handle defaultprivileg Tom Lane
- pgsql: Doc: clarify that REASSIGN OWNED doesn't handle defaultprivileg Tom Lane
- pgsql: Doc: clarify that REASSIGN OWNED doesn't handle defaultprivileg Tom Lane
- pgsql: Improve planner's selectivity estimates for inequalities onCTID Tom Lane
- pgsql: Add MacPorts support to src/test/ldap tests. Thomas Munro
- pgsql: tableam: Add helper for indexes to check if a correspondingtabl Andres Freund
- pgsql: tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. Andres Freund
- Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl Peter Geoghegan
- Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl Andres Freund
- Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl Peter Geoghegan
- pgsql: Fix crash when using partition bound expressions Michael Paquier
- Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl Andres Freund
- pgsql: Remove heap_hot_search(). Andres Freund
- pgsql: Fix misplaced const Peter Eisentraut
- Re: pgsql: Get rid of backtracking in jsonpath_scan.l Andrew Dunstan
- pgsql: Fix typo Magnus Hagander
- Re: pgsql: Fix misplaced const Tom Lane
- pgsql: Improve error handling of column references in expressiontransf Michael Paquier
- pgsql: Suppress uninitialized-variable warning. Tom Lane
- pgsql: pgbench: doExecuteCommand -> executeMetaCommand Alvaro Herrera
- pgsql: Avoid passing query tlist around separately fromroot->processed Tom Lane
- pgsql: Add support for multivariate MCV lists Tomas Vondra
- Re: pgsql: Add support for multivariate MCV lists Andres Freund
- Re: pgsql: Add support for multivariate MCV lists Peter Geoghegan
- pgsql: Minor improvements for the multivariate MCV lists Tomas Vondra
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- pgsql: Use Pandoc also for plain-text documentation output Peter Eisentraut
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- pgsql: doc: Move htmlhelp output to subdirectory Peter Eisentraut
- pgsql: doc: Add some images Peter Eisentraut
- Re: pgsql: doc: Add some images Alvaro Herrera
- pgsql: Fix vpath build Peter Eisentraut
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- pgsql: tableam: Support for an index build's initial table scan(s). Andres Freund
- Re: pgsql: Add support for multivariate MCV lists David Fetter
- Re: pgsql: Add support for multivariate MCV lists Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Thomas Munro
- pgsql: Use FullTransactionId for the transaction stack. Thomas Munro
- pgsql: Add basic infrastructure for 64 bit transaction IDs. Thomas Munro
- pgsql: doc: Fix typo Peter Eisentraut
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- Re: pgsql: Use FullTransactionId for the transaction stack. Masahiko Sawada
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Peter Geoghegan
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Peter Geoghegan
- Re: pgsql: Add support for multivariate MCV lists Peter Geoghegan
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- pgsql: Fix deserialization of pg_mcv_list values Tomas Vondra
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- pgsql: Fix a few comment copy & pastos. Andres Freund
- pgsql: Fix typo. Thomas Munro
- Re: pgsql: Use FullTransactionId for the transaction stack. Thomas Munro
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Peter Geoghegan
- pgsql: tableam: relation creation, VACUUM FULL/CLUSTER,SET TABLESPACE. Andres Freund
- pgsql: REINDEX CONCURRENTLY Peter Eisentraut
- Re: pgsql: REINDEX CONCURRENTLY Michael Paquier
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Simon Riggs
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Simon Riggs
- pgsql: Fix incorrect code in new REINDEX CONCURRENTLY code Peter Eisentraut
- pgsql: Warn more strongly about the dangers of exclusive backup mode. Robert Haas
- pgsql: Allow existing VACUUM options to take a Boolean argument. Robert Haas
- pgsql: doc: Refine README.links further Peter Eisentraut
- pgsql: Reorganize Notes section in documentation of pg_checksums Michael Paquier
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- pgsql: tableam: Comment fixes. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Simon Riggs
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Simon Riggs
- pgsql: Show table access methods as such in psql's \dA. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Simon Riggs
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Simon Riggs
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Peter Geoghegan
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Peter Geoghegan
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- Re: pgsql: Compute XID horizon for page level index vacuum onprimary. Andres Freund
- pgsql: Fix memory alignment in pg_mcv_list serialization Tomas Vondra
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- Re: pgsql: Add support for multivariate MCV lists Peter Geoghegan
- Re: pgsql: Add support for multivariate MCV lists Tomas Vondra
- pgsql: Tweak some nbtree-related code comments. Peter Geoghegan
- pgsql: doc: Fix typo Peter Eisentraut
- pgsql: doc: Small documentation review for REINDEX CONCURRENTLY Peter Eisentraut
- pgsql: Small code simplification for REINDEX CONCURRENTLY Peter Eisentraut
- pgsql: Generated columns Peter Eisentraut
- Re: pgsql: Compute XID horizon for page level index vacuum on primary. Thomas Munro
- pgsql: doc: Fix typo Peter Eisentraut
- pgsql: Avoid crash in partitionwise join planning under GEQO. Tom Lane
- pgsql: Avoid crash in partitionwise join planning under GEQO. Tom Lane
- pgsql: Fix compiler warnings in multivariate MCV code Tomas Vondra
- pgsql: Additional fixes of memory alignment in pg_mcv_list code Tomas Vondra
- pgsql: Speed up planning when partitions can be pruned at plan time. Tom Lane
- pgsql: Fix typo Tomas Vondra
- pgsql: tableam: Move heap specific logic from estimate_rel_size belowt Andres Freund
- pgsql: tableam: VACUUM and ANALYZE support. Andres Freund
- pgsql: Have pg_upgrade's Makefile honor NO_TEMP_INSTALL Andrew Dunstan
- pgsql: Have pg_upgrade's Makefile honor NO_TEMP_INSTALL Andrew Dunstan
- pgsql: Have pg_upgrade's Makefile honor NO_TEMP_INSTALL Andrew Dunstan
- pgsql: Have pg_upgrade's Makefile honor NO_TEMP_INSTALL Andrew Dunstan
- pgsql: Have pg_upgrade's Makefile honor NO_TEMP_INSTALL Andrew Dunstan
- pgsql: Skip redundant anti-wraparound vacuums Michael Paquier
- pgsql: Compute root->qual_security_level in a less random place. Tom Lane
- pgsql: Add test case exercising formerly-unreached code ininheritance_ Tom Lane