]> granicus.if.org Git - postgresql/history - src/test
Fix the fastpath rule for jsonb_concat with an empty operand.
[postgresql] / src / test /
2015-09-13 Andrew DunstanFix the fastpath rule for jsonb_concat with an empty...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-09-03 Noah MischDisable fsync throughout TAP test suites.
2015-09-02 Robert HaasUpdate the SSL test suite for recent changes to TAP...
2015-09-01 Kevin GrittnerFlush to show results of TestLib.pm (TAP) test as we go.
2015-08-28 Peter EisentrautSimplify Perl chmod calls
2015-08-25 Tom LaneFurther tweak wording of error messages about bad CONTI...
2015-08-25 Tom LaneFix potential platform dependence in gist regression...
2015-08-23 Tom LaneTweak wording of syntax error messages about bad CONTIN...
2015-08-22 Tom LaneDetect mismatched CONTINUE and EXIT statements at plpgs...
2015-08-21 Stephen FrostClean up roles from roleattributes test
2015-08-21 Stephen FrostIn AlterRole, make bypassrls an int
2015-08-18 Tom LaneFix a few bogus statement type names in plpgsql error...
2015-08-15 Tom LaneRepair unsafe use of shared typecast-lookup table in...
2015-08-15 Robert HaasRemove unused expected-output file.
2015-08-15 Robert HaasReject isolation test specifications with duplicate...
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-13 Alvaro HerreraRe-add BRIN isolation test
2015-08-13 Tom LaneImprove regression test case to avoid depending on...
2015-08-13 Tom LaneUndo mistaken tightening in join_is_legal().
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-10 Tom LaneFurther mucking with PlaceHolderVar-related restriction...
2015-08-10 Tom LaneTemporarily(?) remove BRIN isolation test.
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-09 Tatsuo IshiiFix broken multibyte regression tests.
2015-08-07 Tom LaneFurther adjustments to PlaceHolderVar removal.
2015-08-07 Tom LaneFix old oversight in join removal logic.
2015-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-08-06 Tom LaneFurther fixes for degenerate outer join clauses.
2015-08-06 Kevin GrittnerFix `make installcheck` for serializable transactions.
2015-08-05 Andrew DunstanRemove carriage returns from certain tap test output...
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-08-04 Tom LaneFix pg_dump to dump shell types.
2015-08-04 Tom LaneFix a PlaceHolderVar-related oversight in star-schema...
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-03 Stephen FrostRLS: Keep deny policy when only restrictive exist
2015-08-03 Tom LaneMake modules/test_ddl_deparse/.gitignore match its...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-08-03 Andrew DunstanAllow TAP tests to run under Msys
2015-08-02 Tom LaneFix some planner issues with degenerate outer join...
2015-07-31 Tom LaneFix an oversight in checking whether a join with LATERA...
2015-07-30 Joe ConwayUse appropriate command type when retrieving relation...
2015-07-30 Andrew DunstanAdd IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-29 Tom LaneAdd some test coverage of EvalPlanQual with non-locked...
2015-07-29 Heikki LinnakangasMake TAP tests work on Windows.
2015-07-29 Peter Eisentrautpg_basebackup: Add --slot option
2015-07-29 Peter Eisentrautpg_basebackup: Add tests for -X option
2015-07-29 Peter Eisentrautpg_basebackup: Add tests for -R option
2015-07-29 Tom LanePrevent platform-dependent output row ordering in a...
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-28 Andrew DunstanMake tap tests store postmaster logs and handle vpaths...
2015-07-28 Tom LaneRemove an unsafe Assert, and explain join_clause_is_mov...
2015-07-27 Stephen FrostImprove RLS handling in copy.c
2015-07-26 Tom LaneFix oversight in flattening of subqueries with empty...
2015-07-26 Tom LaneMake entirely-dummy appendrels get marked as such in...
2015-07-26 Andres FreundCheck the relevant index element in ON CONFLICT unique...
2015-07-26 Andres FreundFix flattening of nested grouping sets.
2015-07-26 Andres FreundRecognize GROUPING() as a aggregate expression.
2015-07-26 Andres FreundBuild column mapping for grouping sets in all required...
2015-07-25 Tom LaneUpdate oidjoins regression test for 9.5.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Joe ConwayMake RLS work with UPDATE ... WHERE CURRENT OF
2015-07-24 Andrew DunstanFix treatment of nulls in jsonb_agg and jsonb_object_agg
2015-07-24 Andres FreundFix bug around assignment expressions containing indire...
2015-07-23 Andrew DunstanRedirect install output of make check into a log file
2015-07-21 Andrew DunstanFix location of output logs of pg_regress
2015-07-20 Alvaro HerreraFix mis-merge in previous commit
2015-07-20 Alvaro HerreraAdd some comments to test_ddl_deparse and a README
2015-07-20 Heikki LinnakangasHandle AT_ReAddComment in test_ddl_deparse, and add...
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-17 Tom LaneRepair mishandling of cached cast-expression trees...
2015-07-17 Tom LaneFix entirely broken permissions test in new alter_opera...
2015-07-17 Robert HaasAdd new function pg_notification_queue_usage.
2015-07-14 Robert HaasRemove regression test added on auto-pilot.
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-07-14 Heikki LinnakangasMake regression test output stable.
2015-07-14 Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-07-11 Joe ConwayAdd assign_expr_collations() to CreatePolicy() and...
2015-07-09 Heikki LinnakangasImprove logging of TAP tests.
2015-07-07 Joe ConwayImprove regression test coverage of table lock modes...
2015-07-07 Fujii MasaoFix incorrect path in pg_regress log messages.
2015-07-07 Joe ConwayMake RLS related error messages more consistent and...
2015-07-05 Tom LaneFix some typos in regression test comments.
2015-07-03 Tom LaneAdd documentation and regression tests concerning round...
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-07-02 Joe ConwayWhitespace fix - replace tab with spaces in CREATE...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-26 Alvaro HerreraFix DDL command collection for TRANSFORM
2015-06-26 Robert HaasDon't warn about creating temporary or unlogged hash...
2015-06-21 Alvaro HerreraAdd transforms to pg_get_object_address and friends
2015-06-19 Robert HaasChange TAP test framework to not rely on having a chmod...
2015-06-12 Tom LaneFix failure to cover scalar-vs-rowtype cases in exec_st...
2015-06-12 Tom LaneImprove error message and hint for ALTER COLUMN TYPE...
2015-06-11 Andrew DunstanRename jsonb - text[] operator to #- to avoid ambiguity.
2015-06-08 Andrew DunstanDesupport jsonb subscript deletion on objects
2015-06-05 Tom LaneGet rid of a //-style comment.
next