summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2015-02-11Fixed array handling in ecpg.Michael Meskes
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-02Last-minute updates for release notes.Tom Lane
2015-02-02Doc: fix syntax description for psql's \setenv.Tom Lane
2015-02-01doc: Improve claim about location of pg_service.confPeter Eisentraut
2015-02-01Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.Tom Lane
2015-01-31Fix documentation of psql's ECHO all mode.Tom Lane
2015-01-20Improve documentation of random() function.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Make path to pg_service.conf absolute in documentationMagnus Hagander
2014-12-31Docs: improve descriptions of ISO week-numbering date features.Tom Lane
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-12-29Assorted minor fixes for psql metacommand docs.Tom Lane
2014-12-22Further tidy up on json aggregate documentationAndrew Dunstan
2014-12-22Fix documentation of argument type of json_agg and jsonb_aggAndrew Dunstan
2014-12-21Docs: clarify treatment of variadic functions with zero variadic arguments.Tom Lane
2014-12-18Improve documentation about CASE and constant subexpressions.Tom Lane
2014-12-17Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-01Fix missing space in documentationMagnus Hagander
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-19Improve documentation's description of JOIN clauses.Tom Lane
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-11-01PL/Python: Fix examplePeter Eisentraut
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-10Fix broken example in PL/pgSQL document.Fujii Masao
2014-10-03Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera
2014-09-30Correct stdin/stdout usage in COPY .. PROGRAMStephen Frost
2014-09-19Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane
2014-09-14doc: Fix documentation of local_preload_librariesPeter Eisentraut
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-09-07Documentation fix: sum(float4) returns float4, not float8.Tom Lane
2014-08-30doc: Various typo/grammar fixesKevin Grittner
2014-08-18Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.Tom Lane
2014-08-14Update SysV parameter configuration documentation for FreeBSD.Tom Lane
2014-08-11Fix failure to follow the directions when "init" fork was added.Fujii Masao
2014-08-11Fix documentation oversights about pageinspect and initialization fork.Fujii Masao
2014-08-10Clarify type resolution behavior for domain types.Tom Lane
2014-08-01Fix typo in user manualHeikki Linnakangas
2014-07-23Rearrange documentation paragraph describing pg_relation_size().Tom Lane
2014-07-21Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22.Tom Lane
2014-07-19Fix xreflabel for hot_standby_feedback.Tom Lane
2014-07-18Limit pg_upgrade authentication advice to always-secure techniques.Noah Misch
2014-07-14doc: small fixes for REINDEX reference pagePeter Eisentraut
2014-06-26Remove obsolete example of CSV log file name from log_filename document.Fujii Masao
2014-06-21Fix documentation template for CREATE TRIGGER.Kevin Grittner
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-06-05Add description of pg_stat directory into doc.Fujii Masao
2014-05-08Document permissions needed for pg_database_size and pg_tablespace_size.Tom Lane
2014-04-16docs: properly document psql auto encoding modeBruce Momjian
2014-04-03Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane