]> granicus.if.org Git - postgresql/history - doc/src/sgml/catalogs.sgml
Implement the DO statement to support execution of PL code without having
[postgresql] / doc / src / sgml / catalogs.sgml
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-08-10 Alvaro HerreraFix number of columns declared for pg_user_mappings...
2009-08-04 Tom LaneCause pg_proc.probin to be declared as text, not bytea...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-01 Tom LaneRemove useless References column for pg_listener catalo...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-07 Bruce MomjianUppercase CHECK mention in relchecks documentation...
2009-02-07 Bruce MomjianUpdate pg_constraint.conkey documentation description.
2009-02-04 Alvaro HerreraFix some SGML-compiler warnings on -wxml mode.
2009-02-02 Peter EisentrautPut pg_user_mapping section into the right (alphabetica...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-09 Bruce MomjianRemove tabs from SGML docs.
2009-01-09 Andrew DunstanDocument values for pg_constraint confupdtype, confdelt...
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-11-21 Magnus HaganderDocs update for enumvals patch.
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-10-06 Tom LaneEditorial improvements to description of pg_settings...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-11 Peter EisentrautAllow binary-coercible types for cast function argument...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-06 Bruce MomjianDocument use of pg_locks.objid for advisory locks,...
2008-01-31 Tom LaneImprove pg_autovacuum documentation to clarify that...
2008-01-29 Peter Eisentrautmarkup correct
2007-10-01 Tom LaneAdd catalogs.sgml documentation for text search catalogs.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-06-20 Neil ConwayRemove some empty columns from a few system catalog...
2007-06-08 Alvaro HerreraAvoid passing zero as a value for vacuum_cost_limit...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-15 Neil ConwayVarious fixes for the SGML docs. Consistently use space...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-22 Bruce MomjianRemove tabs in SGML files.
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-11-12 Neil ConwayDo a round of copy-editing for the system catalog chapt...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-23 Peter EisentrautSpellchecking and such
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
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-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-06-03 Tom LaneMention pg_encoding_to_char in entry for pg_database...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-01-21 Tom LaneFix broken markup.
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-04 Peter EisentrautSpellchecking run, final cleanups
2005-09-13 Alvaro HerreraDocument the new autovacuum daemon.
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-08-24 Tom LaneAdd documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
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-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
next