]> granicus.if.org Git - postgresql/history - src/test
Message translatability fixes
[postgresql] / src / test /
2017-08-25 Andres FreundAdd minimal regression test for blessed record type...
2017-08-24 Stephen Frostpsql: Fix \gx when FETCH_COUNT is used
2017-08-24 Tom LaneMake new regression test case parallel-safe, and improv...
2017-08-24 Peter EisentrautFix up secondary expected files
2017-08-23 Peter EisentrautImprove plural handling in error message
2017-08-21 Robert HaasPush limit through subqueries to underlying sort, where...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-17 Tom LaneTemporarily revert test case from a2b70c89ca1a5fcf6181d...
2017-08-17 Tom LaneFix ExecReScanGatherMerge.
2017-08-14 Andres FreundExpand coverage of parallel gather merge a bit.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-12 Tom LaneSimplify fetch-slot-xmins logic in recovery TAP tests.
2017-08-11 Tom LaneAdd regression tests exercising more code paths in...
2017-08-11 Tom LaneAdd regression tests exercising the non-hashed code...
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-08-10 Robert HaasImprove the error message when creating an empty range...
2017-08-09 Tom LaneFix handling of container types in find_composite_type_...
2017-08-08 Tom LaneFix yet another race condition in recovery/t/001_stream...
2017-08-07 Peter EisentrautFix local/remote attribute mix-up in logical replication
2017-08-07 Tom LaneRequire update permission for the large object written...
2017-08-07 Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07 Heikki LinnakangasDon't allow logging in with empty password.
2017-08-05 Robert HaasFix bug in deciding whether to scan newly-attached...
2017-08-04 Tom LaneApply ALTER ... SET NOT NULL recursively in ALTER ...
2017-08-04 Peter EisentrautFurther unify ROLE and USER command grammar rules
2017-08-03 Robert HaasTeach map_partition_varattnos to handle whole-row expre...
2017-08-02 Tom LaneRevert test case added by commit 1e165d05fe06a907286760...
2017-08-01 Tom LaneSuppress less info in regression tests using DROP CASCADE.
2017-08-01 Tom LaneTry to deliver a sane message for _create_locale()...
2017-08-01 Tom LaneAllow creation of C/POSIX collations without depending...
2017-07-28 Tom LaneInclude publication owner's name in the output of ...
2017-07-27 Andrew DunstanWork around Msys weakness in Testlib.pm's command_like()
2017-07-25 Alvaro HerreraMake PostgresNode easily subclassable
2017-07-24 Robert HaasFix partitioning crashes during error reporting.
2017-07-24 Tom LaneEnsure that pg_get_ruledef()'s output matches pg_get_vi...
2017-07-22 Tom LaneUpdate expected results for collate.linux.utf8 regressi...
2017-07-21 Dean RasheedMake the new partition regression tests locale-independent.
2017-07-21 Dean RasheedUse MINVALUE/MAXVALUE instead of UNBOUNDED for range...
2017-07-20 Tom LaneFix dumping of outer joins with empty qual lists.
2017-07-18 Robert HaasReverse-convert row types in ExecWithCheckOptions.
2017-07-18 Robert HaasUse a real RT index when setting up partition tuple...
2017-07-17 Andrew DunstanImprove legibility of numeric literal
2017-07-17 Tom LaneMerge large_object.sql test into largeobject.source.
2017-07-17 Andrew DunstanUse usleep instead of select for timeouts in PostgresNo...
2017-07-13 Tom LaneFix dumping of FUNCTION RTEs that contain non-function...
2017-07-12 Tom LaneFix ruleutils.c for domain-over-array cases, too.
2017-07-12 Alvaro Herreracommit_ts test: Set node name in test
2017-07-11 Tom LaneFix multiple assignments to a column of a domain type.
2017-07-10 Andrew GierthFix COPY's handling of transition tables with indexes.
2017-07-06 Dean RasheedSimplify the logic checking new range partition bounds.
2017-07-06 Tom LaneFix another race-condition-ish issue in recovery/t...
2017-07-05 Peter EisentrautRemove unnecessary pg_is_in_recovery calls in tests
2017-07-03 Tom LaneFix race condition in recovery/t/009_twophase.pl test.
2017-07-02 Tom LaneFix bug in PostgresNode::query_hash's split() call.
2017-07-02 Tom LaneTry to improve readability of recovery/t/009_twophase...
2017-07-02 Tom LaneImprove TAP test function PostgresNode::poll_query_until().
2017-07-01 Tom LaneClean up misuse and nonuse of poll_query_until().
2017-06-29 Tom LaneEat XIDs more efficiently in recovery TAP test.
2017-06-28 Andrew GierthFix transition tables for ON CONFLICT.
2017-06-28 Andrew GierthFix transition tables for wCTEs.
2017-06-28 Andrew GierthFix transition tables for partition/inheritance.
2017-06-27 Tom LaneRe-allow SRFs and window functions within sub-selects...
2017-06-26 Tom LaneReduce wal_retrieve_retry_interval in applicable TAP...
2017-06-26 Tom LaneImprove wait logic in TAP tests for streaming replication.
2017-06-23 Peter EisentrautFix replication with replica identity full
2017-06-23 Tom LaneAdd testing to detect errors of omission in "pin" depen...
2017-06-22 Alvaro HerreraFix IF NOT EXISTS in CREATE STATISTICS
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-21 Dean RasheedPrevent table partitions from being turned into views.
2017-06-20 Tom LaneMake opr_sanity test complain about built-in functions...
2017-06-19 Tom LaneAvoid regressions in foreign-key-based selectivity...
2017-06-17 Magnus HaganderRemove incorrect comment
2017-06-16 Peter EisentrautUse RangeVarGetRelidExtended() in AlterSequence()
2017-06-16 Heikki LinnakangasFix dependency, when changing a function's argument...
2017-06-15 Peter Eisentrautpsql: Improve display of "for all tables" publications
2017-06-15 Peter EisentrautRemove unnecessary IPC::Run inclusion
2017-06-14 Peter EisentrautUse DEFACLOBJ_ macros in error message instead of hardc...
2017-06-14 Robert HaasTeach predtest.c about CHECK clauses to fix partitionin...
2017-06-14 Tom LaneFix no-longer-valid shortcuts in expression_returns_set().
2017-06-14 Dean RasheedTeach PL/pgSQL about partitioned tables.
2017-06-14 Dean RasheedTeach RemoveRoleFromObjectPolicy() about partitioned...
2017-06-14 Tom LaneDisallow set-returning functions inside CASE or COALESCE.
2017-06-13 Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-06-13 Dean RasheedTeach relation_is_updatable() about partitioned tables.
2017-06-13 Robert HaasFix failure to remove dependencies when a partition...
2017-06-13 Tom LaneFix confusion about number of subplans in partitioned...
2017-06-11 Joe ConwayApply RLS policies to partitioned tables.
2017-06-07 Robert HaasPrevent BEFORE triggers from violating partitioning...
2017-06-06 Andres FreundClean up latch related code.
2017-06-06 Peter EisentrautFix ALTER SUBSCRIPTION grammar ambiguity
2017-06-05 Tom LaneDon't be so trusting that shm_toc_lookup() will always...
2017-06-04 Tom LaneDisallow CREATE INDEX if table is already in use in...
2017-06-03 Tom LaneFix old corner-case logic error in final_cost_nestloop().
2017-06-01 Andres FreundMake ALTER SEQUENCE, including RESTART, fully transacti...
2017-05-30 Tom LaneFix improper quoting of format_type_be() output.
2017-05-29 Tom LaneMake edge-case behavior of jsonb_populate_record match...
2017-05-29 Tom LaneCode review focused on new node types added by partitio...
2017-05-28 Tom LaneAvoid locale-dependent output in select_views regressio...
next