summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Minor wordsmithing.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-30Remove tabs in SGMLPeter Eisentraut
2010-12-29Doc wording improvement: taken -> acceptedBruce Momjian
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-29Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax.Tom Lane
2010-12-28No release notes update, just advance the dateREL9_1_ALPHA3Peter Eisentraut
2010-12-28Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane
2010-12-28Fix list of functions that are restricted to superusersMagnus Hagander
2010-12-27Update SGML docs describing the contents of the postmaster.pid file,Bruce Momjian
2010-12-27Break up long line, per Leslie S Satenstein.Alvaro Herrera
2010-12-27Corrections to patch adding SQL/MED error codes.Robert Haas
2010-12-25Correct spelling: longjump() -> longjmp().Robert Haas
2010-12-24Fix grammarPeter Eisentraut
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-12-24Move the documentation of --no-security-label to a more sensible placePeter Eisentraut
2010-12-24Release notes for 9.1alpha3Peter Eisentraut
2010-12-24Document pg_dump(all) --no-security-label instead of --security-label.Robert Haas
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-23Document that BBU's do not allow partial page writes to be safely turnedBruce Momjian
2010-12-22Typo fix.Robert Haas
2010-12-22Wording improvements for pg_ctl manual page.Bruce Momjian
2010-12-22Add PQlibVersion() function to libpqMagnus Hagander
2010-12-20Fix typoAlvaro Herrera
2010-12-19Support for collecting crash dumps on WindowsMagnus Hagander
2010-12-17Waiting for complete startup is now a well-defined operation.Robert Haas
2010-12-16Some copy editing of pg_read_binary_file() patch.Robert Haas
2010-12-16Document timestamptz a little better.Robert Haas
2010-12-15Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro
2010-12-15Use "upgrade" in preference over "migrate" in pg_upgrade messages andBruce Momjian
2010-12-14Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane
2010-12-13Remove recently reintroduced CVS keywordPeter Eisentraut
2010-12-13Document replacement of pg_class.relistemp with relpersistence.Robert Haas
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-12-11Minor documentation cleanup.Robert Haas
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-08Optimize commit_siblings in two ways to improve group commit.Simon Riggs
2010-12-04Add KNNGIST support to contrib/pg_trgm.Tom Lane
2010-12-04Add external documentation for KNNGIST.Tom Lane
2010-12-03Clarify that LOCK TABLE requires a table-level privilege.Robert Haas
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-11-29Be consistent about writing "[, ...]" instead "[,...]" in the docs.Heikki Linnakangas
2010-11-27Point out in default_tablespace's description that CREATE DATABASE ignores it.Tom Lane
2010-11-27New contrib module, auth_delay.Robert Haas
2010-11-27A bit more wordsmithing on the PQping documentation.Tom Lane
2010-11-27Rewrite PQping to be more like what we agreed to last week.Tom Lane
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas