Commit Graph

3212 Commits (e10838026b373f01d1de0f4f7ea80a60c30565da)

Author SHA1 Message Date
Tom Lane e10838026b Fix brin_summarize_new_values() to check index type and ownership. 11 years ago
Stephen Frost 496943ec2b Make viewquery a copy in rewriteTargetView() 11 years ago
Tom Lane 3ef762e7d8 Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql. 11 years ago
Alvaro Herrera 0c6881fd14 Rework internals of changing a type's ownership 11 years ago
Stephen Frost 651e2ba74a Collect the global OR of hasRowSecurity flags for plancache 11 years ago
Kevin Grittner c6eced09b2 Remove xmlparse(document '') test 11 years ago
Tom Lane ea7f7d8b32 Add an expected-file to match behavior of latest libxml2. 11 years ago
Alvaro Herrera 31f88a12a0 For REASSIGN OWNED for foreign user mappings 11 years ago
Stephen Frost fda18e46a6 Handle policies during DROP OWNED BY 11 years ago
Stephen Frost 12a54c888c Handle dependencies properly in ALTER POLICY 11 years ago
Tom Lane 564c19e86e Still more fixes for planner's handling of LATERAL references. 11 years ago
Peter Eisentraut 0fc7c4a557 Improve some messages 11 years ago
Andres Freund 34263e8e4a Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. 11 years ago
Tom Lane 59f10ffa5b Avoid odd portability problem in TestLib.pm's slurp_file function. 11 years ago
Tom Lane 25517ee14c Fix another oversight in checking if a join with LATERAL refs is legal. 11 years ago
Tom Lane 20c444f5b5 Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. 11 years ago
Tom Lane 181346cf98 Further tweaking of print_aligned_vertical(). 11 years ago
Tom Lane 4122ebcb10 Rework wrap-width calculation in psql's print_aligned_vertical() function. 11 years ago
Tom Lane e69d3a82e4 Avoid caching expression state trees for domain constraints across queries. 11 years ago
Tom Lane a35c5b7c1f Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 11 years ago
Tom Lane 331828b754 Back-patch fixes to make TAP tests work on Windows. 11 years ago
Peter Eisentraut a408bd58a6 Message style fix 11 years ago
Peter Eisentraut 689cabf402 Message improvements 11 years ago
Tom Lane 34d4f49bb9 Speed up ruleutils' name de-duplication code, and fix overlength-name case. 11 years ago
Tom Lane 0489a048d3 Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 11 years ago
Tom Lane 44fc251536 Fix enforcement of restrictions inside regexp lookaround constraints. 11 years ago
Tom Lane 4d867458fc Fix erroneous hash calculations in gin_extract_jsonb_path(). 11 years ago
Peter Eisentraut 0bc3071796 Message style improvements 11 years ago
Alvaro Herrera c56949168c Fix secondary expected output for commit_ts test 11 years ago
Tom Lane 5fb20a5ba6 Fix incorrect translation of minus-infinity datetimes for json/jsonb. 11 years ago
Noah Misch ed6c516728 Fix back-patch of commit 8e3b4d9d40. 11 years ago
Noah Misch 01a96c77d6 Eschew "RESET statement_timeout" in tests. 11 years ago
Tom Lane 43e36f8dd0 Fix incorrect handling of lookahead constraints in pg_regprefix(). 11 years ago
Tom Lane 6a7a2ee777 Miscellaneous cleanup of regular-expression compiler. 11 years ago
Tom Lane 0889e1857f Fix regular-expression compiler to handle loops of constraint arcs. 11 years ago
Tom Lane a93b3782e3 Fix NULL handling in datum_to_jsonb(). 11 years ago
Robert Haas bf8a361e10 Improve INSERT .. ON CONFLICT error message. 11 years ago
Tom Lane c6ab511c22 Sigh, need "use Config" as well. 11 years ago
Tom Lane 34557f5448 Cause TestLib.pm to define $windows_os in all branches. 11 years ago
Peter Eisentraut 7109c606d0 Fix whitespace 11 years ago
Stephen Frost a26609e470 Handle append_rel_list in expand_security_qual 11 years ago
Andrew Dunstan 48a78d80c8 Factor out encoding specific tests for json 11 years ago
Tom Lane c0f058e4d2 Fix insufficiently-portable regression test case. 11 years ago
Stephen Frost f9bb9c0a8a Add regression tests for INSERT/UPDATE+RETURNING 11 years ago
Noah Misch 98f30d2e55 Prevent stack overflow in json-related functions. 11 years ago
Stephen Frost 90f334d2ca ALTER TABLE .. FORCE ROW LEVEL SECURITY 11 years ago
Andrew Dunstan 544ccf6442 Disallow invalid path elements in jsonb_set 11 years ago
Noah Misch 01ba7894f3 Make BYPASSRLS behave like superuser RLS bypass. 11 years ago
Andres Freund 7285d66494 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 11 years ago
Tom Lane 51f235931d Fix potential infinite loop in regular expression execution. 11 years ago