Commit Graph

27 Commits (master)

Author SHA1 Message Date
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 2 years ago
Michael Paquier d522b05c8c hstore: Tighten key/value parsing check for whitespaces 2 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Tom Lane 197f98a848 Convert hstore_in to report errors softly. 3 years ago
Tom Lane c9d5298485 Re-implement pl/pgsql's expression and assignment parsing. 5 years ago
Tom Lane 0ec5f7e782 Allow subscripting of hstore values. 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Tom Lane eb6f29141b Add a 64-bit hash function for type hstore. 7 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane e6ecc93a17 Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Tom Lane 398f70ec07 Preserve column names in the execution-time tupledesc for a RowExpr. 14 years ago
Robert Haas bb1afb528a Fix hstore regression tests. 14 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Tom Lane ba398969cd Update contrib/hstore for new GIN extractQuery API. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 0e22e08fe5 Make hstore regression tests independent of standard_conforming_strings. 15 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 15 years ago
Robert Haas 8327060dc2 Updated expected-output file for hstore. 15 years ago
Robert Haas 31c47e53aa Rename hstore => text[] operator to % 15 years ago
Robert Haas b17129b589 Remove hstore's text[] => text[] operator. 15 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 16 years ago
Teodor Sigaev 754148d81f Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Teodor Sigaev 3f16647960 Rename function 'isexists' and 'isdefined' to 19 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 19 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 19 years ago