summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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-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-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-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-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
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-05Add GUC full_page_writes to control writing full pages to WAL.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-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Clarify documentation about log_min_duration_statement.Bruce Momjian
2005-06-29Improve gettimeofday() documentation.Bruce Momjian
2005-06-29Improved words spacing.Bruce Momjian
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-26Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-25Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-22Add a hack requested by the JDBC driver writers: when a function'sTom Lane
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-20Remove statement that GiST indexes aren't WAL-logged.Tom Lane
2005-06-20Update text that stated GiST indexes aren't WAL-logged.Tom Lane
2005-06-19Minor documentation update for RAISE expression patch.Neil Conway
2005-06-18Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane