summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-17Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander
2019-01-17Remove references to MajordomoMagnus Hagander
2019-01-17Doc: enhance pgbench manual.Tatsuo Ishii
2019-01-14Fix typos in documentation and for one wait eventMichael Paquier
2019-01-13Make INSTALL makefile rule more robustPeter Eisentraut
2019-01-13configure: Update python search orderPeter Eisentraut
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-11doc: Correct documentation of install-time environment variablesPeter Eisentraut
2019-01-11Create INSTALL file using PandocPeter Eisentraut
2019-01-11Add value 'current' for recovery_target_timelinePeter Eisentraut
2019-01-11Extend pg_stat_statements_reset to reset statistics specific to aAmit Kapila
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-09Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane
2019-01-08Doc: update our docs about kernel IPC parameters on *BSD.Tom Lane
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2019-01-08Doc: fix meaning of acronym "btree".Tatsuo Ishii
2019-01-07doc: document that INFO messages always go to client.Andrew Gierth
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane
2019-01-02Switch pg_regress to output unified diffs by defaultPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-29Use a separate random seed for SQL random()/setseed() functions.Tom Lane
2018-12-28Clarify referential actions in docs of CREATE/ALTER TABLEMichael Paquier
2018-12-20Doc: fix ancient mistake in search_path documentation.Tom Lane
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-19Doc: fix incorrect example of collecting arguments with fmgr macros.Tom Lane
2018-12-19Doc: fix typo in "Generic File Access Functions" section.Tatsuo Ishii
2018-12-18Update project link of pgBadger in documentationMichael Paquier
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Clarify runtime pruning in EXPLAINAlvaro Herrera
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Introduce new extended routines for FDW and foreign server lookupsMichael Paquier
2018-12-11Doc: improve documentation about ALTER LARGE OBJECT requirements.Tom Lane
2018-12-10Doc: remove obsolete reference to recursive expression evaluation.Tom Lane
2018-12-09Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier
2018-12-07Doc: document that we expect CHECK constraint conditions to be immutable.Tom Lane
2018-12-07Doc: remove obsolete statements about system OID columns in ALTER TABLE.Tom Lane
2018-12-07Doc: make cross-reference to format() function more specific.Tom Lane
2018-12-06Improve planner stats documentationStephen Frost
2018-12-06Change true/false to on/off.Tatsuo Ishii
2018-12-05Fix invalid value of synchronous_commit in description of flush_lagMichael Paquier
2018-12-03Refactor documentation about privileges to centralize the info.Tom Lane
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-12-01Add a --socketdir option to pg_upgrade.Tom Lane
2018-11-29Document handling of invalid/ambiguous timestamp input near DST boundaries.Tom Lane
2018-11-29Add log_statement_sample_rate parameterAlvaro Herrera
2018-11-29doc: Add appendix detailing some limits of PostgreSQLPeter Eisentraut