postgresql/src/include/catalog
Tom Lane 1bab464eb4 Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs
available (else there's no way to interpret the list links).  Change
pg_locks view to show transaction ID locks separately from ordinary
relation locks.  Avoid showing N duplicate rows when the same lock is
held multiple times (seems unlikely that users care about exact hold
count).  Improve documentation.
2002-08-31 17:14:28 +00:00
..
catalog.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catname.h pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +00:00
catversion.h Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs 2002-08-31 17:14:28 +00:00
dependency.h Code review of CLUSTER patch. Clean up problems with relcache getting 2002-08-11 21:17:35 +00:00
duplicate_oids Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
heap.h ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
index.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
indexing.h Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
namespace.h Cause schema-qualified FROM items and schema-qualified variable references 2002-08-08 01:44:31 +00:00
pg_aggregate.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_am.h Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
pg_amop.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_amproc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_attrdef.h Use the dependency mechanism to manage column defaults. We need this 2002-07-15 16:33:32 +00:00
pg_attribute.h Add attisinherited column to pg_attribute; use it to guard against 2002-08-30 19:23:20 +00:00
pg_cast.h pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +00:00
pg_class.h Add attisinherited column to pg_attribute; use it to guard against 2002-08-30 19:23:20 +00:00
pg_constraint.h Add code to extract dependencies from an expression tree, and use it 2002-07-16 05:53:34 +00:00
pg_control.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_conversion.h Move pg_convert3 declaration to suppress compile warning. Really 2002-08-06 14:11:06 +00:00
pg_database.h Minor clarification or fix of typos. 2002-08-04 06:54:10 +00:00
pg_depend.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
pg_description.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_group.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_index.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_inherits.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_language.h Remove unused system table columns: 2002-07-24 19:11:14 +00:00
pg_largeobject.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_listener.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_namespace.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_opclass.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_operator.h As suggested by Tom, this patch restricts the right-hand argument of 2002-08-22 04:45:11 +00:00
pg_proc.h This patch updates the lock listing code to use Joe Conway's new 2002-08-27 04:00:28 +00:00
pg_rewrite.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_shadow.h Remove unused system table columns: 2002-07-24 19:11:14 +00:00
pg_statistic.h Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
pg_trigger.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_type.h Produce a somewhat-useful error message, namely 2002-08-29 04:38:04 +00:00
pg_version.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
unused_oids Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00