summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2015-04-04Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-30Change array_offset to return subscripts, not offsetsAlvaro Herrera
2015-03-30Fix lost persistence setting during REINDEX INDEXAlvaro Herrera
2015-03-30Be more careful about printing constants in ruleutils.c.Tom Lane
2015-03-30Add index-only scan support to range type GiST opclass.Heikki Linnakangas
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-28Add index-only scan support to inet GiST opclass.Heikki Linnakangas
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-25Add an ASSERT statement in plpgsql.Tom Lane
2015-03-25Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane