Commit Graph

6958 Commits (1efc7e538204646fec0f790b683012ed9bd8a99f)

Author SHA1 Message Date
Robert Haas 1efc7e5382 Fix problems with ParamListInfo serialization mechanism. 10 years ago
Tom Lane 12c9a04008 Implement lookbehind constraints in our regular-expression engine. 10 years ago
Robert Haas 3a1f8611f2 Update parallel executor support to reuse the same DSM. 10 years ago
Robert Haas 8538a63070 Make Gather node projection-capable. 10 years ago
Alvaro Herrera 531d21b75f Cleanup commit timestamp module activaction, again 10 years ago
Tom Lane d435542583 Fix incorrect translation of minus-infinity datetimes for json/jsonb. 10 years ago
Robert Haas a1c466c5dd Fix incorrect comment in plannodes.h 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 538b3b8b35 Improve memory-usage accounting in regular-expression compiler. 10 years ago
Tom Lane 579840ca05 Fix O(N^2) performance problems in regular-expression compiler. 10 years ago
Robert Haas 78652a3332 Remove cautions about using volatile from spin.h. 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 2ad5c27bb5 Don't send protocol messages to a shm_mq that no longer exists. 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Tom Lane 869f693a36 On Windows, ensure shared memory handle gets closed if not being used. 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
Robert Haas c171818b27 Add BSWAP64 macro. 10 years ago
Robert Haas fd5eaad715 Correct pg_indent to pgindent in various comments. 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
Stephen Frost 4158cc3793 Do not write out WCOs in Query 10 years ago
Stephen Frost 088c83363a ALTER TABLE .. FORCE ROW LEVEL SECURITY 10 years ago
Tom Lane a31e64d065 Fix some issues in new hashtable size calculations in nodeHash.c. 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
Tom Lane b63fc28776 Add recursion depth protections to regular expression matching. 10 years ago
Alvaro Herrera f12e814b88 Fix commit_ts for standby 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Alvaro Herrera 6b61955135 Code review for transaction commit timestamps 10 years ago
Robert Haas d1b7c1ffe7 Parallel executor support. 10 years ago
Alvaro Herrera 17f5831c81 Fix "sesssion" typo 10 years ago
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support. 10 years ago
Andres Freund 4f627f8973 Rework the way multixact truncations work. 10 years ago
Tom Lane 39df0f150c Allow planner to use expression-index stats for function calls in WHERE. 10 years ago
Teodor Sigaev dc943ad952 Allow autoanalyze to add pages deleted from pending list to FSM 10 years ago
Noah Misch 7f11724bd6 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Noah Misch 537bd178c7 Remove the row_security=force GUC value. 10 years ago
Robert Haas 4a4e6893aa Glue layer to connect the executor to the shm_mq mechanism. 10 years ago
Tom Lane d9c0c728af Fix low-probability memory leak in regex execution. 10 years ago
Robert Haas 8dd401aa07 Add new function planstate_tree_walker. 10 years ago
Teodor Sigaev 22f519c92a Fix bug introduced by microvacuum for GiST 10 years ago
Robert Haas 7aea8e4f2d Determine whether it's safe to attempt a parallel plan for a query. 10 years ago
Tom Lane b44d92b67b Sync regex code with Tcl 8.6.4. 10 years ago
Tom Lane ad584a08c1 Remove no-longer-used T_PrivGrantee node tag. 10 years ago
Stephen Frost 22eaf35c1d RLS refactoring 10 years ago
Fujii Masao 05ec71eea2 Fix comment regarding the meaning of infinity for timeline history entry 10 years ago