Commit Graph

13277 Commits (7f77cbd996855a06fb742ea11adbe55c42b48fe2)

Author SHA1 Message Date
Tom Lane 7f77cbd996 Change documentation references to PG website to use https: not http: 8 years ago
Robert Haas 5f374fe7a8 libpq: Try next host if one of them times out. 8 years ago
Robert Haas aa41bc794c Capitalize SHOW when testing whether target_session_attrs=read-write. 8 years ago
Bruce Momjian f6d5d22ea9 doc: remove duplicate PG 10 release notes entry 8 years ago
Bruce Momjian f45d86d762 doc: fix PG 10 release notes with proper attribution and commit 8 years ago
Peter Eisentraut f4205c4c1f doc: Fix ALTER SUBSCRIPTION option syntax synopsis 8 years ago
Robert Haas 3ec76ff1f2 Don't explicitly mark range partitioning columns NOT NULL. 8 years ago
Robert Haas 8e709a612f doc: Remove unnecessary RETURN statements from example. 8 years ago
Tom Lane 6accefd466 Update CREATE SUBSCRIPTION docs for recent syntax change. 8 years ago
Tom Lane 5ad367a35b Stamp 10beta1. 8 years ago
Tom Lane 1aedcf9818 git-ignore intermediate files from new docs toolchain. 8 years ago
Peter Eisentraut 4b99d32b2b doc: Remove unused file 8 years ago
Peter Eisentraut f8dc1985fd Fix ALTER SEQUENCE locking 8 years ago
Bruce Momjian de7cca982c doc: update the "current as of" date in the PG 10 release notes 8 years ago
Bruce Momjian b91e5b4684 doc: update PG 10 release notes for recent changes 8 years ago
Tom Lane 93ece9cc88 Edit SGML documentation related to extended statistics. 8 years ago
Tom Lane f04c9a6146 Standardize terminology for pg_statistic_ext entries. 8 years ago
Alvaro Herrera d99d58cdc8 Complete tab completion for DROP STATISTICS 8 years ago
Bruce Momjian 9ed74fd463 doc: update markup for release note "release date" block 8 years ago
Alvaro Herrera bc085205c8 Change CREATE STATISTICS syntax 8 years ago
Peter Eisentraut 46052d9ef3 Replace another "transaction log" with "write-ahead log" 8 years ago
Peter Eisentraut d496a65790 Standardize "WAL location" terminology 8 years ago
Peter Eisentraut c1a7f64b4a Replace "transaction log" with "write-ahead log" 8 years ago
Peter Eisentraut 96e1cb4c0f pg_dump: Add --no-publications option 8 years ago
Peter Eisentraut b807f59828 Rework the options syntax for logical replication commands 8 years ago
Tom Lane efa2c18f4e Doc fix: scale(numeric) returns integer, not numeric. 8 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Robert Haas 03bf59676e Fix typo. 8 years ago
Robert Haas e17628145a Document trigger-firing behavior for inheritance/partitioning. 8 years ago
Peter Eisentraut 26aa1cf376 pg_dump: Add --no-subscriptions option 8 years ago
Peter Eisentraut ab178bb2f4 doc: Add info about replication slot management 8 years ago
Peter Eisentraut 013c1178fd Remove the NODROP SLOT option from DROP SUBSCRIPTION 8 years ago
Tom Lane c89d2d0204 Last-minute updates for release notes. 8 years ago
Noah Misch 3eefc51053 Match pg_user_mappings limits to information_schema.user_mapping_options. 8 years ago
Noah Misch 0170b10dff Restore PGREQUIRESSL recognition in libpq. 8 years ago
Bruce Momjian 74cadeaa2f doc: add Simon Riggs to VACUUM VERBOSE PG 10 release note item 8 years ago
Peter Eisentraut e2d4ef8de8 Add security checks to selectivity estimation functions 8 years ago
Heikki Linnakangas eb61136dc7 Remove support for password_encryption='off' / 'plain'. 8 years ago
Tom Lane 27dae036a5 Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21. 8 years ago
Tom Lane 86713deecd Third pass on 9.6.3 release notes. 8 years ago
Bruce Momjian 628462bda9 doc PG 10: adjustments to BRIN, WAL, JSON, XML items, syntax 8 years ago
Tom Lane 334b82cd56 Second pass on 9.6.3 release notes. 8 years ago
Tom Lane a9c6d70435 Document current_role. 8 years ago
Tom Lane 54dbd4dc78 First-draft release notes for 9.6.3. 8 years ago
Peter Eisentraut 086221cf6b Prevent panic during shutdown checkpoint 8 years ago
Bruce Momjian 5469e44ffc doc: update PG 10 release notes 8 years ago
Bruce Momjian 4f45beba7a doc: PG 10 release note updates for psql, GiST, and markup 8 years ago
Alvaro Herrera c22b59edd2 Credit Claudio as main author of feature 8 years ago
Heikki Linnakangas 20bf7b2b0a Fix PQencryptPasswordConn to work with older server versions. 8 years ago
Heikki Linnakangas 8f8b9be51f Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 8 years ago