]> granicus.if.org Git - postgresql/history - doc
Try to get pg_test_thread to compile on Windows by using a sleeper
[postgresql] / doc /
2012-02-14 Bruce MomjianImprove fsync documentation by stating that -W _0_...
2012-02-14 Bruce MomjianDocument random page cost is only 4x seqeuntial, and...
2012-02-14 Bruce MomjianDocument that the pg_test_fsync defaults allow the...
2012-02-14 Bruce MomjianChange contrib/pg_test_fsync to control tests in terms...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-02-09 Peter Eisentrautpsql: Support zero byte field and record separators
2012-02-08 Bruce MomjianAdd opensp as a requirement for building the docs on...
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-02-07 Peter Eisentrautcreateuser: Disable prompting by default
2012-02-05 Tom LaneAllow SQL-language functions to reference parameters...
2012-02-04 Bruce MomjianRemove tabs in SGML file.
2012-02-03 Andrew DunstanAdd array_to_json and row_to_json functions.
2012-02-01 Peter Eisentrautinitdb: Add options --auth-local and --auth-host
2012-02-01 Alvaro HerreraImplement dry-run mode for pg_archivecleanup
2012-01-31 Robert HaasBuilt-in JSON data type.
2012-01-30 Peter EisentrautAdd sequence USAGE privileges to information schema
2012-01-30 Peter EisentrautPL/Python: Add result metadata functions
2012-01-29 Tom LaneAdd caution about multiple unique indexes breaking...
2012-01-29 Tom LaneUpdate statement about sorting of character-string...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-27 Robert HaasDocument that COUNT(*) might not need a seq scan any...
2012-01-27 Robert HaasDocument that analyzing an empty table doesn't update...
2012-01-27 Heikki LinnakangasFix copy-paste error in docs.
2012-01-27 Magnus HaganderFix wording, per Peter Geoghegan
2012-01-27 Heikki LinnakangasMention in the docs that bgwriter now sleeps longer...
2012-01-26 Heikki LinnakangasFix sentence in docs: checkpoints are not done by bgwri...
2012-01-26 Magnus HaganderAdd deadlock counter to pg_stat_database
2012-01-26 Magnus HaganderTrack temporary file count and size in pg_stat_database
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-25 Alvaro HerreraAdd pg_trigger_depth() function
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-22 Magnus HaganderTypo fix
2012-01-20 Magnus HaganderGet rid of itemizedlist inside table
2012-01-20 Magnus HaganderFurther doc cleanups from the pg_stat_activity changes
2012-01-20 Robert HaasTriggered change notifications.
2012-01-20 Robert HaasClarify that bgwriter no longer handles checkpoints.
2012-01-19 Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2012-01-19 Magnus HaganderSeparate state from query string in pg_stat_activity
2012-01-19 Heikki LinnakangasMake pg_relation_size() and friends return NULL if...
2012-01-18 Peter EisentrautPL/Python: Update example
2012-01-16 Alvaro HerreraDisallow merging ONLY constraints in children tables
2012-01-15 Magnus HaganderAllow a user to kill his own queries using pg_cancel_ba...
2012-01-14 Heikki LinnakangasMake superuser imply replication privilege. The idea...
2012-01-10 Peter EisentrautSupport CREATE TABLE (LIKE ...) with foreign tables...
2012-01-09 Peter EisentrautAdd compatibility note about grant options on GRANT...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2012-01-06 Tom LaneFix typo, pg_types_date.h => pgtypes_date.h.
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-12-26 Alvaro HerreraMinor enhancements to MVCC chapter
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-12-22 Robert HaasTypo fixes.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-22 Peter EisentrautAdd ALTER DOMAIN ... RENAME
2011-12-21 Robert Haassepgsql: Check CREATE permissions for some object types.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-19 Tom LaneTeach SP-GiST to do index-only scans.
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-12-18 Bruce MomjianRemove tabs in SGML file.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-12-17 Andrew DunstanSame clarification for pg_restore.
2011-12-17 Andrew DunstanClarify the post-data status on unvalidated check const...
2011-12-17 Andrew DunstanAdd --section option to pg_dump and pg_restore.
2011-12-16 Heikki LinnakangasFix reference to "verify-ca" and "verify-full" in a...
2011-12-16 Andrew Dunstaninclude_if_exists facility for config file.
2011-12-14 Andrew DunstanFix docs build I inadvertantly broke.
2011-12-14 Andrew DunstanAdd --exclude-table-data option to pg_dump.
2011-12-14 Heikki LinnakangasAdd support for passing cursor parameters in named...
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-12-06 Magnus HaganderAdd missing documentation for function pg_stat_get_wal_...
2011-12-05 Bruce MomjianIn pg_upgrade, allow tables using regclass to be upgrad...
2011-12-05 Peter Eisentrautplpython: Add SPI cursor support
2011-12-04 Andrew DunstanAdd a \setenv command to psql.
2011-12-04 Magnus HaganderRemove incorrect instructions to run CREATE FOREIGN...
2011-12-02 Bruce MomjianUpdate documentation suggestions for debugging the...
2011-12-02 Tom LaneAdd some weasel wording about threaded usage of PGresults.
2011-12-01 Tom LaneClarify documentation about SQL:2008 variant of LIMIT...
2011-12-01 Bruce MomjianAdd file-fdw documentation example.
2011-12-01 Bruce MomjianAdd documentation mention that 7 != NULL also returns...
2011-12-01 Tom LaneUpdate information about configuring SysV IPC parameter...
2011-12-01 Tom LaneDraft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17...
2011-11-30 Bruce MomjianChange installation docs to mention general debugging...
2011-11-30 Bruce MomjianIn docs, suggest "-O0 -g" only if using a debugger.
2011-11-29 Bruce MomjianSuggest configure options for server developers.
2011-11-28 Tom LaneRemove erroneous claim about use of pg_locks.objid...
2011-11-28 Magnus HaganderAdd libpq connection option to disable SSL compression
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-24 Tom LaneSome more editing of the range-types documentation.
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22 Peter EisentrautSmall markup and wording improvement
2011-11-21 Tom LaneFurther code review for range types patch.
next