]> granicus.if.org Git - postgresql/history - doc
Update copyright git skip comment.
[postgresql] / doc /
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.
2011-11-18 Tom LaneFurther review of range-types patch.
2011-11-17 Tom LaneExtend the unknowns-are-same-as-known-inputs type resol...
2011-11-17 Robert HaasRemove ancient downcasing code from procedural language...
2011-11-14 Tom LaneReturn NULL instead of throwing error when desired...
2011-11-14 Tom LaneReturn FALSE instead of throwing error for comparisons...
2011-11-12 Peter EisentrautAdd psql expanded auto mode
2011-11-10 Robert HaasCorrect documentation for trace_userlocks.
2011-11-10 Robert HaasRevert removal of trace_userlocks, because userlocks...
2011-11-10 Bruce MomjianDocument that PQexec() can handle a NULL res pointer...
2011-11-08 Heikki LinnakangasAdjust range type docs for some last-minute changes...
2011-11-08 Peter Eisentraut-DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS
2011-11-08 Robert HaasRemove hstore's text => text operator.
2011-11-07 Robert HaasMinor grammar improvements.
2011-11-04 Peter EisentrautFix archive_command example
2011-11-04 Peter EisentrautAdd note about using GNU tar warning options for base...
2011-11-03 Andrew DunstanRole membership of superusers is only by explicit membe...
2011-11-03 Andrew DunstanDo not treat a superuser as a member of every role...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-03 Simon RiggsImprove docs for timing and skipping of checkpoints
2011-11-01 Magnus HaganderDocument that multiple LDAP servers can be specified
2011-10-28 Robert HaasClarify that ORDER BY/FOR UPDATE can't malfunction...
2011-10-28 Robert HaasChange "and and" to "and".
2011-10-26 Tom LaneTypo fixes.
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-10-25 Magnus HaganderFix typo
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-19 Robert HaasDocument that postmaster.opts is excluded from base...
2011-10-19 Robert HaasMake the CHECKPOINT reference page more clear.
2011-10-16 Tom LaneAvoid assuming that index-only scan data matches the...
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-15 Tom LaneMarginal improvements to documentation of plpgsql's...
2011-10-15 Bruce MomjianDocument that is the psql version number, not the serve...
2011-10-15 Bruce MomjianImprove doc wording of drop table permission.
2011-10-15 Bruce MomjianAllow a major PG version psql .psqlrc file to be used...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-14 Bruce MomjianDocument actual string that has to be returned by the...
2011-10-13 Bruce MomjianRemove all "traces" of trace_userlocks, because userloc...
2011-10-13 Bruce MomjianUpdate documentation about ts_rank().
2011-10-13 Bruce MomjianHave pg_ctl return an exit status of 3 if the server...
2011-10-13 Tom LaneFix typo in dummy_seclabel documentation.
2011-10-13 Bruce MomjianDocument who can drop a table (owner and user with...
2011-10-13 Bruce MomjianRemove tab in sgml file.
2011-10-12 Bruce MomjianDocument how to accent Alvaro Herrera in the release...
2011-10-12 Bruce MomjianClarify wording of foreign key documentation to mention...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-10-12 Bruce MomjianModify up/home macro to match standard parameter list...
2011-10-12 Tom LaneImprove documentation of psql's \q command.
2011-10-12 Bruce MomjianAdd Up/Home link to the top of the HTML doc output.
2011-10-11 Bruce MomjianDocument that not backing up postmaster.pid and postmas...
next