Commit Graph

10088 Commits (dafaa3efb75ce1aae2e6dbefaf6f3a889dea0d21)

Author SHA1 Message Date
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Bruce Momjian ad76242633 remove tags. 15 years ago
Andrew Dunstan 50d89d422f Force strings passed to and from plperl to be in UTF8 encoding. 15 years ago
Bruce Momjian 5ed45ac09c Adjust libpq docs to be clearer about 'hostaddr' usage by rewording and 15 years ago
Bruce Momjian 8e6ae3d79c Add doc comment that installation.sgml can't use xrefs. 15 years ago
Bruce Momjian b157a1d555 In docs, move PQrequestCancel() deprecation mention up to match other 15 years ago
Robert Haas edad08ba54 Update ALTER TABLE docs to mention using VACUUM FULL for rewrites. 15 years ago
Magnus Hagander afb6dee1e3 Attempt to un-break the documentation build again 15 years ago
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 15 years ago
Robert Haas 7212c77d0c ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. 15 years ago
Bruce Momjian df63aac678 In docs, PL is Procedural Language, not Programming Language. 15 years ago
Magnus Hagander 76129e7f14 Include more status information in walsender results 15 years ago
Magnus Hagander f001cb38b6 Fix typo. 15 years ago
Robert Haas 4c4daf6710 Further sepgsql documentation cleanup. 15 years ago
Robert Haas 4ff9dec138 sepgsql doc fix 15 years ago
Robert Haas 0af695fd43 Log restartpoints in the same fashion as checkpoints. 15 years ago
Bruce Momjian 03c25dd900 Mark all GUC variables with <varname> markup, rather than <literal>. 15 years ago
Peter Eisentraut 0c5933d010 Wrap PL/Python SPI calls into subtransactions 15 years ago
Bruce Momjian 5a6ba62be5 Document that CREATE VIEW that uses "*" for the column list will not 15 years ago
Bruce Momjian d56d246e70 Properly capitalize hyphenated words in documentation titles. 15 years ago
Bruce Momjian 7106f74e2a Clarify documentation to state that "zero_damaged_pages" does not force 15 years ago
Bruce Momjian 6c6e6f7fd3 Document that effective cache size does not assume data remains in the 15 years ago
Bruce Momjian e8cdc238cf Document that Slony can do upgrades easier _because_ it supports 15 years ago
Bruce Momjian 902aae5ec5 Clarify pg_upgrade install instructions, per suggestion from Robert Haas. 15 years ago
Bruce Momjian d2888d1ca3 Add missing period "." in pg_upgrade documentation. 15 years ago
Simon Riggs 56b21b7ae3 Re-classify ERRCODE_DATABASE_DROPPED to 57P04 15 years ago
Itagaki Takahiro 03282bfa89 Add a link from client_encoding parameter to the list of character sets 15 years ago
Bruce Momjian 00dd340210 Improve docs for pg_authid encryption description with better markup and 15 years ago
Bruce Momjian 2dbed56c5a In pg_authid.rolpassword docs, make "md5" appear as a literal. 15 years ago
Tom Lane 6e2f3ae884 Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. 15 years ago
Simon Riggs 9e95c9ad55 Create new errcode for recovery conflict caused by db drop on master. 15 years ago
Heikki Linnakangas 44df84df72 Remove spurious word, spotted by Thom Brown. 15 years ago
Bruce Momjian 49450f01ec Update pg_upgrade docs to mention its use in a less risk-warning way, 15 years ago
Bruce Momjian ff20fbd6c2 Fix SGML markup for upgrade doc addition. 15 years ago
Andrew Dunstan 51be78b09a Update docs on building for Windows to accomodate current reality. 15 years ago
Bruce Momjian c5ba11f8fb Move upgrade instructions into its own section under "Server Setup and 15 years ago
Heikki Linnakangas 997b48ed96 Support multiple concurrent pg_basebackup backups. 15 years ago
Magnus Hagander 507069de6d Add option to include WAL in base backup 15 years ago
Bruce Momjian 5d5678d7c3 Properly capitalize documentation headings; some only had initial-word 15 years ago
Tom Lane 6f489dca65 Make installation.sgml build standalone again. 15 years ago
Tom Lane b2826ad52d Copy-edit a paragraph in the contrib/seg documentation. 15 years ago
Tom Lane 20a0f97273 Rephrase pg_conversion description to avoid splitting link across page. 15 years ago
Tom Lane 4305462497 Update release notes. 15 years ago
Tom Lane 29d442199a Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. 15 years ago
Tom Lane 85f345bec2 Improve grammar and spelling in durability discussion. 15 years ago
Bruce Momjian b34ee30115 Update non-durable docs about non-synchronous-commit allowing 15 years ago
Bruce Momjian 81c48aeaa8 Restructure streaming docs so streaming seems more integrated in the 15 years ago
Bruce Momjian 159e3d8629 Update contrib documention mentions to point to actual documentation 15 years ago
Bruce Momjian e84730a916 Update sync commit performance documentation to be consistent with other 15 years ago
Itagaki Takahiro 69039ea8b5 Make 'on' uppercase in a sql example. 15 years ago