summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2005-06-24Done:Bruce Momjian
2005-06-24Completed:Bruce Momjian
2005-06-24Add:Bruce Momjian
2005-06-23Update text of terminate:Bruce Momjian
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-22Add a hack requested by the JDBC driver writers: when a function'sTom Lane
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-20Remove statement that GiST indexes aren't WAL-logged.Tom Lane
2005-06-20Update text that stated GiST indexes aren't WAL-logged.Tom Lane
2005-06-19Minor documentation update for RAISE expression patch.Neil Conway
2005-06-18Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane
2005-06-18Remove TODO.detail.Bruce Momjian
2005-06-18Done:Bruce Momjian
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-17Re-order item.Bruce Momjian
2005-06-17Move item:Bruce Momjian
2005-06-17Update NetBSD 'options' description.Bruce Momjian
2005-06-17Improve wording of read-only GUC variables; shows -> reports.Bruce Momjian
2005-06-17Add:Bruce Momjian
2005-06-15Minor SGML markup cleanup.Neil Conway
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-14reorder:Bruce Momjian
2005-06-14Done:Bruce Momjian
2005-06-14Add pg_postmaster_start_time() function.Bruce Momjian
2005-06-14Done:Bruce Momjian
2005-06-14Have SHOW ALL include variable descriptions.Bruce Momjian
2005-06-14Update:Bruce Momjian
2005-06-14Move item into proper section:Bruce Momjian
2005-06-14Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian
2005-06-14Done:Bruce Momjian
2005-06-14Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway
2005-06-14Done:Bruce Momjian
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