summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2004-08-08Update plpgsql documentation for 8.0 (mostly, make use of namedTom Lane
2004-08-07Improve privileges discussion (mostly, mention grant options).Tom Lane
2004-08-07Update a couple of example error messages to reflect the fact that weTom Lane
2004-08-07Improve markup a little.Tom Lane
2004-08-07Improve tablespace discussion, and bring it up to date with code.Tom Lane
2004-08-07Update pitr docs to mention inclusive/exclusive xid specificationBruce Momjian
2004-08-07Fix markup.Bruce Momjian
2004-08-07Mention that transactions can complete in a different numeric order, forBruce Momjian
2004-08-06Some editorial work on the 8.0 release notes. Update for recent commits,Tom Lane
2004-08-06Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-08-05Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Add some notes about unimplemented aspects of PITR backup/recovery.Tom Lane
2004-08-03Preliminary documentation for PITR.Tom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-03Move dbsize/oid2name to open items list.Bruce Momjian
2004-08-02Readd pg_config --pgxs code.Bruce Momjian
2004-08-02Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-08-01Add docs for initdb --auth.Bruce Momjian
2004-08-01Minor release wording improvments.Bruce Momjian
2004-07-31Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane
2004-07-31Remove obsolete filesPeter Eisentraut
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-31Fix broken markup, release date.Tom Lane
2004-07-31Remove mention that we can't trap function errors.Bruce Momjian
2004-07-30Fix number for FAQ item.Bruce Momjian
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-07-29Update Turkish FAQ.Bruce Momjian
2004-07-28Update release notes with better wording.Bruce Momjian
2004-07-27Update tuple header size.Bruce Momjian
2004-07-26Here is a patch that fixes the pipes used in find_other_exec() whenBruce Momjian
2004-07-26Adjust release notes based on community feedback.Bruce Momjian
2004-07-25Update 7.5 release notes.Bruce Momjian
2004-07-24log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as perTom Lane
2004-07-24First draft of 7.5 release notes. Still needs markup, additional majorBruce Momjian
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-07-21Please find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-19Here is another patch that fixes a stack of pg_dump bugs:Bruce Momjian
2004-07-19No CVS FAQ, just CVS docs.Bruce Momjian
2004-07-19*** empty log message ***Bruce Momjian
2004-07-17Fix broken markup, per Jonathan Gardner.Tom Lane
2004-07-15Add French FAQ.Bruce Momjian
2004-07-15Add permission display to \db+.Bruce Momjian
2004-07-14Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut
2004-07-13Have \dn+ show permissions and description for schemas.Bruce Momjian
2004-07-13Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian