aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Silence another create_index regression test failure.Heikki Linnakangas2015-05-15
* Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane2015-05-15
* Silence create_index regression test failure.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan2015-05-13
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Fix some errors from jsonb functions patch.Andrew Dunstan2015-05-12
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* "Fix" test_ddl_deparse regress test scheduleAlvaro Herrera2015-05-12
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-05
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-03
* Deparse named arguments to use the new => operator instead of :=Robert Haas2015-05-01
* Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-27
* Add transforms featurePeter Eisentraut2015-04-26
* Prevent improper reordering of antijoins vs. outer joins.Tom Lane2015-04-25
* Fix file comment for test_rls_hooks.cStephen Frost2015-04-24
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Fix up .gitignore and cleanup actions in some src/test/ subdirectories.Tom Lane2015-04-24
* Fix misspellingsPeter Eisentraut2015-04-24
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Use the right type OID after creating a shell typeAlvaro Herrera2015-04-22
* Fix installcheck for test_rls_hooksStephen Frost2015-04-22
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-22
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-22
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* Make SSL regression test suite more portable by avoiding cp.Heikki Linnakangas2015-04-09
* Gitignore temp files generated by SSL regression suiteHeikki Linnakangas2015-04-09
* pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera2015-04-06
* Add new test files for lock level patchSimon Riggs2015-04-05
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-05
* Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane2015-04-04
* psql: add asciidoc output formatBruce Momjian2015-03-31
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Change array_offset to return subscripts, not offsetsAlvaro Herrera2015-03-30
* Fix lost persistence setting during REINDEX INDEXAlvaro Herrera2015-03-30
* Be more careful about printing constants in ruleutils.c.Tom Lane2015-03-30
* Add index-only scan support to range type GiST opclass.Heikki Linnakangas2015-03-30