]> granicus.if.org Git - postgresql/history - src/test/regress
Fix the fastpath rule for jsonb_concat with an empty operand.
[postgresql] / src / test / regress /
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-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-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
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 Andres FreundAdd confirmed_flush column to pg_replication_slots.
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-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 Tom LaneFix a number of places that produced XX000 errors in...
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 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 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-21 Andrew DunstanFix location of output logs of pg_regress
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-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 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-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.
2015-06-04 Tom LaneSecond try at stabilizing query plans in rowsecurity...
2015-06-04 Tom LaneFix brin regression test so it actually tests cidr.
2015-06-04 Tom LaneTighten the per-operator testing done in brin regressio...
2015-06-04 Tom LaneFix brin "char" test to actually test what it meant...
2015-06-04 Tom LaneStabilize results of brin regression test.
2015-06-04 Tom LaneStabilize query plans in rowsecurity regression test.
2015-06-03 Tom LaneFix some questionable edge-case behaviors in add_path...
2015-06-01 Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-29 Tom LaneCheck that all aliases of a built-in function have...
2015-05-26 Tom LaneSuppress occasional failures in brin regression test.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Andres FreundFix yet another bug in ON CONFLICT rule deparsing.
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-19 Tom LaneAvoid collation dependence in indexes of system catalogs.
2015-05-18 Andres FreundAttach ON CONFLICT SET ... WHERE to the correct planstate.
2015-05-17 Magnus HaganderFix typos in comments
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Tom LaneImprove test for CONVERT() with GB18030 <-> UTF8.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasSilence another create_index regression test failure.
2015-05-15 Heikki LinnakangasSilence create_index regression test failure.
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-13 Andrew DunstanFix jsonb replace and delete on scalars and empty struc...
next