]> granicus.if.org Git - postgresql/history - src/test/regress/expected/rules.out
Repair two constraint-exclusion corner cases triggered by proving that an
[postgresql] / src / test / regress / expected / rules.out
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-01-02 Bruce MomjianAdd n_live_tuples and n_dead_tuples to pg_stat_all_tables.
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-24 Tom LaneChange pg_stat_all_tables and sister views to put the...
2006-10-11 Tom LaneRepair incorrect check for coercion of unknown literal...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-11-28 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-09 Neil ConwayUpdate "expected" regression test output for the recent...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-03-26 Tom LaneAdd another ORDER BY to rules test to eliminate platfor...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2004-10-27 Tom LaneWhen displaying a Var that is a reference to a column...
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-10-03 Tom LaneAdd regression test inspired by Sebastian Böck.
2004-07-21 Bruce MomjianThe attached patch shows the new column "tablespace...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-04-26 Bruce MomjianPlease find attached a small patch against current...
2004-04-01 Tom LaneAdjust expected regression outputs for plan changes...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-09 Bruce MomjianAdd ALSO keyword to CREATE RULE.
2003-12-18 Tom LaneAdjust rules output for unknown-vs-any change (affects...
2003-12-03 Joe ConwayAdded new group of read-only GUC variables to allow...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-31 Jan WieckMoved the recently added test for foreign key disabled...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-07-27 Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2003-07-22 Bruce MomjianDon't report sequendces in pg_tables.
2003-07-21 Tom LaneFix regression test broken by recent view change.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2002-12-14 Peter EisentrautInitial version of the SQL information schema
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-21 Tom LaneWups, stuck ORDER BY on wrong query while trying to...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-10-19 Tom LaneFix rewrite code so that rules are in fact executed...
2002-09-19 Tom LaneDepartment of second thoughts: suppressing implicit...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-02 Bruce MomjianFix ordering regression problem on freebsd/alpha by...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-29 Tom LaneFix ruleutils to dump column definition lists for anony...
2002-08-27 Bruce MomjianMake change for pg_locks table.
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-15 Bruce MomjianAs discussed on several occasions previously, the new...
2002-08-08 Tom LaneMake the standard system views schema-aware.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-04-28 Tom LaneMake ruleutils.c use format_type for printing typenames...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2001-10-16 Tom LaneUse LEFT JOIN, not FULL JOIN, in statistical views.
2001-09-29 Tom LaneFixes for datetime-related regress tests, from Tom...
2001-09-28 Thomas G. LockhartAdd separate regression tests for timetz and the new...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-09 Tom LaneFix rule rewriter so that new ordering of ON INSERT...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-14 Tom LaneRevoke public read access from pg_statistic, create...
2000-12-05 Tom LaneAdd regress test case for INSERT ... SELECT in rules.
2000-11-21 Tom LaneSimplify definition of pg_tables and pg_views views...
2000-10-08 Tom LaneRevert rules.out to non-broken state. I will with...
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-10 Tom LaneUpdate regression tests for ONLY and other recent changes.
2000-04-20 Tom LaneAdd a regress test case for SELECT count(*) FROM view...
next