| Commit message (Expand) | Author | Age |
* | - 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 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3 | Bruce Momjian | 2002-06-20 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
* | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane | 2002-03-22 |
* | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 |
* | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 |
* | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | Deprecate 'current' for date/time input. | Thomas G. Lockhart | 2001-11-21 |
* | Use <sect1> rather than <section> to simplify formatting. | Peter Eisentraut | 2001-11-08 |
* | Clean up wrong, misleading, or obsolete documentation about array types, | Tom Lane | 2001-11-03 |
* | Add note about pg_stats to pg_statistic entry; add sections for | Tom Lane | 2001-10-15 |
* | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 |
* | Fix typo. | Tatsuo Ishii | 2001-09-10 |
* | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Final markup for 7.1 hardcopy release. Mostly typo and table-fitting | Thomas G. Lockhart | 2001-04-20 |
* | minor copy editing | Peter Eisentraut | 2001-03-24 |