Commit Graph

12532 Commits (cd37bb78599dcf24cd22a124ce9174b5e2a76880)

Author SHA1 Message Date
Tom Lane cd37bb7859 Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 10 years ago
Tom Lane fb8d2a7f57 In PL/Tcl, make database errors return additional info in the errorCode. 10 years ago
Robert Haas a596db332b Improve documentation for combine functions. 10 years ago
Alvaro Herrera 473b932870 Support CREATE ACCESS METHOD 10 years ago
Teodor Sigaev f6bd0da63b Improve docs of pg_trgm changes 10 years ago
Fujii Masao 112a2d0615 Fix typo in docs. 10 years ago
Tom Lane dea2b5960a Improve header output from psql's \watch command. 10 years ago
Tom Lane 68ab8e8ba4 SQL commands in pgbench scripts are now ended by semicolons, not newlines. 10 years ago
Alvaro Herrera 7bafffea64 pgbench: Allow changing weights for scripts 10 years ago
Peter Eisentraut 9a83564c58 Allow SSL server key file to have group read access if owned by root 10 years ago
Peter Eisentraut b555ed8102 Merge wal_level "archive" and "hot_standby" into new name "replica" 10 years ago
Robert Haas 0bf3ae88af Directly modify foreign tables. 10 years ago
Teodor Sigaev 61d2ebdbf9 Fix a typo 10 years ago
Teodor Sigaev 3187d6de0e Introduce parse_ident() 10 years ago
Alvaro Herrera 696684d878 docs: Fix typo'd brin_summarize_new_values 10 years ago
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