summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-06-10Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian
2005-06-09Mention prefix %t has no milliseconds.Bruce Momjian
2005-06-09This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian
2005-06-09Repair error in description of nonblocking usage of PQgetCopyData().Tom Lane
2005-06-09Add example for pg_config --configure.Peter Eisentraut
2005-06-09Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian
2005-06-09Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian
2005-06-09I've created a patch which adds support for troff "-ms" output toBruce Momjian
2005-06-08Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-06-07Add a function lastval(), which returns the value returned by theNeil Conway
2005-06-07Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway
2005-06-06Trivial markup improvement.Tom Lane
2005-06-05Remove planner's private fields from Query struct, and put them intoTom Lane
2005-06-05Here's a patch to do the following:Bruce Momjian
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-06-02Add support for \x hex strings in psql variables.Bruce Momjian
2005-06-02Add support for \x hex escapes in backend strings. Octal was alreadyBruce Momjian
2005-06-02Add support for \x hex escapes in COPY.Bruce Momjian
2005-05-31Tab cleanup for SGML.Bruce Momjian
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-30Wording improvement (may -> can)Bruce Momjian
2005-05-30Update psql docs for recent octal-only string behavior.Bruce Momjian
2005-05-29Add reference to libpq environment variables for client applications.Bruce Momjian
2005-05-26Document that utility commands such as DROP FUNCTION allow argument namesTom Lane
2005-05-26Back out SQLSTATE and SQLERRM support.Bruce Momjian
2005-05-26Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian
2005-05-25Editing for the new "Encryption Options" section of the manual.Neil Conway
2005-05-23Remove some verbiage describing how min() and max() are slow when appliedNeil Conway
2005-05-23Consistently do not include a terminating period in single-sentenceNeil Conway
2005-05-20Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian
2005-05-20Fix typo in ECPG docs, per Andreas Seltenreich.Neil Conway
2005-05-20Add some links to the CREATE FUNCTION reference page when describingNeil Conway
2005-05-20Make the CREATE RULE syntax description in rules.sgml more consistentNeil Conway
2005-05-20Implement md5(bytea), update regression tests and documentation. PatchNeil Conway
2005-05-17Extend the pg_locks system view so that it can fully display all lockTom Lane
2005-05-17GiST improvements:Neil Conway
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-13Add missing quote, per Dave Page.Tom Lane
2005-05-13Update createuser examples to match the current program behavior,Tom Lane
2005-05-13Fix broken markup.Tom Lane
2005-05-11Document where to download free Microsoft and Borland development tools.Bruce Momjian
2005-05-11Document that bcc compiles now need the -N flag, backpatch to 8.0.X.Bruce Momjian
2005-05-11Fix newly introduced spelling error.Neil Conway
2005-05-11Add mention that not all functions are listed.Bruce Momjian
2005-05-10Back out check for unreferenced files.Bruce Momjian
2005-05-09Rename encryption section.Bruce Momjian
2005-05-09Improve wording of new documentation section on encryption, and move itBruce Momjian
2005-05-09Complete the following TODO items:Neil Conway
2005-05-09Update release notes for upcoming re-releases.Tom Lane