Commit Graph

27350 Commits (bfc78d7196eb28cd4e3d6c24f7e607bacecf1129)

Author SHA1 Message Date
Robert Haas bfc78d7196 Rewrite interaction of parallel mode with parallel executor support. 10 years ago
Robert Haas 816e336f12 Mark more functions parallel-restricted or parallel-unsafe. 10 years ago
Robert Haas 82b37765c7 Fix a problem with parallel workers being unable to restore role. 10 years ago
Robert Haas 6de6d96d97 Invalidate caches after cranking up a parallel worker transaction. 10 years ago
Michael Meskes d07fea542f Fix order of arguments in ecpg generated typedef command. 10 years ago
Robert Haas 94b4f7e2a6 Tighten up application of parallel mode checks. 10 years ago
Robert Haas 423ec0877f Transfer current command counter ID to parallel workers. 10 years ago
Robert Haas 2ad5c27bb5 Don't send protocol messages to a shm_mq that no longer exists. 10 years ago
Tom Lane 3587cbc34f Fix NULL handling in datum_to_jsonb(). 10 years ago
Robert Haas 08fbad0afd Revert "Have dtrace depend on object files directly, not objfiles.txt" 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Alvaro Herrera 817588bc2b Fix bogus comments 10 years ago
Bruce Momjian aa7f9493a0 -- email subject limit ----------------------------------------- 10 years ago
Robert Haas 7353782853 Have dtrace depend on object files directly, not objfiles.txt 10 years ago
Robert Haas b8dd19af50 Improve INSERT .. ON CONFLICT error message. 10 years ago
Tom Lane 869f693a36 On Windows, ensure shared memory handle gets closed if not being used. 10 years ago
Tom Lane 6bcce25801 Fix "pg_ctl start -w" to test child process status directly. 10 years ago
Noah Misch 7732d49ca2 Use JsonbIteratorToken consistently in automatic variable declarations. 10 years ago
Peter Eisentraut f20b26960a Fix whitespace 10 years ago
Noah Misch 03a22f8b1d Make prove_installcheck remove the old log directory, if any. 10 years ago
Robert Haas 0e57b4d8bd Speed up text sorts where the same strings occur multiple times. 10 years ago
Robert Haas bfb54ff15a Make abbreviated key comparisons for text a bit cheaper. 10 years ago
Robert Haas db0f6cad48 Remove set_latch_on_sigusr1 flag. 10 years ago
Stephen Frost b7aac36245 Handle append_rel_list in expand_security_qual 10 years ago
Tom Lane 94f5246ce1 Fix uninitialized-variable bug. 10 years ago
Robert Haas c171818b27 Add BSWAP64 macro. 10 years ago
Robert Haas fd5eaad715 Correct pg_indent to pgindent in various comments. 10 years ago
Andrew Dunstan b6363772fd Factor out encoding specific tests for json 10 years ago
Bruce Momjian b852dc4cbd docs: clarify JSONB operator descriptions 10 years ago
Tom Lane 7e2a18a916 Perform an immediate shutdown if the postmaster.pid file is removed. 10 years ago
Robert Haas 8f6bb851bd Remove more volatile qualifiers. 10 years ago
Bruce Momjian b943f502b7 Have CREATE TABLE LIKE add OID column if any LIKEd table has one 10 years ago
Bruce Momjian 28b3a3d41a to_number(): allow 'V' to divide by 10^(the number of digits) 10 years ago
Bruce Momjian 2145a76604 psql: allow \pset C in setting the title, matches \C 10 years ago
Bruce Momjian 2d87eedc1d to_char(): Do not count negative sign as a digit for time values 10 years ago
Tom Lane 9e36c91b46 Fix insufficiently-portable regression test case. 10 years ago
Stephen Frost be400cd25c Add regression tests for INSERT/UPDATE+RETURNING 10 years ago
Noah Misch 5976097c0f Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 30cb12881d Prevent stack overflow in container-type functions. 10 years ago
Noah Misch 08fa47c485 Prevent stack overflow in json-related functions. 10 years ago
Stephen Frost 2ca9d5445c Apply SELECT policies in INSERT/UPDATE+RETURNING 10 years ago
Stephen Frost 4158cc3793 Do not write out WCOs in Query 10 years ago
Andres Freund 2596d705bd Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 10 years ago
Stephen Frost 088c83363a ALTER TABLE .. FORCE ROW LEVEL SECURITY 10 years ago
Andres Freund 86b1e6784b Fix hstore_plpython test when python3 is used. 10 years ago
Tom Lane f2fc98fb8e Further twiddling of nodeHash.c hashtable sizing calculation. 10 years ago
Tom Lane a31e64d065 Fix some issues in new hashtable size calculations in nodeHash.c. 10 years ago
Andrew Dunstan 1edd4ec831 Disallow invalid path elements in jsonb_set 10 years ago
Peter Eisentraut 6390c8c654 Group cluster_name and update_process_title settings together 10 years ago
Noah Misch 3cb0a7e75a Make BYPASSRLS behave like superuser RLS bypass. 10 years ago