]> granicus.if.org Git - postgresql/history - src/test
Mark more functions parallel-restricted or parallel-unsafe.
[postgresql] / src / test /
2015-10-15 Tom LaneFix NULL handling in datum_to_jsonb().
2015-10-13 Robert HaasImprove INSERT .. ON CONFLICT error message.
2015-10-12 Peter EisentrautFix whitespace
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-10-09 Stephen FrostHandle append_rel_list in expand_security_qual
2015-10-08 Andrew DunstanFactor out encoding specific tests for json
2015-10-06 Bruce MomjianHave CREATE TABLE LIKE add OID column if any LIKEd...
2015-10-06 Bruce Momjianto_char(): Do not count negative sign as a digit for...
2015-10-05 Tom LaneFix insufficiently-portable regression test case.
2015-10-05 Stephen FrostAdd regression tests for INSERT/UPDATE+RETURNING
2015-10-05 Noah MischPrevent stack overflow in json-related functions.
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-10-04 Andrew DunstanDisallow invalid path elements in jsonb_set
2015-10-04 Noah MischMake BYPASSRLS behave like superuser RLS bypass.
2015-10-03 Andres FreundAdd CASCADE support for CREATE EXTENSION.
2015-10-03 Andres FreundFix several bugs related to ON CONFLICT's EXCLUDED...
2015-10-02 Tom LaneFix potential infinite loop in regular expression execu...
2015-10-01 Tom LaneFix pg_dump to handle inherited NOT VALID check constra...
2015-10-01 Tom LaneFix errors in commit a04bb65f70dafdf462e0478ad19e6de56d...
2015-09-30 Stephen FrostInclude policies based on ACLs needed
2015-09-28 Stephen FrostEnsure a few policies remain for pg_upgrade
2015-09-28 Andres FreundFix ON CONFLICT DO UPDATE for tables with oids.
2015-09-21 Tom LaneFix possible internal overflow in numeric multiplication.
2015-09-21 Noah MischRemove the row_security=force GUC value.
2015-09-15 Stephen FrostEnforce ALL/SELECT policies in RETURNING for RLS
2015-09-15 Stephen FrostRLS refactoring
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
next