Commit Graph

8659 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)

Author SHA1 Message Date
Magnus Hagander 40d9e94bd7 Add views and functions to monitor hot standby query conflicts 15 years ago
Magnus Hagander 1996b48285 Add missing part of replication role docs 15 years ago
Peter Eisentraut 39b8843296 Implement remaining fields of information_schema.sequences view 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Robert Haas 6600d5e91c Minor wordsmithing. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian 30aeda4394 Include the first valid listen address in pg_ctl to improve server start 15 years ago
Peter Eisentraut 17cb9e8c98 Remove tabs in SGML 15 years ago
Bruce Momjian 0be88f8739 Doc wording improvement: taken -> accepted 15 years ago
Robert Haas 53dbc27c62 Support unlogged tables. 15 years ago
Magnus Hagander 9b8aff8c19 Add REPLICATION privilege for ROLEs 15 years ago
Tom Lane 31d2efaef5 Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax. 15 years ago
Peter Eisentraut a5f96409fd No release notes update, just advance the date 15 years ago
Tom Lane 81a530a65e Fix ill-advised placement of PGRES_COPY_BOTH enum value. 15 years ago
Magnus Hagander 06004319be Fix list of functions that are restricted to superusers 15 years ago
Bruce Momjian 0a023a14fc Update SGML docs describing the contents of the postmaster.pid file, 15 years ago
Alvaro Herrera c7f0038d73 Break up long line, per Leslie S Satenstein. 15 years ago
Robert Haas 63676ebff4 Corrections to patch adding SQL/MED error codes. 15 years ago
Robert Haas 4ec92b05e6 Correct spelling: longjump() -> longjmp(). 15 years ago
Peter Eisentraut 79a9decdd3 Fix grammar 15 years ago
Bruce Momjian 075354ad1b Improve "pg_ctl -w start" server detection by writing the postmaster 15 years ago
Peter Eisentraut 4b1742a192 Move the documentation of --no-security-label to a more sensible place 15 years ago
Peter Eisentraut b2fd345ab9 Release notes for 9.1alpha3 15 years ago
Robert Haas a1b0035949 Document pg_dump(all) --no-security-label instead of --security-label. 15 years ago
Heikki Linnakangas 9de3aa65f0 Rewrite the GiST insertion logic so that we don't need the post-recovery 15 years ago
Bruce Momjian 7a1ca8977f Document that BBU's do not allow partial page writes to be safely turned 15 years ago
Robert Haas 2a0f13a765 Typo fix. 15 years ago
Bruce Momjian 28d5c565ce Wording improvements for pg_ctl manual page. 15 years ago
Magnus Hagander de9a4c27fe Add PQlibVersion() function to libpq 15 years ago
Alvaro Herrera f9e9763b62 Fix typo 15 years ago
Magnus Hagander dcb09b595f Support for collecting crash dumps on Windows 15 years ago
Robert Haas df142bf82c Waiting for complete startup is now a well-defined operation. 15 years ago
Robert Haas 290f1603b4 Some copy editing of pg_read_binary_file() patch. 15 years ago
Robert Haas afc8f47b58 Document timestamptz a little better. 15 years ago
Itagaki Takahiro 03db44eae3 Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). 15 years ago
Bruce Momjian 16b5e08dec Use "upgrade" in preference over "migrate" in pg_upgrade messages and 15 years ago
Tom Lane f9224c8ec2 Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. 15 years ago
Peter Eisentraut 843a490f0a Remove recently reintroduced CVS keyword 15 years ago
Robert Haas d26849ee26 Document replacement of pg_class.relistemp with relpersistence. 15 years ago
Robert Haas d3d414696f Allow bidirectional copy messages in streaming replication mode. 15 years ago
Robert Haas 1490946c57 Minor documentation cleanup. 15 years ago
Tom Lane 576477e73c Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Simon Riggs e620ee35b2 Optimize commit_siblings in two ways to improve group commit. 15 years ago
Tom Lane b525bf771e Add KNNGIST support to contrib/pg_trgm. 15 years ago
Tom Lane b576757d7e Add external documentation for KNNGIST. 15 years ago
Robert Haas c0a4d3e051 Clarify that LOCK TABLE requires a table-level privilege. 15 years ago
Tom Lane d583f10b7e Create core infrastructure for KNNGIST. 15 years ago
Heikki Linnakangas 3c42efceb2 Be consistent about writing "[, ...]" instead "[,...]" in the docs. 15 years ago
Tom Lane c623365ff9 Point out in default_tablespace's description that CREATE DATABASE ignores it. 15 years ago
Robert Haas fe7a32fc87 New contrib module, auth_delay. 15 years ago