summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-07-02Remove GIST concurrency limitations section.Bruce Momjian
2005-07-02Add SGML markup for on/off values in run-time section.Bruce Momjian
2005-07-02Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian
2005-07-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Clarify documentation about log_min_duration_statement.Bruce Momjian
2005-06-29Improve gettimeofday() documentation.Bruce Momjian
2005-06-29Improved words spacing.Bruce Momjian
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-26Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-25Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
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-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-17Update NetBSD 'options' description.Bruce Momjian
2005-06-17Improve wording of read-only GUC variables; shows -> reports.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-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