]> granicus.if.org Git - postgresql/history - src/test
Fix bool abuse
[postgresql] / src / test /
2013-07-08 Tom LaneFix planning of parameterized appendrel paths with...
2013-07-06 Tom LaneRename a function to avoid naming conflict in parallel...
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-03 Robert HaasRevert "Hopefully-portable regression tests for CREATE...
2013-07-03 Robert HaasHopefully-portable regression tests for CREATE/ALTER...
2013-07-03 Tom LaneFix handling of auto-updatable views on inherited tables.
2013-07-03 Robert HaasRegression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.
2013-07-03 Robert HaasAdditional regression tests for CREATE OPERATOR.
2013-07-03 Noah MischExpose object name error fields in PL/pgSQL.
2013-07-02 Robert HaasAdd support for multiple kinds of external toast datums.
2013-07-02 Peter EisentrautFix regression test make dependencies
2013-06-28 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-28 Robert HaasMake the OVER keyword unreserved.
2013-06-24 Simon RiggsReverting previous commit, pending investigation
2013-06-24 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-19 Kevin GrittnerFix the create_index regression test for Danish collation.
2013-06-12 Andrew DunstanFix unescaping of JSON Unicode escapes, especially...
2013-06-09 Tom LaneRemove unnecessary restrictions about RowExprs in trans...
2013-06-08 Andrew DunstanHandle Unicode surrogate pairs correctly when processin...
2013-06-06 Tom LanePrevent pushing down WHERE clauses into unsafe UNION...
2013-06-01 Noah MischDon't emit non-canonical empty arrays in array_remove().
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-18 Heikki LinnakangasRemove unused regression test files.
2013-05-16 Tom LaneFix crash when trying to display a NOTIFY rule action.
2013-05-16 Tom LaneFix some uses of "the quick brown fox".
2013-05-12 Tom LaneFix handling of strict non-set functions with NULLs...
2013-05-09 Tom LaneUpdate collate.linux.utf8.out for ruleutils.c line...
2013-05-08 Tom LaneBetter fix for permissions tests in excluded subqueries.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-05-06 Tom LaneDisallow unlogged materialized views.
2013-05-02 Kevin GrittnerPrevent (auto)vacuum from truncating first page of...
2013-05-01 Tom LaneFix permission tests for views/tables proven empty...
2013-04-30 Kevin GrittnerAdd regression test for bug fixed by recent refactoring.
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-26 Tom LaneFix collation assignment for aggregates with ORDER BY.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-14 Peter EisentrautAdd serial comma
2013-04-11 Alvaro HerreraRemove quotes around SQL statement in error message
2013-04-07 Tom LaneIn isolationtester, retry after EINTR return from selec...
2013-04-03 Tom LaneMinor robustness improvements for isolationtester.
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-21 Heikki LinnakangasFix "element <@ range" cost estimation.
2013-03-20 Tom LaneBump up timeout delays some more in timeouts isolation...
2013-03-19 Kevin GrittnerUse ORDER BY on matview definitions were needed for...
2013-03-18 Tom LaneIncrease timeout delays in new timeouts isolation test.
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-15 Tom LaneExtend format() to handle field width and left/right...
2013-03-14 Tom LaneAvoid inserting no-op Limit plan nodes.
2013-03-14 Kevin GrittnerAdd regression test for MV join to view.
2013-03-14 Tom LaneAvoid inserting Result nodes that only compute identity...
2013-03-14 Peter EisentrautAdd regression tests for XML mapping of domains
2013-03-12 Tom LaneAllow default expressions to be attached to columns...
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-03-07 Tom LaneFix infinite-loop risk in fixempties() stage of regex...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-02-28 Andrew DunstanFlush stderr and stdout in isolation tester.
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08 Tom LaneFix gist_box_same and gist_point_consistent to handle...
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Bruce MomjianAdjust COPY FREEZE error message to be more accurate...
2013-02-01 Peter EisentrautAdd CREATE RECURSIVE VIEW syntax
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-30 Tom LaneFix grammar for subscripting or field selection from...
2013-01-30 Peter Eisentrautpg_regress: Allow overriding diff options
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2013-01-26 Bruce MomjianIssue ERROR if FREEZE mode can't be honored by COPY
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-25 Tom LaneFix concat() and format() to handle VARIADIC-labeled...
2013-01-23 Alvaro Herreraisolationtester: add a few fflush(stderr) calls
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Robert HaasUpdate comments and output for event_trigger regression...
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-15 Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-31 Tom LaneFix ruleutils to cope with conflicts from adding/droppi...
2012-12-21 Peter EisentrautMake some messages more consistent in style
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-12-07 Simon RiggsCorrect xmax test for COPY FREEZE
2012-12-07 Simon RiggsOptimize COPY FREEZE with CREATE TABLE also.
2012-12-07 Tom LaneImprove pl/pgsql to support composite-type expressions...
2012-12-02 Simon RiggsReduce scope of changes for COPY FREEZE.
2012-12-01 Tom LanePrevent passing gmake's environment variables down...
2012-12-01 Tom LaneAllow adding values to an enum type created in the...
2012-12-01 Simon RiggsSecond tweak of COPY FREEZE
2012-12-01 Simon RiggsTweak tests in COPY FREEZE
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-11-30 Bruce MomjianMove long_options structures to the top of main() funct...
2012-11-26 Tom LaneFix SELECT DISTINCT with index-optimized MIN/MAX on...
2012-11-19 Tom LaneImprove handling of INT_MIN / -1 and related cases.
2012-11-05 Tom LaneFix handling of inherited check constraints in ALTER...
next