Commit Graph

46367 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)
 

Author SHA1 Message Date
Thomas Munro 6c3c9d4189 Defer restoration of libraries in parallel workers. 7 years ago
Michael Paquier 40cfe86068 Enforce translation mode for Windows frontends to text with open/fopen 7 years ago
Tom Lane 0d38e4ebb7 Fix minor error message style guide violation. 7 years ago
Tom Lane 8f0de712c3 Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Tom Lane d0cfc3d6a4 Add a debugging option to stress-test outfuncs.c and readfuncs.c. 7 years ago
Tom Lane db1071d4ee Fix some minor issues exposed by outfuncs/readfuncs testing. 7 years ago
Tom Lane 09991e5a47 Fix some probably-minor oversights in readfuncs.c. 7 years ago
Thomas Munro 422952ee78 Allow DSM allocation to be interrupted. 7 years ago
Michael Paquier 1d6fbc38d9 Refactor routines for subscription and publication lookups 7 years ago
Tom Lane 07a3af0ff8 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). 7 years ago
Tom Lane 789ba5029a Remove dead code from pop_next_work_item(). 7 years ago
Tom Lane db37ab2c60 Fix pgbench lexer's "continuation" rule to cope with Windows newlines. 7 years ago
Peter Eisentraut f9907c6ac2 Add list of acknowledgments to release notes 7 years ago
Andrew Gierth 60f6756f92 Fix out-of-tree build for transform modules. 7 years ago
Tom Lane 3844adbf3c Add outfuncs.c support for RawStmt nodes. 7 years ago
Bruce Momjian da1db40435 doc: clarify pg_basebackup's -C/--create-slot description 7 years ago
Tom Lane 8f32bacc00 In v11, disable JIT by default (it's still enabled by default in HEAD). 7 years ago
Tom Lane 1f4a920b73 Fix failure with initplans used conditionally during EvalPlanQual rechecks. 7 years ago
Alvaro Herrera 6b78231d91 Move PartitionDispatchData struct definition to execPartition.c 7 years ago
Tom Lane 548e50976c Improve parallel scheduling logic in pg_dump/pg_restore. 7 years ago
Alvaro Herrera 20bef2c311 Fix ALTER/TYPE on columns referenced by FKs in partitioned tables 7 years ago
Andrew Gierth 728202b63c Order active window clauses for greater reuse of Sort nodes. 7 years ago
Amit Kapila 75f9c4ca5a Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. 7 years ago
Michael Paquier 0ba06e0bfb Allow concurrent-safe open() and fopen() in frontend code for Windows 7 years ago
Michael Paquier 28a8fa984c Improve autovacuum logging for aggressive and anti-wraparound runs 7 years ago
Peter Eisentraut f48fa2bc8b Message style improvements 7 years ago
Andres Freund 240d40db88 Detect LLVM 7 without specifying binaries explicitly. 7 years ago
Tom Lane 23bd3cec6e Attempt to identify system timezone by reading /etc/localtime symlink. 7 years ago
Amit Kapila bc153c941d Attach FPI to the first record after full_page_writes is turned on. 7 years ago
Michael Paquier 514a731ddc Simplify static function in extension.c 7 years ago
Peter Eisentraut e5f1bb92cf Simplify index tuple descriptor initialization 7 years ago
Tom Lane 7046d30246 Minor fixes for psql tab completion. 7 years ago
Andrew Gierth b7f6bcbffc Repair bug in regexp split performance improvements. 7 years ago
Peter Eisentraut ba37349cff ecpg: Change --version output to common style 7 years ago
Tom Lane 2970afa6cf Add PQresultMemorySize function to report allocated size of a PGresult. 7 years ago
Michael Paquier e7a2217978 Parse more strictly integer parameters from connection strings in libpq 7 years ago
Bruce Momjian 0d45cd96fd doc: adjust PG 11 release notes 7 years ago
Tom Lane fedc97cdfd Remove ruleutils.c's special case for BIT [VARYING] literals. 7 years ago
Andrew Gierth 500d49794f Repair double-free in SP-GIST rescan (bug #15378) 7 years ago
Tom Lane 4fa3741d1c Use -Bsymbolic for shared libraries on HP-UX and Solaris. 7 years ago
Tom Lane 14ea365203 Hide a static inline from FRONTEND code. 7 years ago
Tom Lane e3d77ea6b4 Prevent mis-linking of src/port and src/common functions on *BSD. 7 years ago
Alexander Korotkov cf98467242 Improve behavior of to_timestamp()/to_date() functions 7 years ago
Alexander Korotkov 5f08accdad Fix past pd_upper write in ginRedoRecompress() 7 years ago
Tom Lane ff47d4bf1f Work around stdbool problem in dfmgr.c. 7 years ago
Tom Lane ed0cdf0e05 Install a check for mis-linking of src/port and src/common functions. 7 years ago
Noah Misch c85ad9cc63 Allow ENOENT in check_mode_recursive(). 7 years ago
Noah Misch 076a3c2112 Fix logical subscriber wait in test. 7 years ago
Tom Lane f47f314801 Minor cleanup/future-proofing for pg_saslprep(). 7 years ago