aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Clarify documentation about log_min_duration_statement.Bruce Momjian2005-07-01
* Improve gettimeofday() documentation.Bruce Momjian2005-06-29
* Improved words spacing.Bruce Momjian2005-06-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-26
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane2005-06-25
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* Add a hack requested by the JDBC driver writers: when a function'sTom Lane2005-06-22
* Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway2005-06-22
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-21
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-21
* Remove statement that GiST indexes aren't WAL-logged.Tom Lane2005-06-20
* Update text that stated GiST indexes aren't WAL-logged.Tom Lane2005-06-20
* Minor documentation update for RAISE expression patch.Neil Conway2005-06-19
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Update NetBSD 'options' description.Bruce Momjian2005-06-17
* Improve wording of read-only GUC variables; shows -> reports.Bruce Momjian2005-06-17
* Minor SGML markup cleanup.Neil Conway2005-06-15
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* Add BETWEEN SYMMETRIC.Bruce Momjian2005-06-14
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-14
* Have SHOW ALL include variable descriptions.Bruce Momjian2005-06-14
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-14
* Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway2005-06-14
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-13
* SGML cleanup: consistently use "endterm" in <xref>s that link to theNeil Conway2005-06-13
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Document the --enable-integer-datetimes configure option where the otherTom Lane2005-06-12
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-12
* Add space before :DBNAME for proper \set expansion.Bruce Momjian2005-06-10
* Minor cleanup of documentation for recently-added HISTFILE psql variable.Neil Conway2005-06-10
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* the following patch makes the filename used to store the readlineBruce Momjian2005-06-10
* Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian2005-06-10
* Mention prefix %t has no milliseconds.Bruce Momjian2005-06-09
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-09
* Repair error in description of nonblocking usage of PQgetCopyData().Tom Lane2005-06-09
* Add example for pg_config --configure.Peter Eisentraut2005-06-09
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-09
* Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian2005-06-09
* I've created a patch which adds support for troff "-ms" output toBruce Momjian2005-06-09
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-08
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08