| Commit message (Expand) | Author | Age |
* | More minor updates and copy-editing. | Tom Lane | 2005-01-05 |
* | Spell checker run | Peter Eisentraut | 2004-12-13 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway | 2004-11-15 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 |
* | Fix misspellings: langauge -> language. | Tom Lane | 2004-07-04 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 |
* | Some preliminary documentation for composite-type stuff. | Tom Lane | 2004-06-07 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 |
* | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | Documentation update for previously committed changes: read-only GUC variables | Joe Conway | 2003-12-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Call domains "domains", not "derived types". | Peter Eisentraut | 2003-11-02 |
* | Spell checking, consistent terminology. | Peter Eisentraut | 2003-11-01 |
* | Document all the system views created by initdb (several of these were | Tom Lane | 2003-10-17 |
* | Add note deprecating use of consrc. | Tom Lane | 2003-10-17 |
* | Update obsolete examples of error messages; various other minor editing. | Tom Lane | 2003-09-12 |
* | Create <link> entries for the foreign keys in the system catalog | Bruce Momjian | 2003-06-25 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 |
* | Add better markup and improve some text here and there. | Peter Eisentraut | 2003-04-15 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 |
* | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | This patch includes a lot of minor cleanups to the SGML documentation, | Bruce Momjian | 2003-01-19 |
* | Improvement to CREATE TRIGGER and catalog documentation. | Bruce Momjian | 2002-12-17 |
* | - Link the entries in the table to the catalog heading | Bruce Momjian | 2002-10-14 |
* | Update some obsolete comments and column descriptions. | Tom Lane | 2002-09-24 |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | Code review and documentation updates for indisclustered patch. | Tom Lane | 2002-09-03 |
* | Move pg_settings doc into the right section. | Bruce Momjian | 2002-09-02 |
* | Here is a documentation patch for the pg_settings virtual table. If | Bruce Momjian | 2002-09-02 |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | Update info about relkind and pg_type entries for composite-types patch. | Tom Lane | 2002-08-28 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut | 2002-08-13 |
* | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally | Tom Lane | 2002-07-30 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | Add pg_conversion system catalog. Update description for multibyte support. | Tatsuo Ishii | 2002-07-24 |
* | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut | 2002-07-22 |