summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2005-07-26Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-26Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-25Add:Bruce Momjian
2005-07-24With the interval/day patch, the horology regression test no longerTom Lane
2005-07-23Simple constraint exclusion. For now, only child tables of inheritanceTom Lane
2005-07-22Fix AT TIME ZONE for timestamps without time zones:Bruce Momjian
2005-07-21Add:Bruce Momjian
2005-07-20Fix breakage of INSTALL document build.Tom Lane
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-07-19Documentation tweak: make <command>CREATE OPERATOR CLASS</command> intoNeil Conway
2005-07-18Fix some bogosities in geometric-function documentation: add an entryTom Lane
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-15Fix SGML spacing.Bruce Momjian
2005-07-14Change numericsep to a boolean, and make it locale-aware.Bruce Momjian
2005-07-14This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-13Documentation for some new PL/Perl features. Patch from David Fetter,Neil Conway
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-07-10Add --encoding to pg_dump.Bruce Momjian
2005-07-10Update.Bruce Momjian
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-07-08Done:Bruce Momjian
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-07-07Update:Bruce Momjian
2005-07-07Update:Bruce Momjian
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-06Add pg_column_size() to return storage size of a column, includingBruce Momjian
2005-07-06Update description of GUC full_page_writes.Bruce Momjian
2005-07-06Done:Bruce Momjian
2005-07-05Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian
2005-07-05Remove, now have GUC:Bruce Momjian
2005-07-05Add:Bruce Momjian
2005-07-04More TODO list section restructuring.Bruce Momjian
2005-07-04Restructure TODO sections.Bruce Momjian
2005-07-04UpdateBruce Momjian
2005-07-04Update wording:Bruce Momjian
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-07-02Remove GIST concurrency limitations section.Bruce Momjian
2005-07-02Add SGML markup for on/off values in run-time section.Bruce Momjian
2005-07-02Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian
2005-07-02Update:Bruce Momjian
2005-07-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Clarify:Bruce Momjian
2005-07-01Update for roles:Bruce Momjian
2005-07-01Update for roles:Bruce Momjian
2005-07-01Item superceeded now that groups exist:Bruce Momjian
2005-07-01Done:Bruce Momjian