Commit Graph

8659 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)

Author SHA1 Message Date
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
Bruce Momjian a91c950658 Update warning about synchronous-commit durability, per suggestion from 15 years ago
Robert Haas 2b2b2ae2aa Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation. 15 years ago
Tom Lane 5042d16d12 Remove old claim that ExclusiveLock is sometimes taken on system catalogs. 15 years ago
Robert Haas 558d1c95ae Fix thinko in ALTER FOREIGN TABLE documentation. 15 years ago
Tom Lane bd1ad1b019 Replace pg_class.relhasexclusion with pg_index.indisexclusion. 15 years ago
Tom Lane 88452d5ba6 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. 15 years ago
Robert Haas ea2c2641f9 More documentation cleanup for sepgsql. 15 years ago
Robert Haas 194c8f713a First round of cleanup of sepgsql code and documentation. 15 years ago
Robert Haas 968bc6fac9 sepgsql, an SE-Linux integration for PostgreSQL 15 years ago
Heikki Linnakangas 7f508f1c6b Add 'directory' format to pg_dump. The new directory format is compatible 15 years ago
Magnus Hagander f88a638199 Only show pg_stat_replication details to superusers 15 years ago
Magnus Hagander 048d148fe6 Add pg_basebackup tool for streaming base backups 15 years ago
Tom Lane 0f73aae13d Allow the wal_buffers setting to be auto-tuned to a reasonable value. 15 years ago
Tom Lane bc616703e8 Clean up pg_test_fsync commit. 15 years ago
Tom Lane 0cf3db2175 Fix broken markup, also minor copy-editing. 15 years ago
Robert Haas d3b372e92d Emphasize where OVER needs to be when using a window function. 15 years ago
Bruce Momjian 5925aa09a9 Update SGML docs to point to new /contrib/pg_test_fsync. 15 years ago
Bruce Momjian 606a3d54fc Move test_fsync to /contrib. 15 years ago
Robert Haas 9c5e2c120b Add new psql command \dL to list languages. 15 years ago
Robert Haas 92f7eebbbd Document that WITH queries are also called Common Table Expressions. 15 years ago
Tom Lane 357faea82e Show correct datatype for pg_class.relpersistence, plus a typo fix. 15 years ago
Bruce Momjian 74bcdfbe2d In the docs, better distinguish server from client SSL settings in the documentation. 15 years ago
Magnus Hagander fcd810c69a Use a lexer and grammar for parsing walsender commands 15 years ago
Tom Lane 52948169bc Code review for postmaster.pid contents changes. 15 years ago
Bruce Momjian 712dd95370 More libpq documentation adjustments from Leslie S Satenstein, reviewed 15 years ago
Peter Eisentraut 35eb0958be Don't run regression tests in SQL_ASCII encoding by default 15 years ago
Bruce Momjian a0423ec02d Apply libpq documentation patches submitted by Leslie S Satenstein and 15 years ago
Robert Haas 7a32ff9732 Revert patch adding support for logging the current role. 15 years ago
Robert Haas a8a8867912 Add support for logging the current role. 15 years ago
Peter Eisentraut b95ea9dd62 Add some subsection headings 15 years ago
Magnus Hagander 4c8e20f815 Track walsender state in shared memory and expose in pg_stat_replication 15 years ago
Magnus Hagander 1c400d3309 Typo fix 15 years ago
Magnus Hagander 0eb59c4591 Backend support for streaming base backups 15 years ago
Tom Lane fdf2dbda3f Fix assorted corner-case bugs in contrib/intarray. 15 years ago
Tom Lane 7e2f906201 Remove pg_am.amindexnulls. 15 years ago
Robert Haas af84bee43e Remove bogus claims regarding createuser defaults. 15 years ago
Tom Lane 73912e7fbd Fix GIN to support null keys, empty and null items, and full index scans. 15 years ago
Robert Haas 9b4271deb9 Document pg_stat_replication, bump catversion since that was overlooked. 15 years ago
Peter Eisentraut 7f40e30309 Improve markup of unnest example 15 years ago
Peter Eisentraut f9e4961b7d Improve array_upper example 15 years ago
Bruce Momjian 1aad44f988 Update documentation to say that \lo_import sets :LASTOID, not 15 years ago
Magnus Hagander 66a8a0428d Give superusers REPLIACTION permission by default 15 years ago