summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-10-31The conversion rule from postgres.sgml to postgres.xml didn't work withPeter Eisentraut
2008-10-31Add support for user-defined I/O conversion casts.Heikki Linnakangas
2008-10-30Update back-branch release notes.Tom Lane
2008-10-29Remove tab from sgml file.Bruce Momjian
2008-10-29Since SQL:2003, the array size specification in the SQL ARRAY syntax hasPeter Eisentraut
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-28Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane
2008-10-28Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-27Add support for multiple error messages from libpq, by simply appending themMagnus Hagander
2008-10-27SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut
2008-10-27Allow EXPLAIN on CREATE TABLE AS.Peter Eisentraut
2008-10-23* make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander
2008-10-22SQL:2008 alternative syntax for LIMIT/OFFSET:Peter Eisentraut
2008-10-21Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut
2008-10-18Update compatibility section of TRUNCATE for SQL:2008 final.Peter Eisentraut
2008-10-18Update feature list for SQL:2008.Peter Eisentraut
2008-10-17Add a new column to pg_am to specify whether an index AM supports backwardTom Lane
2008-10-17Improve headeline generation. Now headline can containTeodor Sigaev
2008-10-14Extend the date type to support infinity and -infinity, analogously toTom Lane
2008-10-14Add docs and regression test about sorting the output of a recursive query inTom Lane
2008-10-14Eliminate unnecessary array[] decoration in examples of recursive cycleTom Lane
2008-10-13Implement comparison of generic records (composite types), and invent aTom Lane
2008-10-10Fix COPY documentation to not imply that HEADER can be used outside CSV mode.Tom Lane
2008-10-07Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane
2008-10-06Use fork names instead of numbers in the file names for additionalHeikki Linnakangas
2008-10-06Editorial improvements to description of pg_settings view.Tom Lane
2008-10-06Add columns boot_val and reset_val to the pg_settings view, to exposeMagnus Hagander
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane
2008-10-04Add a note about how to check for bare < and & in SGML docs, before theTom Lane
2008-10-03Add regression test for macaddr type. Enhance documentation about acceptedPeter Eisentraut
2008-10-03Add relation fork support to pg_relation_size() function. You can now passHeikki Linnakangas
2008-10-02Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas
2008-10-02Fix function name in pg_freespacemap docs. It's "pg_freespace", notHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-24Add documentation about when trigger values NEW/OLD return NULL.Bruce Momjian
2008-09-24Fix markup tag error, envvar -> envar.Bruce Momjian
2008-09-23Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-09-22Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-09-19Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane
2008-09-19Create a selectivity estimation function for the text search @@ operator.Tom Lane
2008-09-19Improve the recently-added libpq events code to provide more consistentTom Lane
2008-09-17Preliminary release notes for upcoming back branch releases.Tom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-15Change hash indexes to store only the hash code rather than the whole indexedTom Lane
2008-09-15Add missing quotes.Magnus Hagander