| Commit message (Expand) | Author | Age |
* | Represent grant options in the information schema. | Peter Eisentraut | 2003-06-11 |
* | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 |
* | Information schema views about functions | Peter Eisentraut | 2003-06-05 |
* | Fix stupid oversight :-( | Tom Lane | 2003-05-29 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Information schema improvements | Peter Eisentraut | 2003-05-25 |
* | Add documentation for information schema, and some corrections on some | Peter Eisentraut | 2003-05-18 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 |
* | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 |
* | "Information_schema" changes | Bruce Momjian | 2003-03-20 |
* | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 |
* | Tweak dependency code to suppress NOTICEs generated by new method for | Tom Lane | 2003-03-06 |
* | This patch makes the following changes to the documentation: | Bruce Momjian | 2003-02-19 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Revise mechanism for getting rid of temp tables at backend shutdown. | Tom Lane | 2003-02-07 |
* | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 |
* | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 |
* | Add remaining documentation tables to information schema. | Peter Eisentraut | 2003-01-15 |
* | Add sql_features table to information schema. Generate the features list | Peter Eisentraut | 2003-01-14 |
* | Fix information_schema.sql install to work when building outside | Tom Lane | 2003-01-13 |
* | Replace RelidGetNamespaceId() by get_rel_namespace(). | Peter Eisentraut | 2003-01-12 |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 |
* | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane | 2003-01-10 |
* | Reconsider old decision to try to constant-fold default and constraint | Tom Lane | 2003-01-08 |
* | Repair bug noticed by Deepak Bhole: a shell type should have a dependency | Tom Lane | 2003-01-08 |
* | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane | 2003-01-07 |
* | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |
* | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | TODO marked as done: | Bruce Momjian | 2002-12-12 |
* | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 |
* | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 |
* | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 |
* | Repair oversight in recent change of dependency extraction code: when | Tom Lane | 2002-12-04 |
* | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 |
* | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |