| Commit message (Expand) | Author | Age |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut | 2002-07-22 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Use the dependency mechanism to manage column defaults. We need this | Tom Lane | 2002-07-15 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii | 2002-07-11 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane | 2002-04-19 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | 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 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | 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 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | It turns out that the relcache thinks it can distinguish different | Tom Lane | 2001-06-16 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Make sure to not handle deactivated system indexes | Hiroshi Inoue | 2000-12-14 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 |
* | Back out: | Bruce Momjian | 2000-10-08 |
* | Hello, | Bruce Momjian | 2000-10-08 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian | 2000-06-07 |
* | Add index on pg_index.indrelid for Tom Lane. | Bruce Momjian | 2000-06-07 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian | 2000-01-24 |
* | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |