Commit Graph

12545 Commits (e511d878f3bbc205cd260a79740e646eea3c1cd3)

Author SHA1 Message Date
Tom Lane e511d878f3 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. 10 years ago
Robert Haas 5fe5a2cee9 Allow aggregate transition states to be serialized and deserialized. 10 years ago
Robert Haas 7f0a2c85fb Improve pgbench docs regarding per-transaction logging. 10 years ago
Robert Haas d797bf7da2 Fix pgbench documentation error. 10 years ago
Alvaro Herrera a1c935d3b7 pgbench: allow a script weight of zero 10 years ago
Robert Haas ad9566470b pgbench: Remove \setrandom. 10 years ago
Robert Haas 86c43f4e22 pgbench: Support double constants and functions. 10 years ago
Alvaro Herrera 80b986cf52 Mention BRIN as able to do multi-column indexes 10 years ago
Tom Lane e5a4dea80f Document errhidecontext() where it ought to be documented. 10 years ago
Tom Lane 4c46f83386 Last-minute updates for release notes. 10 years ago
Tom Lane d12e5bb79b Code and docs review for commit 3187d6de0e. 10 years ago
Tom Lane 499a50571c Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. 10 years ago
Tom Lane 29b6123ecb First-draft release notes for 9.5.2. 10 years ago
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