Age | Commit message (Expand) | Author |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
2003-05-13 | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
2002-04-06 | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane |
2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
2002-03-22 | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane |
2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
2001-06-18 | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane |
2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-02-22 | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-11-10 | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane |
2000-06-20 | Fix handling of type tuple associated with a temp relation. We have | Tom Lane |
2000-06-17 | Clean out another pocket of functions called via nonspecific function | Tom Lane |
2000-06-07 | 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-06 | Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-02-18 | Implement reindex command | Hiroshi Inoue |
2000-01-26 | Add: | Bruce Momjian |
2000-01-24 | Update for index change. Semes it didn't work the first time. | Bruce Momjian |
2000-01-24 | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian |
2000-01-23 | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane |
1999-11-24 | Cleanup for pg_statistic commit. | Bruce Momjian |