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