summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-04-07Update and copy-edit release notes for 8.0.2.Tom Lane
2005-04-07Allow plpgsql functions to omit RETURN command when the function returnsTom Lane
2005-04-07Minor documentation tweak.Neil Conway
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-04-05Adjust grammar for plpgsql's OPEN command so that a cursor can beTom Lane
2005-04-05plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane
2005-04-05Fix broken markup.Tom Lane
2005-04-04Add a link to www.postgresql.org/download to the installation instructions.Neil Conway
2005-04-02Fix release not typo.Bruce Momjian
2005-04-02Update release notes for 8.0.2.Bruce Momjian
2005-04-01Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-03-31Adjust SGML ulink tags to the URL is always displayed in our printed docs.Bruce Momjian
2005-03-30Minor tweak to documentation.Neil Conway
2005-03-30Fix typo.Neil Conway
2005-03-29Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-29Add SPI_getnspname(), including documentation.Neil Conway
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-27First steps towards index scans with heap access decoupled from indexTom Lane
2005-03-25Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane
2005-03-25Update and copy-edit description of privileges.Tom Lane
2005-03-25Fix to_date to behave reasonably when CC and YY fields are both used.Tom Lane
2005-03-25Print URL in printed output..Bruce Momjian
2005-03-25Add URL of how to report bugs:Bruce Momjian
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-24Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway
2005-03-23Add note about risks involved in replaying CREATE TABLESPACE commandsTom Lane
2005-03-23Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway
2005-03-21Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-17Add link to INSERT in docs.Bruce Momjian
2005-03-17Update file system snapshot docs.Bruce Momjian
2005-03-17Mention tablespaces as a problem for using file system snapshots.Bruce Momjian
2005-03-17Document use of rsync for file system backups.Bruce Momjian
2005-03-17Add a reference to the documentation on alternate index operator classes inNeil Conway
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2005-03-15Clean up win1252 documentation. Mention how we determine the number ofBruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-14Fix mistakes in SGML markup. From David Fetter.Neil Conway
2005-03-14Note that the -F and -R command line options only affect unalignedTom Lane
2005-03-14Document client-only encodings.Bruce Momjian
2005-03-14Finalize character set documentation changes.Bruce Momjian
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2005-03-13Increment all major version numbers in 8.0.X to force recompile ofBruce Momjian
2005-03-13Make default_with_oids default to false -- user-created tables will nowNeil Conway
2005-03-13More ordering adjustments.Bruce Momjian
2005-03-13Fix markup.Bruce Momjian
2005-03-13More markup changes.Bruce Momjian
2005-03-13More cleanups.Bruce Momjian