summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-09-24Code review for row security.Stephen Frost
2014-09-24Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2014-09-23Process withCheckOption exprs in setrefs.cStephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-12Fix power_var_int() for large integer exponents.Tom Lane
2014-09-12Fix JSON regression tests.Tom Lane
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-09-11improve hash creation warning messageBruce Momjian
2014-09-11Handle old versions of Test::MorePeter Eisentraut
2014-09-10Issue a warning during the creation of hash indexesBruce Momjian
2014-09-09Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09Allow empty content in xml typePeter Eisentraut
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-02Check number of parameters in RAISE statement at compile time.Heikki Linnakangas
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-08-28Revert "Allow units to be specified in relation option setting value."Fujii Masao
2014-08-28Allow units to be specified in relation option setting value.Fujii Masao
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-26Fix superuser concurrent refresh of matview owned by another.Kevin Grittner
2014-08-26Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas
2014-08-25Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.Heikki Linnakangas
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-20More regression test cases for json/jsonb extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-08-16Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane
2014-08-06Fix alternate regression test output file.Robert Haas
2014-08-05Improve some JSON error messages.Robert Haas
2014-07-24Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-22Unset some local environment variables in TAP testsPeter Eisentraut
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-07-16Allow join removal in some cases involving a left join to a subquery.Tom Lane
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-07-08Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane
2014-07-03Use a separate temporary directory for the Unix-domain socketPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane