aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Fix serial scheduleAlvaro Herrera2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane2014-11-05
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-02
* Remove use of TAP subtestsPeter Eisentraut2014-10-29
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2014-10-26
* Fix TAP tests with Perl 5.12Peter Eisentraut2014-10-26
* In type_sanity, check I/O functions of built-in types are not volatile.Tom Lane2014-10-23
* Add tests for sequence privilegesPeter Eisentraut2014-10-22
* Update expected/sequence_1.out.Tom Lane2014-10-21
* Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut2014-10-21
* Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane2014-10-20
* psql: Improve \pset without argumentsPeter Eisentraut2014-10-18
* Shorten warning about hash creationBruce Momjian2014-10-18
* interval: tighten precision specificationBruce Momjian2014-10-18
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Message improvementsPeter Eisentraut2014-10-12
* regression: adjust polygon diagrams to not use tabsBruce Momjian2014-10-11
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-11
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-03
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Also revert e3ec0728, JSON regression testsStephen Frost2014-09-29
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-29
* Fix relcache for policies, and doc updatesStephen Frost2014-09-26
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Code review for row security.Stephen Frost2014-09-24
* Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane2014-09-24
* Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane2014-09-23
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-22
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Add unicode_{column|header|border}_style to psqlStephen Frost2014-09-12
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-11
* Fix JSON regression tests.Tom Lane2014-09-11
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-11
* improve hash creation warning messageBruce Momjian2014-09-11
* Handle old versions of Test::MorePeter Eisentraut2014-09-10
* Issue a warning during the creation of hash indexesBruce Momjian2014-09-10
* Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane2014-09-09
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-09
* Allow empty content in xml typePeter Eisentraut2014-09-09
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-02
* Assorted message improvementsPeter Eisentraut2014-08-29
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-28
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-29
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-28