Commit Graph

45640 Commits (02e669c0f7ddbdc4f1ca74bfa5ccfcfca782f144)
 

Author SHA1 Message Date
Michael Paquier 1f50394119 Ignore publication tables when --no-publications is used 8 years ago
Michael Paquier a3bb831efe Revoke pg_stat_statements_reset() permissions 8 years ago
Andres Freund e5b2bd091a auto_explain: Include JIT information if applicable. 8 years ago
Andres Freund 6859bd2632 Make EXPLAIN output for JIT compilation more dense. 8 years ago
Andrew Dunstan 9625ab7924 Fast default trigger and expand_tuple fixes 8 years ago
Tom Lane bfdd02f88b Fix over-allocation of space for array_out()'s result string. 8 years ago
Noah Misch 89f2b64da3 Initialize random() in bootstrap/stand-alone postgres and in initdb. 8 years ago
Tom Lane b1356f18b7 Doc: warn against using parallel restore with --load-via-partition-root. 8 years ago
Tom Lane fe30cd25ec Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. 8 years ago
Bruce Momjian 7f203d60f4 docs: remove use of escape strings and use bytea hex output 8 years ago
Tom Lane 45a2d45f4f Fix bogus tab-completion rule for CREATE PUBLICATION. 8 years ago
Thomas Munro ec7b27675d Use size_t consistently in dsa.{ch}. 8 years ago
Michael Paquier 3d4b143dc7 Document lock taken on referenced table when adding a foreign key 8 years ago
Andres Freund 84f14fb788 Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. 8 years ago
Thomas Munro 8ffc3be10f Fix segment_bins corruption in dsa.c. 8 years ago
Thomas Munro 9d178fb928 Defer restoration of libraries in parallel workers. 8 years ago
Tom Lane 6449616419 Fix minor error message style guide violation. 8 years ago
Tom Lane c84f83975e Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock. 8 years ago
Tom Lane df8b5f3eb8 Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows" 8 years ago
Tom Lane 5c07d6497d Fix some probably-minor oversights in readfuncs.c. 8 years ago
Thomas Munro 63efab4ca1 Allow DSM allocation to be interrupted. 8 years ago
Tom Lane 3d65e406d1 Stamp 11beta4. 8 years ago
Tom Lane 486cfb3b8c Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). 8 years ago
Tom Lane d45f157e8b Fix pgbench lexer's "continuation" rule to cope with Windows newlines. 8 years ago
Michael Paquier f02259fe93 Allow concurrent-safe open() and fopen() in frontend code for Windows 8 years ago
Peter Eisentraut bcbd159027 Translation updates 8 years ago
Peter Eisentraut 05ae1bafa5 Add list of acknowledgments to release notes 8 years ago
Andrew Gierth f1ca5a654d Fix out-of-tree build for transform modules. 8 years ago
Tom Lane 0ca27ea66a Add outfuncs.c support for RawStmt nodes. 8 years ago
Bruce Momjian 7a2f70f0e5 doc: clarify pg_basebackup's -C/--create-slot description 8 years ago
Tom Lane 0fdadfb019 In v11, disable JIT by default (it's still enabled by default in HEAD). 8 years ago
Tom Lane f13e2d1cec Fix failure with initplans used conditionally during EvalPlanQual rechecks. 8 years ago
Alvaro Herrera 444455c2d9 Move PartitionDispatchData struct definition to execPartition.c 8 years ago
Alvaro Herrera 6009bad913 Fix ALTER/TYPE on columns referenced by FKs in partitioned tables 8 years ago
Amit Kapila 830d756590 Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. 8 years ago
Peter Eisentraut a2afcdab8a Message style improvements 8 years ago
Andres Freund 99ba795d98 Detect LLVM 7 without specifying binaries explicitly. 8 years ago
Amit Kapila ff4220ead2 Attach FPI to the first record after full_page_writes is turned on. 8 years ago
Tom Lane 12368f5e83 Minor fixes for psql tab completion. 8 years ago
Andrew Gierth f7d0343ead Repair bug in regexp split performance improvements. 8 years ago
Peter Eisentraut b91ae36029 ecpg: Change --version output to common style 8 years ago
Bruce Momjian 293010a68a doc: adjust PG 11 release notes 8 years ago
Tom Lane 224256f890 Remove ruleutils.c's special case for BIT [VARYING] literals. 8 years ago
Andrew Gierth e331d6712f Repair double-free in SP-GIST rescan (bug #15378) 8 years ago
Tom Lane e3aafe2001 Use -Bsymbolic for shared libraries on HP-UX and Solaris. 8 years ago
Tom Lane 6395ac14d9 Prevent mis-linking of src/port and src/common functions on *BSD. 8 years ago
Alexander Korotkov cc909ddbfb Fix past pd_upper write in ginRedoRecompress() 8 years ago
Noah Misch f7d745318b Allow ENOENT in check_mode_recursive(). 8 years ago
Noah Misch 475c1fb5a7 Fix logical subscriber wait in test. 8 years ago
Tom Lane 86d226ae5a Minor cleanup/future-proofing for pg_saslprep(). 8 years ago