]> granicus.if.org Git - postgresql/history - src/test/regress/expected/rules.out
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
[postgresql] / src / test / regress / expected / rules.out
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-22 Andres FreundRename pg_replication_slot's new active_in to active_pid.
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-03-07 Peter EisentrautRemove rolcatupdate
2015-02-25 Tom LaneFix dumping of views that are just VALUES(...) but...
2015-01-29 Stephen FrostAdd usebypassrls to pg_user and pg_shadow
2015-01-24 Tom LaneClean up some mess in row-security patches.
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-04-30 Tom LaneReduce indentation/parenthesization of set operations...
2014-04-30 Tom LaneLimit overall indentation in rule/view dumps.
2014-04-30 Tom LaneFix indentation of JOIN clauses in rule/view dumps.
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-26 Bruce Momjianpsql: update "replica identity" display for \d+
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-10-26 Tom LaneUse unaligned output in selected regression queries...
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-05-16 Tom LaneFix crash when trying to display a NOTIFY rule action.
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
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-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-08-20 Tom LaneFix typo in comment.
2012-08-19 Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-04-30 Tom LaneConverge all SQL-level statistics timing values to...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-04-06 Robert Haascheckopint -> checkpoint
2012-04-05 Robert HaasPublish checkpoint timing information to pg_stat_bgwriter.
2012-04-05 Robert HaasExpose track_iotiming data via the statistics collector.
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-01-26 Magnus HaganderAdd deadlock counter to pg_stat_database
2012-01-26 Magnus HaganderTrack temporary file count and size in pg_stat_database
2012-01-19 Magnus HaganderSeparate state from query string in pg_stat_activity
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-12 Andrew DunstanUnbreak regression tests, apparently broken by commit...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Robert HaasBasic foreign table support.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-08-21 Magnus HaganderAdjust regression tests for previous commit, that I...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-09-22 Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-19 Peter EisentrautAlter the regression test cases that rely on the sort...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-08-25 Magnus HaganderConvert remaining builtin set-returning functions to...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-08 Tom LaneFix rules regression test for recent pg_stat_activity...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
next