summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-12-25Rethink representation of index clauses' mapping to index columns.HEADmasterTom Lane
2011-12-23Add bytea_agg, parallel to string_agg.Robert Haas
2011-12-22Typo fixes.Robert Haas
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-12-21sepgsql: Check CREATE permissions for some object types.Robert Haas
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-18Remove tabs in SGML file.Bruce Momjian
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-17Same clarification for pg_restore.Andrew Dunstan
2011-12-17Clarify the post-data status on unvalidated check constraints.Andrew Dunstan
2011-12-17Add --section option to pg_dump and pg_restore.Andrew Dunstan
2011-12-16Fix reference to "verify-ca" and "verify-full" in a note in the docs.Heikki Linnakangas
2011-12-16include_if_exists facility for config file.Andrew Dunstan
2011-12-14Fix docs build I inadvertantly broke.Andrew Dunstan
2011-12-14Add --exclude-table-data option to pg_dump.Andrew Dunstan
2011-12-14Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-06Make command-line tools smarter about finding a DB to connect to.Robert Haas
2011-12-06Add missing documentation for function pg_stat_get_wal_senders()Magnus Hagander
2011-12-05In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian
2011-12-05plpython: Add SPI cursor supportPeter Eisentraut
2011-12-04Add a \setenv command to psql.Andrew Dunstan
2011-12-04Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPERMagnus Hagander
2011-12-02Update documentation suggestions for debugging the backend.Bruce Momjian
2011-12-02Add some weasel wording about threaded usage of PGresults.Tom Lane
2011-12-01Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane
2011-12-01Add file-fdw documentation example.Bruce Momjian
2011-12-01Add documentation mention that 7 != NULL also returns NULL.Bruce Momjian
2011-12-01Update information about configuring SysV IPC parameters on NetBSD.Tom Lane
2011-12-01Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane
2011-11-30Change installation docs to mention general debugging options.Bruce Momjian
2011-11-30In docs, suggest "-O0 -g" only if using a debugger.Bruce Momjian
2011-11-29Suggest configure options for server developers.Bruce Momjian
2011-11-28Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane
2011-11-28Add libpq connection option to disable SSL compressionMagnus Hagander
2011-11-25Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane
2011-11-24Some more editing of the range-types documentation.Tom Lane
2011-11-23Remove user-selectable ANALYZE option for range types.Tom Lane
2011-11-23Remove zero- and one-argument range constructor functions.Tom Lane
2011-11-22Small markup and wording improvementPeter Eisentraut
2011-11-21Further code review for range types patch.Tom Lane
2011-11-18Further review of range-types patch.Tom Lane
2011-11-17Extend the unknowns-are-same-as-known-inputs type resolution heuristic.Tom Lane
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas