]> granicus.if.org Git - postgresql/history - doc
Update release notes.
[postgresql] / doc /
2011-01-27 Tom LaneUpdate release notes.
2011-01-27 Tom LaneUpdate release notes for releases 9.0.3, 8.4.7, 8.3...
2011-01-27 Tom LaneImprove grammar and spelling in durability discussion.
2011-01-27 Bruce MomjianUpdate non-durable docs about non-synchronous-commit...
2011-01-27 Bruce MomjianRestructure streaming docs so streaming seems more...
2011-01-26 Bruce MomjianUpdate contrib documention mentions to point to actual...
2011-01-26 Bruce MomjianUpdate sync commit performance documentation to be...
2011-01-26 Itagaki TakahiroMake 'on' uppercase in a sql example.
2011-01-26 Bruce MomjianUpdate warning about synchronous-commit durability...
2011-01-25 Robert HaasCorrect ALTER TYPE -> SET DATA TYPE in ALTER TABLE...
2011-01-25 Tom LaneRemove old claim that ExclusiveLock is sometimes taken...
2011-01-25 Robert HaasFix thinko in ALTER FOREIGN TABLE documentation.
2011-01-25 Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-24 Robert HaasMore documentation cleanup for sepgsql.
2011-01-24 Robert HaasFirst round of cleanup of sepgsql code and documentation.
2011-01-24 Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2011-01-23 Heikki LinnakangasAdd 'directory' format to pg_dump. The new directory...
2011-01-23 Magnus HaganderOnly show pg_stat_replication details to superusers
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-23 Tom LaneAllow the wal_buffers setting to be auto-tuned to a...
2011-01-22 Tom LaneClean up pg_test_fsync commit.
2011-01-21 Tom LaneFix broken markup, also minor copy-editing.
2011-01-21 Robert HaasEmphasize where OVER needs to be when using a window...
2011-01-21 Bruce MomjianUpdate SGML docs to point to new /contrib/pg_test_fsync.
2011-01-21 Bruce MomjianMove test_fsync to /contrib.
2011-01-20 Robert HaasAdd new psql command \dL to list languages.
2011-01-20 Robert HaasDocument that WITH queries are also called Common Table...
2011-01-19 Tom LaneShow correct datatype for pg_class.relpersistence,...
2011-01-18 Bruce MomjianIn the docs, better distinguish server from client...
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-13 Bruce MomjianMore libpq documentation adjustments from Leslie S...
2011-01-13 Peter EisentrautDon't run regression tests in SQL_ASCII encoding by...
2011-01-13 Bruce MomjianApply libpq documentation patches submitted by Leslie...
2011-01-12 Robert HaasRevert patch adding support for logging the current...
2011-01-12 Robert HaasAdd support for logging the current role.
2011-01-11 Peter EisentrautAdd some subsection headings
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-11 Magnus HaganderTypo fix
2011-01-10 Magnus HaganderBackend support for streaming base backups
2011-01-09 Tom LaneFix assorted corner-case bugs in contrib/intarray.
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-08 Robert HaasRemove bogus claims regarding createuser defaults.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-07 Robert HaasDocument pg_stat_replication, bump catversion since...
2011-01-06 Peter EisentrautImprove markup of unnest example
2011-01-06 Peter EisentrautImprove array_upper example
2011-01-06 Bruce MomjianUpdate documentation to say that \lo_import sets :LASTO...
2011-01-05 Magnus HaganderGive superusers REPLIACTION permission by default
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-03 Magnus HaganderAdd missing part of replication role docs
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Robert HaasMinor wordsmithing.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-30 Peter EisentrautRemove tabs in SGML
2010-12-29 Bruce MomjianDoc wording improvement: taken -> accepted
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-29 Tom LaneReclassify DEFAULT as a column_constraint item in the...
2010-12-28 Peter EisentrautNo release notes update, just advance the date REL9_1_ALPHA3
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-28 Magnus HaganderFix list of functions that are restricted to superusers
2010-12-27 Bruce MomjianUpdate SGML docs describing the contents of the postmas...
2010-12-27 Alvaro HerreraBreak up long line, per Leslie S Satenstein.
2010-12-27 Robert HaasCorrections to patch adding SQL/MED error codes.
2010-12-25 Robert HaasCorrect spelling: longjump() -> longjmp().
2010-12-24 Peter EisentrautFix grammar
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-12-24 Peter EisentrautMove the documentation of --no-security-label to a...
2010-12-24 Peter EisentrautRelease notes for 9.1alpha3
2010-12-24 Robert HaasDocument pg_dump(all) --no-security-label instead of...
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-23 Bruce MomjianDocument that BBU's do not allow partial page writes...
2010-12-22 Robert HaasTypo fix.
2010-12-22 Bruce MomjianWording improvements for pg_ctl manual page.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-12-20 Alvaro HerreraFix typo
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-17 Robert HaasWaiting for complete startup is now a well-defined...
2010-12-16 Robert HaasSome copy editing of pg_read_binary_file() patch.
2010-12-16 Robert HaasDocument timestamptz a little better.
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-15 Bruce MomjianUse "upgrade" in preference over "migrate" in pg_upgrad...
2010-12-14 Tom LaneUpdate release notes for releases 9.0.2, 8.4.6, 8.3...
2010-12-13 Peter EisentrautRemove recently reintroduced CVS keyword
2010-12-13 Robert HaasDocument replacement of pg_class.relistemp with relpers...
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-12-11 Robert HaasMinor documentation cleanup.
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-04 Tom LaneAdd KNNGIST support to contrib/pg_trgm.
2010-12-04 Tom LaneAdd external documentation for KNNGIST.
2010-12-03 Robert HaasClarify that LOCK TABLE requires a table-level privilege.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-29 Heikki LinnakangasBe consistent about writing "[, ...]" instead "[,....
2010-11-27 Tom LanePoint out in default_tablespace's description that...
2010-11-27 Robert HaasNew contrib module, auth_delay.
next