aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAge
...
* docs: Improve documentation of \pset without arguments.Robert Haas2014-07-24
* Rearrange documentation paragraph describing pg_relation_size().Tom Lane2014-07-23
* Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22.Tom Lane2014-07-21
* Replace "internationalize" with "localize" where appropriatePeter Eisentraut2014-07-20
* First-draft release notes for 9.3.5.Tom Lane2014-07-20
* Fix xreflabel for hot_standby_feedback.Tom Lane2014-07-19
* Limit pg_upgrade authentication advice to always-secure techniques.Noah Misch2014-07-18
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* doc: Spell checkingPeter Eisentraut2014-07-16
* doc: Put new options in right order on reference pagesPeter Eisentraut2014-07-15
* Add missing doc changes for ee80f043bc9bAlvaro Herrera2014-07-15
* doc: small fixes for REINDEX reference pagePeter Eisentraut2014-07-14
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao2014-07-10
* Fix whitespacePeter Eisentraut2014-07-08
* Update key words table for 9.4Peter Eisentraut2014-07-08
* doc: Link text to table by idPeter Eisentraut2014-07-08
* doc: Fix spacing in verbatim environmentsPeter Eisentraut2014-07-08
* Split out the description of page-level lock as new subsection in document.Fujii Masao2014-07-04
* Improve support for composite types in PL/Python.Tom Lane2014-07-03
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-01
* Allow multi-character source strings in contrib/unaccent.Tom Lane2014-06-30
* Allow empty replacement strings in contrib/unaccent.Tom Lane2014-06-30
* Fix typos in the cluster_name commit.Andres Freund2014-06-30
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane2014-06-26
* Remove obsolete example of CSV log file name from log_filename document.Fujii Masao2014-06-26
* Fix typo in replication slot function doc.Fujii Masao2014-06-24
* Add missing closing parenthesis into max_replication_slots doc.Fujii Masao2014-06-24
* doc: adjust JSONB GIN index descriptionBruce Momjian2014-06-21
* 9.4 release notes: adjust some entry wordingBruce Momjian2014-06-21
* Fix documentation template for CREATE TRIGGER.Kevin Grittner2014-06-21
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Document SQL functions' behavior of parsing the whole function at once.Tom Lane2014-06-19
* Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao2014-06-19
* Improve our mechanism for controlling the Linux out-of-memory killer.Tom Lane2014-06-18
* Document that jsonb has all the standard comparison operators.Andrew Dunstan2014-06-18
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* 9.4 release notes: improve valgrind mentionBruce Momjian2014-06-17
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-14
* Adjust 9.4 release notes.Noah Misch2014-06-13
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Add description of pg_stat directory into doc.Fujii Masao2014-06-05
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* doc: fix JSON function prototype variable labelBruce Momjian2014-06-02