summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-05-19Avoid collation dependence in indexes of system catalogs.Tom Lane
2015-05-18Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-17Fix whitespacePeter Eisentraut
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Silence another create_index regression test failure.Heikki Linnakangas
2015-05-15Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane
2015-05-15Silence create_index regression test failure.Heikki Linnakangas
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-13Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan
2015-05-12Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund
2015-05-12Fix some errors from jsonb functions patch.Andrew Dunstan
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12"Fix" test_ddl_deparse regress test scheduleAlvaro Herrera
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas
2015-04-30Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-27Improve qual pushdown for RLS and SB viewsStephen Frost
2015-04-26Add transforms featurePeter Eisentraut
2015-04-25Prevent improper reordering of antijoins vs. outer joins.Tom Lane
2015-04-25Fix file comment for test_rls_hooks.cStephen Frost
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-24Fix up .gitignore and cleanup actions in some src/test/ subdirectories.Tom Lane
2015-04-24Fix misspellingsPeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-22Use the right type OID after creating a shell typeAlvaro Herrera
2015-04-22Fix installcheck for test_rls_hooksStephen Frost
2015-04-22RLS fixes, new hooks, and new test moduleStephen Frost
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-04-09Make SSL regression test suite more portable by avoiding cp.Heikki Linnakangas
2015-04-09Gitignore temp files generated by SSL regression suiteHeikki Linnakangas
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-04-05Add new test files for lock level patchSimon Riggs
2015-04-05Reduce lock levels of some trigger DDL and add FKsSimon Riggs