Commit Graph

58164 Commits (c2df2ed90a82fc0acd07ed88ac433350edfd6b54)
 

Author SHA1 Message Date
Tom Lane c2df2ed90a Try to stabilize flappy test result. 2 years ago
Robert Haas d3ae2a24f2 Add allow_alter_system GUC. 2 years ago
Tom Lane 0075d78947 Allow "internal" subtransactions in parallel mode. 2 years ago
Alvaro Herrera e2395cdbe8
ALTER TABLE: rework determination of access method ID 2 years ago
Tom Lane be98a550cc Update comment in set_dummy_rel_pathlist(). 2 years ago
Alvaro Herrera 213c959a29
Remove translation markers from libpq-be-fe-helpers.h 2 years ago
Alvaro Herrera 2466d6654f
libpq-be-fe-helpers.h: wrap new cancel APIs 2 years ago
Heikki Linnakangas 427005742b Remove obsolete comment about VACUUM retrying pruning 2 years ago
Masahiko Sawada f1bb9284f7 Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql. 2 years ago
Nathan Bossart 7188a7806d Improve style of pg_lfind32(). 2 years ago
Masahiko Sawada 2d8f56dabb Rethink create and attach APIs of shared TidStore. 2 years ago
Bruce Momjian d1cf5319e9 doc: fix CREATE ROLE typo 2 years ago
Jeff Davis b0be28761e Run perltidy on generate-unicode_version.pl. 2 years ago
Tom Lane a767cdc84c Fix unnecessary use of moving-aggregate mode with non-moving frame. 2 years ago
Nathan Bossart 44a4cca991 Adjust documentation for syncfs(). 2 years ago
Robert Haas de7e96bd0f Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER. 2 years ago
David Rowley d6a6957d53 Fix unstable aggregate regression test 2 years ago
Dean Rasheed e6341323a8 Add functions to generate random numbers in a specified range. 2 years ago
Alexander Korotkov 818861eb57 Fix some typos and grammar issues from commit 87985cc925 2 years ago
Amit Kapila 677a45c4ae Fix random failure in 004_subscription. 2 years ago
Amit Kapila 6d49c8d4b4 Change last_inactive_time to inactive_since in pg_replication_slots. 2 years ago
Masahiko Sawada bb952c8c8b Allow specifying initial and maximum segment sizes for DSA. 2 years ago
Nathan Bossart 1f42337be5 Fix compiler warning for pg_lfind32(). 2 years ago
Nathan Bossart ffa9bb53ec Add commit 64e401b62b to .git-blame-ignore-revs. 2 years ago
Tom Lane 9d00cf4772 Remove some redundant set_cheapest() calls. 2 years ago
Nathan Bossart d365ae7054 Optimize roles_is_member_of() with a Bloom filter. 2 years ago
Tom Lane fad3b5b5ac Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. 2 years ago
Nathan Bossart 7644a7340c Micro-optimize pg_lfind32(). 2 years ago
Tom Lane a65724dfa7 Propagate pathkeys from CTEs up to the outer query. 2 years ago
Bruce Momjian e648e77e25 C comment: mention no doc for negative start of substring(text) 2 years ago
Tom Lane 8a92b70c11 Allow "make check"-style testing to work with musl C library. 2 years ago
Peter Eisentraut 89e5ef7e21 Remove ObjectClass type 2 years ago
Peter Eisentraut 8c4f2d5475 Message fixes for pg_createsubscriber 2 years ago
Masahiko Sawada a0e22ef911 Fix inconsistent function prototypes with function definitions. 2 years ago
Masahiko Sawada 4edb37e322 Fix a calculation in TidStoreCreate(). 2 years ago
Andres Freund 3a4837fc80 Avoid edge case in pg_visibility test with small shared_buffers 2 years ago
Alexander Korotkov 41d3780d3d Improve error message for tts_(virtual|minimal)_is_current_xact_tuple 2 years ago
Alexander Korotkov 10baee0c95 Add comments on some MinimalTupleSlots methods usage 2 years ago
Andres Freund c6f09e188b ci: macos: Choose python version 2 years ago
Alexander Korotkov 8ffc2aa720 Add EvalPlanQual delete returning isolation test 2 years ago
Alexander Korotkov 87985cc925 Allow locking updated tuples in tuple_update() and tuple_delete() 2 years ago
Tom Lane c7076ba6ad Refactor predicate_{implied,refuted}_by_simple_clause. 2 years ago
Jeff Davis bc5fcaa289 Clarify comment for LogicalTapeSetBlocks(). 2 years ago
Nathan Bossart 3ff01b2b6e Adjust pgbench option for debug mode. 2 years ago
Alvaro Herrera 374c7a2290
Allow specifying an access method for partitioned tables 2 years ago
Daniel Gustafsson b8528fe026 Fix typo in comment 2 years ago
Daniel Gustafsson 68174679fe doc: Document error handling in PGTYPESnumeric_to_long 2 years ago
Daniel Gustafsson b2d6b4c728 ecpg: Fix return code for overflow in numeric conversion 2 years ago
Daniel Gustafsson 64e401b62b Fix indentation from a11f330b5 2 years ago
Heikki Linnakangas f83d709760 Merge prune, freeze and vacuum WAL record formats 2 years ago