Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Tom Lane e4f9737fac Stamp 14beta1. 5 years ago
Magnus Hagander cff8436f19 Remove obsolete reference to winflex download 5 years ago
Bruce Momjian fe2fb9ebca doc: PG 14 relnotes adjustments from Fujii Masao 5 years ago
Peter Eisentraut 6292b83074 Translation updates 5 years ago
Magnus Hagander f9e6d00df0 Fix wording in description of pg_stat_statements.toplevel 5 years ago
Etsuro Fujita 15fcd33e06 Doc: Update documentation for asynchronous execution. 5 years ago
Bruce Momjian 07af57dbad doc: update PG 14 relnotes from feedback by Tom, Alvaro, Julien 5 years ago
Bruce Momjian f39b21e6a2 doc: remove XML comments around compute_query_id PG14 rel text 5 years ago
Bruce Momjian 6cb5346cb1 doc: update PG 14 release notes for compute_query_id change 5 years ago
Alvaro Herrera 354f32d01d
Unbreak EXEC_BACKEND build 5 years ago
Alvaro Herrera cafde58b33
Allow compute_query_id to be set to 'auto' and make it default 5 years ago
Tom Lane 30d8bad494 Be more careful about barriers when releasing BackgroundWorkerSlots. 5 years ago
Peter Geoghegan 8f72bbac3e Harden nbtree deduplication posting split code. 5 years ago
Tom Lane c3c35a733c Prevent infinite insertion loops in spgdoinsert(). 5 years ago
Tom Lane eb7a6b9229 Fix query-cancel handling in spgdoinsert(). 5 years ago
Tom Lane e47f93f981 Refactor CHECK_FOR_INTERRUPTS() to add flexibility. 5 years ago
Alvaro Herrera 1b5617eb84
Describe (auto-)analyze behavior for partitioned tables 5 years ago
Bruce Momjian 5eb1b27d20 doc: update PG 14 release notes with recent feedback 5 years ago
Peter Eisentraut 09ae329957 Message style improvements 5 years ago
Bruce Momjian 521d08a21a doc: PG 14 release notes, reorder items by significance 5 years ago
David Rowley 6cb93beddd Convert misleading while loop into an if condition 5 years ago
Peter Geoghegan fbe9b80610 Fix autovacuum log output heap truncation issue. 5 years ago
Bruce Momjian b2d0c7c967 doc: PG 14 release notes, adjust updates/deletes on partitions 5 years ago
Alexander Korotkov 9b7286c2b3 Improve documentation example for jsonpath like_regex operator 5 years ago
Etsuro Fujita a784859f44 Prevent asynchronous execution of direct foreign-table modifications. 5 years ago
Peter Eisentraut 5a73a9e3b5 pg_amcheck: Message style and formatting improvements 5 years ago
Amit Kapila fc69509131 Fix tests for replication slots stats. 5 years ago
Bruce Momjian b35f827b68 doc: update PG 14 release notes based on current feedback 5 years ago
Michael Paquier 1906cc07d9 Make saner the tab completion of INSERT and DELETE in psql 5 years ago
Alvaro Herrera db16c65647
Rename the logical replication global "wrconn" 5 years ago
Tom Lane 7dde98728a Double-space commands in system_constraints.sql/system_functions.sql. 5 years ago
Tom Lane 1f9b0e6938 Doc: update bki.sgml's statements about OID ranges. 5 years ago
Tom Lane 1447244286 Do pre-release housekeeping on catalog data. 5 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 5 years ago
Michael Paquier e6ccd1ce16 Simplify one use of ScanKey in pg_subscription.c 5 years ago
Peter Eisentraut ec6e70c79f Refactor some error messages for easier translation 5 years ago
Etsuro Fujita a363bc6da9 Fix EXPLAIN ANALYZE for async-capable nodes. 5 years ago
Tom Lane e135743ef0 Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS. 5 years ago
Fujii Masao d780d7c088 Change data type of counters in BufferUsage and WalUsage from long to int64. 5 years ago
Andrew Dunstan 0bf62931ca
Tweak generation of Gen_dummy_probes.pl 5 years ago
Tom Lane 0b85fa93e4 Fix vcregress.pl's ancient misspelling of --max-connections. 5 years ago
Tom Lane 1df3555acc Get rid of the separate serial_schedule list of tests. 5 years ago
Bruce Momjian 5b2d09beaf doc: update PG 14 release notes based on feedback 5 years ago
Tom Lane 6303a57309 Replace opr_sanity test's binary_coercible() function with C code. 5 years ago
Peter Eisentraut 6d177e2813 Fix typo 5 years ago
Bruce Momjian ff51679220 doc: update PG 14 release notes based on feedback so far 5 years ago
David Rowley 1692d0c3a3 Doc: Remove outdated note about run-time partition pruning 5 years ago
Michael Paquier 9ca40dcd4d Add support for LZ4 build in MSVC scripts 5 years ago
Tom Lane 049e1e2edb Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. 5 years ago
Tom Lane f02b9085ad Prevent integer overflows in array subscripting calculations. 5 years ago