summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Add a reference page for CREATE SCHEMA.Tom Lane
2002-04-25Updates for schema features.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Add missing SGML file.Bruce Momjian
2002-04-24Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there areBruce Momjian
2002-04-24Oops, wrong commit on previous. It was:Bruce Momjian
2002-04-24Appears I forgot to update the docs earlier.Bruce Momjian
2002-04-23Update SQL-command reference pages for schema features.Tom Lane
2002-04-22Update GRANT example and discussion to match current sources.Tom Lane
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2002-04-21Minor wording change for readability.Thomas G. Lockhart
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-19Change naming rule for ON SELECT rules of views: they're all justTom Lane
2002-04-19pg_trigger's index on tgrelid is replaced by a unique index onTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-18Correct documention of lo_unlink return value as int, not Oid.Bruce Momjian
2002-04-18Change docs to do 20! rather than larger.Bruce Momjian
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-15Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane
2002-04-14Allow detection of collateindex.pl in stylesheet directory or in path,Peter Eisentraut
2002-04-14Fix broken SGML tag.Tatsuo Ishii
2002-04-13Update/correct inheritance examples.Tom Lane
2002-04-13This is a proposed patch to doc/src/sgml/libpgtcl.sgml which documentsBruce Momjian
2002-04-13Mention precision of NUMERIC in docs.Bruce Momjian
2002-04-11Add mention of function CREATE INDEX usage.Bruce Momjian
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-10Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut
2002-04-10Add make install-strip target.Peter Eisentraut
2002-04-09More cleanups of cursor text.Bruce Momjian
2002-04-09Fix markup problem with recent change.Bruce Momjian
2002-04-09Update refcursor documentation with examples of how to return pl/pgsqlBruce Momjian
2002-04-09Fix SGML markup problem.Bruce Momjian
2002-04-08DST-transition-sensitive tests seem to be in horology now, notTom Lane
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-04-04Authentication improvements:Bruce Momjian
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-01Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane
2002-04-01ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-27Don't mark up as acronym that which is not an acronym.Peter Eisentraut
2002-03-27Improve spelling of lock names, and some other editing.Peter Eisentraut
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-25New wording:Bruce Momjian
2002-03-25Add to HISTORY:Bruce Momjian
2002-03-24Tweak labeling of plan qual conditions for more consistency.Tom Lane
2002-03-24Fix cut-and-paste-o.Tom Lane
2002-03-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane