summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2013-09-02Fix relfrozenxid query in docs to include TOAST tables.Andrew Dunstan
2013-09-01Update "Using EXPLAIN" documentation examples using current code.Tom Lane
2013-09-01Update 9.3 release notes.Tom Lane
2013-08-20release notes: update link to 9.3 PL/pgSQL constraint error infoBruce Momjian
2013-08-19release notes: remove username from 9.3 major itemBruce Momjian
2013-08-16release notes: update 9.3 major feature listBruce Momjian
2013-08-16release notes: Update to 9.3 git currentBruce Momjian
2013-08-139.3 release notes: move foreign table itemBruce Momjian
2013-08-10docs: mention Julian is midnight _UTC_Bruce Momjian
2013-08-09Docs: Document to_*() Julian values are integersBruce Momjian
2013-08-09Document how auto_explain.log_timing can be changed.Fujii Masao
2013-07-31Fix inaccurate description of tablespace.Fujii Masao
2013-07-26pg_upgrade docs: don't use cluster for binary/libBruce Momjian
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-22Back-patch bgworker API changes to 9.3.Robert Haas
2013-07-22Remove bgw_sighup and bgw_sigterm.Robert Haas
2013-07-19doc: Fix typos in conversion names.Robert Haas
2013-07-17Use correct parameter name for view_option_valueStephen Frost
2013-07-12Switch user ID to the object owner when populating a materialized view.Noah Misch
2013-07-11pg_upgrade: document possible pg_hba.conf optionsBruce Momjian
2013-07-11doc: Replace link to pgFouine with pgBadgerPeter Eisentraut
2013-07-09Fixed incorrect description of EXEC SQL VAR command.Michael Meskes
2013-07-08Fix mention of htup.h in pageinspect docsAlvaro Herrera
2013-07-07pg_upgrade: document link optionsBruce Momjian
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-05Remove stray | characterMagnus Hagander
2013-07-04Add contrib function references in the doc indexBruce Momjian
2013-07-04docs: Clarify flag dependencies for background workers.Robert Haas
2013-07-04doc: Fix typo in event trigger documentationPeter Eisentraut
2013-07-04doc: Add event trigger C API documentationPeter Eisentraut
2013-07-03pg_buffercache: document column meaningsBruce Momjian
2013-07-03Expose object name error fields in PL/pgSQL.Noah Misch
2013-07-03doc: Remove i18ngurus.com linkPeter Eisentraut
2013-07-03doc: Arrange See Also links in more consistent orderPeter Eisentraut
2013-07-02Mention extra_float_digits in floating point docsAlvaro Herrera
2013-07-01pg_dump docs: use escaped double-quotes, for WindowsBruce Momjian
2013-06-27Update pg_resetxlog's documentation on multixactsAlvaro Herrera
2013-06-27Document relminmxid and datminmxidAlvaro Herrera
2013-06-27Tweak wording in sequence-function docs to avoid PDF build failures.Tom Lane
2013-06-27Document effect of constant folding on CASE.Noah Misch
2013-06-22doc: Fix date in EPUB manifestPeter Eisentraut
2013-06-20Further update CREATE FUNCTION documentation about argument namesPeter Eisentraut
2013-06-18Fix docs on lock level for ALTER TABLE VALIDATESimon Riggs
2013-06-16Fix description of archive format which pg_restore -j supports.Fujii Masao
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-06-12Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan
2013-06-12Improve description of loread/lowrite.Robert Haas
2013-06-11Add description that loread()/lowrite() are corresponding toTatsuo Ishii
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-06-08Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan