summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-06-15This patch makes it possible to use the full set of timezones when doingBruce Momjian
2005-06-14Add BETWEEN SYMMETRIC.Bruce Momjian
2005-06-14Add pg_postmaster_start_time() function.Bruce Momjian
2005-06-14Have SHOW ALL include variable descriptions.Bruce Momjian
2005-06-14Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian
2005-06-14Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway
2005-06-14Add -L option to psql to log sessions.Bruce Momjian
2005-06-13Change the planner to allow indexscan qualification clauses to useTom Lane
2005-06-13Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway
2005-06-13SGML cleanup: consistently use "endterm" in <xref>s that link to theNeil Conway
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2005-06-12Document the --enable-integer-datetimes configure option where the otherTom Lane
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2005-06-10Add space before :DBNAME for proper \set expansion.Bruce Momjian
2005-06-10Minor cleanup of documentation for recently-added HISTFILE psql variable.Neil Conway
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-10the following patch makes the filename used to store the readlineBruce Momjian
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