aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/catalogs.sgml
Commit message (Expand)AuthorAge
* - Link the entries in the table to the catalog headingBruce Momjian2002-10-14
* Update some obsolete comments and column descriptions.Tom Lane2002-09-24
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-03
* Move pg_settings doc into the right section.Bruce Momjian2002-09-02
* Here is a documentation patch for the pg_settings virtual table. IfBruce Momjian2002-09-02
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Update info about relkind and pg_type entries for composite-types patch.Tom Lane2002-08-28
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-13
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane2002-07-30
* Remove unused system table columns:Peter Eisentraut2002-07-24
* Add pg_conversion system catalog. Update description for multibyte support.Tatsuo Ishii2002-07-24
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-22
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3Bruce Momjian2002-06-20
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Deprecate 'current' for date/time input.Thomas G. Lockhart2001-11-21
* Use <sect1> rather than <section> to simplify formatting.Peter Eisentraut2001-11-08
* Clean up wrong, misleading, or obsolete documentation about array types,Tom Lane2001-11-03
* Add note about pg_stats to pg_statistic entry; add sections forTom Lane2001-10-15
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Fix typo.Tatsuo Ishii2001-09-10
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Final markup for 7.1 hardcopy release. Mostly typo and table-fittingThomas G. Lockhart2001-04-20
* minor copy editingPeter Eisentraut2001-03-24