Commit Graph

12517 Commits (fc201dfd95059fd2fef9862a2fd09cfab42c9bf7)

Author SHA1 Message Date
Peter Eisentraut fc201dfd95 Add syslog_split_messages parameter 10 years ago
Peter Eisentraut f4c454e9ba Add syslog_sequence_numbers parameter 10 years ago
Teodor Sigaev f576b17cd6 Add word_similarity to pg_trgm contrib module. 10 years ago
Robert Haas 1c4f001b79 Fix typo. 10 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 10 years ago
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit() 10 years ago
Robert Haas 3aff33aa68 Fix typos. 10 years ago
Robert Haas 2a90cb69e1 Fix typos. 10 years ago
Robert Haas c16dc1aca5 Add simple VACUUM progress reporting. 10 years ago
Tom Lane 101fd9349e Add a GetForeignUpperPaths callback function for FDWs. 10 years ago
Tom Lane 307c78852f Rethink representation of PathTargets. 10 years ago
Tom Lane 9da70efcbe Mop-up for setting minimum Tcl version to 8.4. 10 years ago
Magnus Hagander 7a8d874836 Rename auto_explain.sample_ratio to sample_rate 10 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago
Tom Lane 9118d03a8c When appropriate, postpone SELECT output expressions till after ORDER BY. 10 years ago
Teodor Sigaev 6943a946c7 Tsvector editing functions 10 years ago
Magnus Hagander 92f03fe76f Allow setting sample ratio for auto_explain 10 years ago
Robert Haas 69ab7b9d6c psql: Don't automatically use expanded format when there's 1 column. 10 years ago
Andres Freund 428b1d6b29 Allow to trigger kernel writeback after a configurable number of writes. 10 years ago
Robert Haas fd31cd2651 Don't vacuum all-frozen pages. 10 years ago
Robert Haas 53be0b1add Provide much better wait information in pg_stat_activity. 10 years ago
Alvaro Herrera a3a8309d45 Document BRIN a bit more thoroughly 10 years ago
Simon Riggs fcb4bfddb6 Reduce lock level for altering fillfactor 10 years ago
Peter Eisentraut e19e4cf0be doc: Reorganize pg_resetxlog reference page 10 years ago
Alvaro Herrera 188f359d39 pgcrypto: support changing S2K iteration count 10 years ago
Robert Haas dff7ad3c61 Update GetForeignPlan documentation. 10 years ago
Robert Haas 272baaa538 Fix typo. 10 years ago
Robert Haas ba0a198fb1 Add pg_visibility contrib module. 10 years ago
Tom Lane a93aec4e0f Fix minor typo in logical-decoding docs. 10 years ago
Tom Lane 3fc6e2d7f5 Make the upper part of the planner work by generating and comparing Paths. 10 years ago
Magnus Hagander 2b46259b46 Fix typos 10 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Fujii Masao d34794f7d5 Ignore recovery_min_apply_delay until recovery has reached consistent state 10 years ago
Teodor Sigaev d78a7d9c7f Improve support of Hunspell in ispell dictionary. 10 years ago
Robert Haas 33b5eab7ab Fix the way GetExistingLocalJoinPath is documented. 10 years ago
Alvaro Herrera d561f1caec pgbench: accept unambiguous builtin prefixes for -b 10 years ago
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 10 years ago
Robert Haas 7e137f846d Extend pgbench's expression syntax to support a few built-in functions. 10 years ago
Alvaro Herrera 5847397dec Minor tweaks for new src/test/recovery 10 years ago
Alvaro Herrera 1c7c189fc1 doc: document MANPATH as /usr/local/pgsql/share/man 10 years ago
Alvaro Herrera 49148645f7 Add a test framework for recovery 10 years ago
Robert Haas 35746bc348 Add new FDW API to test for parallel-safety. 10 years ago
Tom Lane 52f5d578d6 Create a function to reliably identify which sessions block which others. 10 years ago
Tom Lane 64a169d131 Docs: make prose discussion match the ordering of Table 9-58. 10 years ago
Tatsuo Ishii 902fd1f4e2 Fix wording in the Tutorial document. 10 years ago
Dean Rasheed 53874c5228 Add pg_size_bytes() to parse human-readable size strings. 10 years ago
Peter Eisentraut 091b6055e3 doc: Improve CSS style of option element 10 years ago
Tom Lane 19a541143a Add an explicit representation of the output targetlist to Paths. 10 years ago
Tom Lane 48e6c943e5 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago