]> granicus.if.org Git - postgresql/history - doc
Add some weasel wording about threaded usage of PGresults.
[postgresql] / doc /
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...
2011-10-10 Robert HaasMake the reference to "CREATE USER" in the CREATE ROLE...
2011-10-10 Robert HaasImprove documentation of how to fiddle with SCSI drives...
2011-10-10 Robert HaasFix typo in docs for libpq keepalives_count option.
2011-10-10 Robert HaasAdd doc index entry for pg_resetxlog.
2011-10-10 Robert HaasDocument DELETE/UPDATE command tag behavior when trigge...
2011-10-10 Robert HaasSome minor wordsmithing for the cascading replication...
2011-10-10 Bruce MomjianIn pg_upgrade, add -o/-O options to pass parameters...
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-10-08 Tom LaneNote that index-only scans can affect idx_tup_fetch.
2011-10-08 Robert HaasAdd missing space.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-06 Bruce MomjianMove pg_upgrade doc mention of the port numbers to...
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-10-05 Bruce MomjianChange wording for COALESCE docs to use "otherwise".
2011-10-05 Bruce MomjianExplain COALESCE example in the docs.
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-09-30 Tom LaneSupport GiST index support functions that want to cache...
2011-09-28 Tom LaneUpdate and extend the EXPLAIN-related documentation.
2011-09-28 Tom LaneTake sepgsql regression tests out of the regular regres...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-09-24 Magnus HaganderFix typo
2011-09-24 Magnus HaganderNote that sslmode=require verifies the CA if root cert...
2011-09-23 Robert HaasDocument some more apparently-harmless error messages.
2011-09-23 Robert HaasAdd --{no-,}replication flags to createuser.
2011-09-23 Simon Riggssynchronous_commit is an enum not a boolean.
2011-09-22 Tom LaneUpdate release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16...
2011-09-16 Tom LaneAdd FORCE_NOT_NULL support to the file_fdw foreign...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-14 Heikki LinnakangasIn the manual section on primary_conninfo, recommend...
2011-09-10 Bruce MomjianRemove double-quoting of table names in clusterdb....
2011-09-10 Bruce MomjianDocument that only user-defined columns are expanded...
next