Commit Graph

2331 Commits (6e3323d41dc45e93700a3420fd27ca05db6a64a7)

Author SHA1 Message Date
Robert Haas cc53a1e7cc Add bitwise AND, OR, and NOT operators for macaddr data type. 14 years ago
Magnus Hagander 4f42b546fd Separate state from query string in pg_stat_activity 14 years ago
Robert Haas 504f0c5d5d Regression tests for security_barrier views. 14 years ago
Alvaro Herrera 7064fd0648 Detect invalid permutations in isolationtester 14 years ago
Alvaro Herrera d2a75837cc Avoid NULL pointer dereference in isolationtester 14 years ago
Tom Lane de5a08c59d Tweak duplicate-index-column regression test to avoid locale sensitivity. 14 years ago
Alvaro Herrera 50363c8f86 Validate number of steps specified in permutation 14 years ago
Peter Eisentraut a9f2e31cf6 Support CREATE TABLE (LIKE ...) with foreign tables and views 14 years ago
Peter Eisentraut db49517c62 Rename the internal structures of the CREATE TABLE (LIKE ...) facility 14 years ago
Peter Eisentraut 104e7dac28 Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint 14 years ago
Tom Lane dfd26f9c5f Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago
Peter Eisentraut f132824c24 Another fix for pg_regress: Replace exit_nicely() with exit() plus 14 years ago
Peter Eisentraut bd09111f1f pg_regress: Replace exit_nicely() with exit() plus atexit() hook 14 years ago
Tom Lane ac7a5a3f25 Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 15ba590792 Adjust SP-GiST regression tests to be less locale-sensitive. 14 years ago
Tom Lane e2c2c2e8b1 Improve planner's handling of duplicated index column expressions. 14 years ago
Robert Haas d5448c7d31 Add bytea_agg, parallel to string_agg. 14 years ago
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