Commit Graph

2413 Commits (8507c2f8564b709bb6a3cc86e9599f6129f45c8e)

Author SHA1 Message Date
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Peter Eisentraut f90dd28062 Add ALTER DOMAIN ... RENAME 14 years ago
Tom Lane 1db5af2794 Fix gincostestimate to handle ScalarArrayOpExpr reasonably. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 5577ca5bfb Remove bogus entries in gist point_ops operator class. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago
Robert Haas d039fd51f7 Don't leave regress_test_role_super lying around. 14 years ago
Heikki Linnakangas 4adead1d22 Add support for passing cursor parameters in named notation in PL/pgSQL. 14 years ago
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Tom Lane 65d9aedb1b Fix getTypeIOParam to support type record[]. 14 years ago
Tom Lane f225e4bc54 When a row fails a not-null constraint, show row's contents in errdetail. 14 years ago
Tom Lane f1e13001b2 When a row fails a CHECK constraint, show row's contents in errdetail. 14 years ago
Tom Lane c66e4f138b Improve GiST range-contained-by searches by adding a flag for empty ranges. 14 years ago
Peter Eisentraut 08da2d282f Add pg_upgrade test suite 14 years ago
Tom Lane df73584431 Remove zero- and one-argument range constructor functions. 14 years ago
Tom Lane cddc819e45 Improve implementation of range-contains-element tests. 14 years ago
Robert Haas f1b4aa2a84 Check for INSERT privileges in SELECT INTO / CREATE TABLE AS. 14 years ago
Tom Lane 766948bedd Still more review for range-types patch. 14 years ago
Tom Lane a4ffcc8e11 More code review for rangetypes patch. 14 years ago
Tom Lane a1a233af66 Further review of range-types patch. 14 years ago
Robert Haas fc6d1006bd Further consolidation of DROP statement handling. 14 years ago
Tom Lane 709aca5960 Declare range inclusion operators as taking anyelement not anynonarray. 14 years ago
Tom Lane bf4f96b5e2 Fix range_cmp_bounds for the case of equal-valued exclusive bounds. 14 years ago
Tom Lane 4509033a00 Code review for range-types catalog entries. 14 years ago
Tom Lane ad50934eaa Fix alignment and toasting bugs in range types. 14 years ago
Tom Lane 4165d5b6d7 Update oidjoins regression test to match git HEAD. 14 years ago
Tom Lane 851c83fc81 Return FALSE instead of throwing error for comparisons with empty ranges. 14 years ago
Tom Lane f158536285 Fix copyright notices, other minor editing in new range-types code. 14 years ago
Tom Lane 2c30f96103 Tweak new regression test case for more portability. 14 years ago
Tom Lane 6d295b6494 Fix random discrepancies between parallel_schedule and serial_schedule. 14 years ago
Tom Lane 57664ed25e Wrap appendrel member outputs in PlaceHolderVars in additional cases. 14 years ago
Tom Lane f62be400c0 On second thought, we'd better just drop these tests altogether. 14 years ago
Tom Lane 362f731dde Un-break horology regression test. 14 years ago
Magnus Hagander 3a6e4076b7 Update regression tests for \d+ modification 14 years ago
Alvaro Herrera e145891c98 Unbreak isolationtester on Win32 14 years ago
Alvaro Herrera 7ed3605675 Implement a dry-run mode for isolationtester 14 years ago
Heikki Linnakangas 4429f6a9e3 Support range data types. 14 years ago
Tom Lane 7e3bf99baa Fix handling of PlaceHolderVars in nestloop parameter management. 14 years ago
Tom Lane 882368e854 Fix btree stop-at-nulls logic properly. 14 years ago
Peter Eisentraut 654e1f96b0 Clean up whitespace and indentation in parser and scanner files 14 years ago
Tom Lane 58958726ff Change FK trigger creation order to better support self-referential FKs. 14 years ago
Alvaro Herrera 90d8e8ff7e Add debugging aid in isolationtester 14 years ago
Robert Haas 980261929f Fix DROP OPERATOR FAMILY IF EXISTS. 14 years ago
Robert Haas 1d751018d8 Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS. 14 years ago
Robert Haas 0bf0899493 Remove a few of the new DROP-IF-EXISTS regression tests. 14 years ago
Robert Haas 3301c83536 Add some more regression tests for DROP IF EXISTS. 14 years ago