Commit Graph

14100 Commits (42e2a580713201645d7caa4b27713ac777432d8d)

Author SHA1 Message Date
Michael Paquier 42e2a58071 Fix typos in documentation and for one wait event 7 years ago
Peter Eisentraut bb874e30fb Make INSTALL makefile rule more robust 7 years ago
Peter Eisentraut 7291733ac9 configure: Update python search order 7 years ago
Peter Eisentraut 0acb3bc33a Change default of recovery_target_timeline to 'latest' 7 years ago
Peter Eisentraut 8b89a88618 doc: Correct documentation of install-time environment variables 7 years ago
Peter Eisentraut 96b8b8b6f9 Create INSTALL file using Pandoc 7 years ago
Peter Eisentraut ff85306055 Add value 'current' for recovery_target_timeline 7 years ago
Amit Kapila 43cbedab8f Extend pg_stat_statements_reset to reset statistics specific to a 7 years ago
Alvaro Herrera 6260cc550b pgbench: add \cset and \gset commands 7 years ago
Tom Lane 59029b6fb7 Update docs & tests to reflect that unassigned OLD/NEW are now NULL. 7 years ago
Tom Lane a2b22d8e80 Doc: update our docs about kernel IPC parameters on *BSD. 7 years ago
Michael Paquier 354e95d1f2 Add --disable-page-skipping and --skip-locked to vacuumdb 7 years ago
Tatsuo Ishii a67212de19 Doc: fix meaning of acronym "btree". 7 years ago
Andrew Gierth 93fedda6f0 doc: document that INFO messages always go to client. 7 years ago
Tom Lane d33faa285b Move the built-in conversions into the initial catalog data. 7 years ago
Tom Lane 814c9019aa Use symbolic references for pg_language OIDs in the bootstrap data. 7 years ago
Peter Eisentraut acfe1392ef Switch pg_regress to output unified diffs by default 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Tom Lane 6645ad6bdd Use a separate random seed for SQL random()/setseed() functions. 7 years ago
Michael Paquier f7ea1a4233 Clarify referential actions in docs of CREATE/ALTER TABLE 7 years ago
Tom Lane 42bdf853f6 Doc: fix ancient mistake in search_path documentation. 7 years ago
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Tom Lane 639924249c Doc: fix incorrect example of collecting arguments with fmgr macros. 7 years ago
Tatsuo Ishii 3cab54878d Doc: fix typo in "Generic File Access Functions" section. 7 years ago
Michael Paquier ed6f15eb35 Update project link of pgBadger in documentation 7 years ago
Alvaro Herrera ca4103025d Fix tablespace handling for partitioned tables 7 years ago
Alvaro Herrera 1e6240a3fe Clarify runtime pruning in EXPLAIN 7 years ago
Tom Lane 5e09280057 Make pg_statistic and related code account more honestly for collations. 7 years ago
Michael Paquier 8fb569e978 Introduce new extended routines for FDW and foreign server lookups 7 years ago
Tom Lane d65ddb2b56 Doc: improve documentation about ALTER LARGE OBJECT requirements. 7 years ago
Tom Lane e28649a67f Doc: remove obsolete reference to recursive expression evaluation. 7 years ago
Michael Paquier 7fee252f6f Add timestamp of last received message from standby to pg_stat_replication 7 years ago
Tom Lane 1f66c657f2 Doc: document that we expect CHECK constraint conditions to be immutable. 7 years ago
Tom Lane 1464755fc4 Doc: remove obsolete statements about system OID columns in ALTER TABLE. 7 years ago
Tom Lane eeee62d805 Doc: make cross-reference to format() function more specific. 7 years ago
Stephen Frost 7a55ccc477 Improve planner stats documentation 7 years ago
Tatsuo Ishii 228b0485f4 Change true/false to on/off. 7 years ago
Michael Paquier 99f9ccee51 Fix invalid value of synchronous_commit in description of flush_lag 7 years ago
Tom Lane afc4a78a30 Refactor documentation about privileges to centralize the info. 7 years ago
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two 7 years ago
Tom Lane 2d34ad8430 Add a --socketdir option to pg_upgrade. 7 years ago
Tom Lane d328991578 Document handling of invalid/ambiguous timestamp input near DST boundaries. 7 years ago
Alvaro Herrera 88bdbd3f74 Add log_statement_sample_rate parameter 7 years ago
Peter Eisentraut 68120427f4 doc: Add appendix detailing some limits of PostgreSQL 7 years ago
Michael Paquier 44e22647f8 Add pg_partition_tree to documentation index 7 years ago
Peter Eisentraut f2cbffc7a6 Only allow one recovery target setting 7 years ago
Bruce Momjian 7a9d6779d9 doc: fix wording for plpgsql, add "and" 7 years ago
Andres Freund 54bb22f66a Fix typo introduced in 578b229718. 7 years ago
Alvaro Herrera 67ed3b9d73 Fix sample output for hash_metapage_info query 7 years ago