aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* 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
* Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.Robert Haas2011-10-28
* Change "and and" to "and".Robert Haas2011-10-28
* Typo fixes.Tom Lane2011-10-26
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* Fix typoMagnus Hagander2011-10-25
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Document that postmaster.opts is excluded from base backupsRobert Haas2011-10-19
* Make the CHECKPOINT reference page more clear.Robert Haas2011-10-18
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-16
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-16
* Marginal improvements to documentation of plpgsql's OPEN cursor statement.Tom Lane2011-10-15
* Document that is the psql version number, not the server version number,Bruce Momjian2011-10-15