Commit Graph

191 Commits (43bbaa83f95cd5f66e556ca521b7c22d80be571d)

Author SHA1 Message Date
Michael Paquier 43bbaa83f9 Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago
Noah Misch bf1c21c4fa Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 2 years ago
Peter Eisentraut 2613dec4ed Move provariadic sanity check to a more appropriate place 3 years ago
Andrew Dunstan 2f2b18bd3f Revert SQL/JSON features 3 years ago
Peter Eisentraut 7ae1619bc5 Add range_agg with multirange inputs 4 years ago
Andrew Dunstan f4fb45d15c SQL/JSON constructors 4 years ago
Peter Eisentraut 9898c5e03c Improve correlation names in sanity tests 4 years ago
Alexander Korotkov 817bb0a7d1 Revert 29854ee8d1 due to buildfarm failures 4 years ago
Alexander Korotkov 29854ee8d1 Support for unnest(multirange) and cast multirange as an array of ranges 4 years ago
Tom Lane 6303a57309 Replace opr_sanity test's binary_coercible() function with C code. 4 years ago
Tom Lane 1111b2668d Undo decision to allow pg_proc.prosrc to be NULL. 4 years ago
Heikki Linnakangas ea1b99a661 Add 'noError' argument to encoding conversion functions. 5 years ago
Tomas Vondra 77b88cd1bb BRIN bloom indexes 5 years ago
Alexander Korotkov 6df7a9698b Multirange datatypes 5 years ago
Tom Lane c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
Tom Lane 0cc9932788 Rename the "point is strictly above/below point" comparison operators. 5 years ago
Peter Eisentraut 2f70fdb064 Remove deprecated containment operators for built-in types 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Tom Lane 8a37951eeb Mark built-in coercion functions as leakproof where possible. 5 years ago
Tom Lane 7b48f1b490 Do pre-release housekeeping on catalog data. 5 years ago
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 6 years ago
Thomas Munro aeec457de8 Add SQL type xid8 to expose FullTransactionId to users. 6 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Tom Lane 24e2885ee3 Introduce "anycompatible" family of polymorphic types. 6 years ago
Tom Lane bb03010b9f Remove the "opaque" pseudo-type and associated compatibility hacks. 6 years ago
Peter Geoghegan 612a1ab767 Add equalimage B-Tree support functions. 6 years ago
Tom Lane c160b8928c Straighten out leakproofness markings on text comparison functions. 6 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 6 years ago
Alexander Korotkov 0a02e2ae02 GIN support for @@ and @? jsonpath operators 7 years ago
Tomas Vondra 7300a69950 Add support for multivariate MCV lists 7 years ago
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 7 years ago
Tom Lane 1fb57af920 Create the infrastructure for planner support functions. 7 years ago
Tom Lane d01e75d68e Update leakproofness markings on some btree comparison functions. 7 years ago
Tom Lane 2ece7c07dc Add text-vs-name cross-type operators, and unify name_ops with text_ops. 7 years ago
Tom Lane 6b0faf7236 Make collation-aware system catalog columns use "C" collation. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane 55f3d10296 Remove unreferenced pg_opfamily entry. 7 years ago
Tom Lane e9f42d529f Clean up/tighten up coercibility checks in opr_sanity regression test. 7 years ago
Andres Freund cda6a8d01d Remove deprecated abstime, reltime, tinterval datatypes. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Tom Lane 39a96512b3 Mark built-in btree comparison functions as leakproof where it's safe. 7 years ago
Teodor Sigaev 710d90da1f Add prefix operator for TEXT type. 8 years ago
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow 8 years ago
Peter Eisentraut 10cfce34c0 Add user-callable SHA-2 functions 8 years ago
Tom Lane 4de2d4fba3 Explicitly track whether aggregate final functions modify transition state. 8 years ago
Tom Lane d412f79381 Make opr_sanity test complain about built-in functions marked prosecdef. 8 years ago
Tom Lane c23844212d Micro-optimize some slower queries in the opr_sanity regression test. 8 years ago
Peter Eisentraut 5f21f5292c Mark immutable functions in information schema as parallel safe 9 years ago
Simon Riggs 2686ee1b7c Collect and use multi-column dependency stats 9 years ago