Commit Graph

45509 Commits (ff347f8aff04865680c19ffc818460bb2afaad5b)
 

Author SHA1 Message Date
Alvaro Herrera ff347f8aff Fix duplicate primary keys in partitions 7 years ago
Andres Freund e97c4d967b Fix issues around EXPLAIN with JIT. 7 years ago
Amit Kapila ca5ca25d08 MAXALIGN the target address where we store flattened value. 7 years ago
Tom Lane a051c19c3c Set snprintf.c's maximum number of NL arguments to be 31. 7 years ago
Tom Lane 419cc8add5 Fix corner-case failures in has_foo_privilege() family of functions. 7 years ago
Michael Paquier e9cff30616 Fix documentation of pgrowlocks using "lock_type" instead of "modes" 7 years ago
Peter Eisentraut 3b983c3354 Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax 7 years ago
Tom Lane 1f25c7a8fc Fix tuple_data_split() to not open a relation without any lock. 7 years ago
Tom Lane 4c985549fe Fix ALTER COLUMN TYPE to not open a relation without any lock. 7 years ago
Tom Lane 7871a36255 Fix detection of the result type of strerror_r(). 7 years ago
Tom Lane a8fb03fcea Improve error reporting for unsupported effective_io_concurrency setting. 7 years ago
Amit Kapila 6c8671bc39 Fix assertion failure when updating full_page_writes for checkpointer. 7 years ago
Michael Paquier 88926fd481 Fix WAL recycling on standbys depending on archive_mode 7 years ago
Tom Lane 49507dec46 Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
Peter Eisentraut 6485469606 Recurse to sequences on ownership change for all relkinds 7 years ago
Michael Paquier 180feb8c7e Rework activation of commit timestamps during recovery 7 years ago
Alvaro Herrera 2886a8f704 Remove obsolete comment 7 years ago
Andres Freund e63441c3f5 Collect JIT instrumentation from workers. 7 years ago
Tom Lane 9590f7d6c6 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Michael Paquier 1f50394119 Ignore publication tables when --no-publications is used 7 years ago
Michael Paquier a3bb831efe Revoke pg_stat_statements_reset() permissions 7 years ago
Andres Freund e5b2bd091a auto_explain: Include JIT information if applicable. 7 years ago
Andres Freund 6859bd2632 Make EXPLAIN output for JIT compilation more dense. 7 years ago
Andrew Dunstan 9625ab7924 Fast default trigger and expand_tuple fixes 7 years ago
Tom Lane bfdd02f88b Fix over-allocation of space for array_out()'s result string. 7 years ago
Noah Misch 89f2b64da3 Initialize random() in bootstrap/stand-alone postgres and in initdb. 7 years ago
Tom Lane b1356f18b7 Doc: warn against using parallel restore with --load-via-partition-root. 7 years ago
Tom Lane fe30cd25ec Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. 7 years ago
Bruce Momjian 7f203d60f4 docs: remove use of escape strings and use bytea hex output 7 years ago
Tom Lane 45a2d45f4f Fix bogus tab-completion rule for CREATE PUBLICATION. 7 years ago
Thomas Munro ec7b27675d Use size_t consistently in dsa.{ch}. 7 years ago
Michael Paquier 3d4b143dc7 Document lock taken on referenced table when adding a foreign key 7 years ago
Andres Freund 84f14fb788 Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. 7 years ago
Thomas Munro 8ffc3be10f Fix segment_bins corruption in dsa.c. 7 years ago
Thomas Munro 9d178fb928 Defer restoration of libraries in parallel workers. 7 years ago
Tom Lane 6449616419 Fix minor error message style guide violation. 7 years ago
Tom Lane c84f83975e Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock. 7 years ago
Tom Lane df8b5f3eb8 Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows" 7 years ago
Tom Lane 5c07d6497d Fix some probably-minor oversights in readfuncs.c. 7 years ago
Thomas Munro 63efab4ca1 Allow DSM allocation to be interrupted. 7 years ago
Tom Lane 3d65e406d1 Stamp 11beta4. 7 years ago
Tom Lane 486cfb3b8c Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). 7 years ago
Tom Lane d45f157e8b Fix pgbench lexer's "continuation" rule to cope with Windows newlines. 7 years ago
Michael Paquier f02259fe93 Allow concurrent-safe open() and fopen() in frontend code for Windows 7 years ago
Peter Eisentraut bcbd159027 Translation updates 7 years ago
Peter Eisentraut 05ae1bafa5 Add list of acknowledgments to release notes 7 years ago
Andrew Gierth f1ca5a654d Fix out-of-tree build for transform modules. 7 years ago
Tom Lane 0ca27ea66a Add outfuncs.c support for RawStmt nodes. 7 years ago
Bruce Momjian 7a2f70f0e5 doc: clarify pg_basebackup's -C/--create-slot description 7 years ago
Tom Lane 0fdadfb019 In v11, disable JIT by default (it's still enabled by default in HEAD). 7 years ago