aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Update oidjoins regression test for 9.5.Tom Lane2015-07-25
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-24
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-24
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-24
* Redirect install output of make check into a log fileAndrew Dunstan2015-07-23
* Fix location of output logs of pg_regressAndrew Dunstan2015-07-21
* Fix mis-merge in previous commitAlvaro Herrera2015-07-20
* Add some comments to test_ddl_deparse and a READMEAlvaro Herrera2015-07-20
* Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas2015-07-20
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-17
* Fix entirely broken permissions test in new alter_operator regression test.Tom Lane2015-07-17
* Add new function pg_notification_queue_usage.Robert Haas2015-07-17
* Remove regression test added on auto-pilot.Robert Haas2015-07-14
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-14
* Make regression test output stable.Heikki Linnakangas2015-07-14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Improve logging of TAP tests.Heikki Linnakangas2015-07-09
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-07
* Fix incorrect path in pg_regress log messages.Fujii Masao2015-07-08
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-06
* Fix some typos in regression test comments.Tom Lane2015-07-05
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-03
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-02
* Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway2015-07-02
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Fix DDL command collection for TRANSFORMAlvaro Herrera2015-06-26
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-26
* Add transforms to pg_get_object_address and friendsAlvaro Herrera2015-06-21
* Change TAP test framework to not rely on having a chmod executable.Robert Haas2015-06-19
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-12
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-11
* Desupport jsonb subscript deletion on objectsAndrew Dunstan2015-06-07
* Get rid of a //-style comment.Tom Lane2015-06-05
* Second try at stabilizing query plans in rowsecurity regression test.Tom Lane2015-06-04
* Fix brin regression test so it actually tests cidr.Tom Lane2015-06-04
* Tighten the per-operator testing done in brin regression test.Tom Lane2015-06-04
* Fix brin "char" test to actually test what it meant to test.Tom Lane2015-06-04
* Stabilize results of brin regression test.Tom Lane2015-06-04
* Stabilize query plans in rowsecurity regression test.Tom Lane2015-06-04
* Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane2015-06-03
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-29
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* Suppress occasional failures in brin regression test.Tom Lane2015-05-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-23