| Commit message (Expand) | Author | Age | Files | Lines |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Replace RelidGetNamespaceId() by get_rel_namespace(). | Peter Eisentraut | 2003-01-12 | 1 | -2/+1 |
| * | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -1/+2 |
| * | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane | 2003-01-07 | 1 | -2/+3 |
| * | TODO marked as done: | Bruce Momjian | 2002-12-12 | 1 | -1/+3 |
| * | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 | 1 | -1/+2 |
| * | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane | 2002-09-23 | 1 | -1/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -9/+9 |
| * | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane | 2002-08-08 | 1 | -2/+2 |
| * | Add SQL99 CONVERT() function. | Tatsuo Ishii | 2002-08-06 | 1 | -1/+2 |
| * | Centralize code for interpreting schema references, which had gotten | Tom Lane | 2002-07-29 | 1 | -1/+6 |
| * | Add FindDefaultConversionProc | Tatsuo Ishii | 2002-07-16 | 1 | -1/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane | 2002-05-17 | 1 | -3/+9 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -3/+3 |
| * | Add routines in namespace.c to determine whether objects are visible | Tom Lane | 2002-05-01 | 1 | -7/+7 |
| * | Add current_schema() and current_schemas() inquiry functions. | Tom Lane | 2002-04-26 | 1 | -1/+3 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -2/+2 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -1/+20 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -1/+3 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -1/+3 |
| * | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane | 2002-04-06 | 1 | -1/+19 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -1/+8 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -1/+3 |
| * | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 | 1 | -1/+3 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -1/+5 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -0/+26 |