aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Fix docs build I inadvertantly broke.Andrew Dunstan2011-12-14
* Add --exclude-table-data option to pg_dump.Andrew Dunstan2011-12-14
* Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas2011-12-14
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-06
* Add missing documentation for function pg_stat_get_wal_senders()Magnus Hagander2011-12-06
* In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian2011-12-05
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-05
* Add a \setenv command to psql.Andrew Dunstan2011-12-04
* Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPERMagnus Hagander2011-12-04
* Update documentation suggestions for debugging the backend.Bruce Momjian2011-12-02
* Add some weasel wording about threaded usage of PGresults.Tom Lane2011-12-02
* Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane2011-12-01
* Add file-fdw documentation example.Bruce Momjian2011-12-01
* Add documentation mention that 7 != NULL also returns NULL.Bruce Momjian2011-12-01
* Update information about configuring SysV IPC parameters on NetBSD.Tom Lane2011-11-30
* Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane2011-11-30
* Change installation docs to mention general debugging options.Bruce Momjian2011-11-29
* In docs, suggest "-O0 -g" only if using a debugger.Bruce Momjian2011-11-29
* Suggest configure options for server developers.Bruce Momjian2011-11-29
* Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane2011-11-28
* Add libpq connection option to disable SSL compressionMagnus Hagander2011-11-28
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Some more editing of the range-types documentation.Tom Lane2011-11-23
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-23
* Remove zero- and one-argument range constructor functions.Tom Lane2011-11-22
* Small markup and wording improvementPeter Eisentraut2011-11-22
* Further code review for range types patch.Tom Lane2011-11-20
* Further review of range-types patch.Tom Lane2011-11-18
* Extend the unknowns-are-same-as-known-inputs type resolution heuristic.Tom Lane2011-11-17
* Remove ancient downcasing code from procedural language operations.Robert Haas2011-11-17
* Return NULL instead of throwing error when desired bound is not available.Tom Lane2011-11-14
* Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane2011-11-14
* Add psql expanded auto modePeter Eisentraut2011-11-12
* Correct documentation for trace_userlocks.Robert Haas2011-11-10
* Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas2011-11-10
* Document that PQexec() can handle a NULL res pointer just fine.Bruce Momjian2011-11-10
* Adjust range type docs for some last-minute changes I made to the patch.Heikki Linnakangas2011-11-08
* -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGSPeter Eisentraut2011-11-08
* Remove hstore's text => text operator.Robert Haas2011-11-07
* Minor grammar improvements.Robert Haas2011-11-07
* Fix archive_command examplePeter Eisentraut2011-11-04
* Add note about using GNU tar warning options for base backupsPeter Eisentraut2011-11-04
* Role membership of superusers is only by explicit membership for HBA.Andrew Dunstan2011-11-03
* Do not treat a superuser as a member of every role for HBA purposes.Andrew Dunstan2011-11-03
* Support range data types.Heikki Linnakangas2011-11-03
* Improve docs for timing and skipping of checkpointsSimon Riggs2011-11-03
* Document that multiple LDAP servers can be specifiedMagnus Hagander2011-11-01