summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
AgeCommit message (Expand)Author
2018-07-27Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLYPavan Deolasee
2018-07-27Ensure that typename is schema qualified while sending row descriptionPavan Deolasee
2018-07-27Properly quote typename before calling parseTypeStringPavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-10-19Remove references to issue 3520503 from privileges testTomas Vondra
2017-10-19Remove unnecessary ORDER BY from privileges testTomas Vondra
2017-10-19Increase random_page_cost to fix a plan in updatable_viewsTomas Vondra
2017-10-19Fix failures in updatable_views due to different structureTomas Vondra
2017-10-08Remove unnecessary ORDER BY clauses from plpgsql testsTomas Vondra
2017-10-08Fix expected output for plpgsql test suiteTomas Vondra
2017-10-08Stabilize combocid test by replicating the tableTomas Vondra
2017-10-08Add explicit VACUUM to stabilize plans in inherit testsTomas Vondra
2017-10-05Disable FQS for cursors defined with SCROLLTomas Vondra
2017-09-26Fix minor regression failure in updatable_viewsTomas Vondra
2017-09-12Ensure that database objects are created consistently.Pavan Deolasee
2017-08-29Fix plpgsql regression testPavan Deolasee
2017-08-29Fix alter_table test casePavan Deolasee
2017-08-28Much restructing of rowsecurity test casePavan Deolasee
2017-08-25Make float8_tbl replicated to stabilize float8 testTomas Vondra
2017-08-25Fix prepared_xacts test casePavan Deolasee
2017-08-25Do not try to set invalid value for gucPavan Deolasee
2017-08-25Make adjustment to foreign_key test casePavan Deolasee
2017-08-25Accept errors in hash_index test casePavan Deolasee
2017-08-25Accept errors in tidscan regression testPavan Deolasee
2017-08-24Make adjustments to combocid test so that it passesPavan Deolasee
2017-08-24Fix identity test casePavan Deolasee
2017-08-21Fix insert test casePavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-11Add regression tests exercising more code paths in nodeLimit.c.Tom Lane
2017-08-11Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-08Use sort_pathkeys instead of query_pathkeys in standard_plannerTomas Vondra
2017-08-08Fix txid test casePavan Deolasee
2017-08-08More thorough checks for distribution columns while creating inheritancePavan Deolasee
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-05Fix bug in deciding whether to scan newly-attached partition.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-02Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.Tom Lane
2017-08-01Suppress less info in regression tests using DROP CASCADE.Tom Lane
2017-08-01Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane
2017-08-01Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane
2017-07-31Add explicit VACUUM to inet test to actually do IOSTomas Vondra
2017-07-31Tweak the query plan check in join regression testTomas Vondra
2017-07-26Accept some of the differences in 'tidscan' test casePavan Deolasee
2017-07-26Fix remaining problems in 'triggers' test case.Pavan Deolasee
2017-07-26Fix 'union' test case.Pavan Deolasee
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane