aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/catalogs.sgml
Commit message (Expand)AuthorAge
* More minor updates and copy-editing.Tom Lane2005-01-05
* Spell checker runPeter Eisentraut2004-12-13
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Replace "--" and "---" with "—" as appropriate, for better-lookingNeil Conway2004-11-15
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-11
* Fix misspellings: langauge -> language.Tom Lane2004-07-04
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Some preliminary documentation for composite-type stuff.Tom Lane2004-06-07
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-15
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-12
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* Documentation update for previously committed changes: read-only GUC variablesJoe Conway2003-12-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Call domains "domains", not "derived types".Peter Eisentraut2003-11-02
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Document all the system views created by initdb (several of these wereTom Lane2003-10-17
* Add note deprecating use of consrc.Tom Lane2003-10-17
* Update obsolete examples of error messages; various other minor editing.Tom Lane2003-09-12
* Create <link> entries for the foreign keys in the system catalogBruce Momjian2003-06-25
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* Add better markup and improve some text here and there.Peter Eisentraut2003-04-15
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Improvement to CREATE TRIGGER and catalog documentation.Bruce Momjian2002-12-17
* - 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