Commit Graph

39225 Commits (9f1e642d50b30ec5c9604b6095073012a9a73e93)
 

Author SHA1 Message Date
Tom Lane 9f1e642d50 Fix incorrect handling of lookahead constraints in pg_regprefix(). 10 years ago
Robert Haas ee7ca559fc Add a C API for parallel heap scans. 10 years ago
Robert Haas b0b0d84b3d Allow a parallel context to relaunch workers. 10 years ago
Tom Lane afdfcd3f76 Miscellaneous cleanup of regular-expression compiler. 10 years ago
Tom Lane 538b3b8b35 Improve memory-usage accounting in regular-expression compiler. 10 years ago
Tom Lane 6a7153661d Improve performance of pullback/pushfwd in regular-expression compiler. 10 years ago
Tom Lane f5b7d103bc Improve performance of fixempties() pass in regular-expression compiler. 10 years ago
Tom Lane 579840ca05 Fix O(N^2) performance problems in regular-expression compiler. 10 years ago
Tom Lane 48789c5d23 Fix regular-expression compiler to handle loops of constraint arcs. 10 years ago
Robert Haas d53e3d5fe0 Remove volatile qualifiers from proc.c and procarray.c 10 years ago
Robert Haas 430008b5a7 Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c 10 years ago
Robert Haas 78652a3332 Remove cautions about using volatile from spin.h. 10 years ago
Robert Haas a53c06a13e Prohibit parallel query when the isolation level is serializable. 10 years ago
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 dfa1cddc4c Avoid scan-build warning about uninitialized htonl() arguments. 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 41562b14bb Fix typo in docs. 10 years ago
Robert Haas c171818b27 Add BSWAP64 macro. 10 years ago
Robert Haas 1e35319861 Hyphenate variable-length for consistency. 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
Tom Lane 1ea0c73c2b Improve documentation of the role-dropping process. 10 years ago
Bruce Momjian b292ee79a6 docs: add JSONB containment example of a key and empty object 10 years ago
Bruce Momjian 23d29cef93 docs: Map operator @> to the proper SGML escape for '>' 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