]> granicus.if.org Git - postgresql/history - doc
Fix alignment and toasting bugs in range types.
[postgresql] / doc /
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...
2011-09-10 Bruce MomjianRemove unnecessary MATCH FULL specification in example.
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-08 Heikki LinnakangasFix typo and reword the sentence.
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-09-08 Tom LaneOne last round of copy-editing for the 9.1 release...
2011-09-07 Bruce MomjianIn pg_upgrade, disallow migration of 8.3 clusters using...
2011-09-07 Bruce MomjianFix to_date() and to_timestamp() to handle year masks...
2011-09-07 Bruce MomjianRevert documentation patch about NEW/OLD and triggers.
2011-09-07 Bruce MomjianProperly document the existance of OLD/NEW trigger...
2011-09-06 Bruce MomjianFix spelling mistake in pgpass documentation change.
2011-09-06 Bruce MomjianAdd documentation suggestion about adding a comment...
2011-09-06 Bruce MomjianFix plpgsql "PERFORM" markup.
2011-09-06 Bruce MomjianDocument PERFORM limitation when using WITH queries.
2011-09-06 Tom LaneAdd an "incompatibility" entry to 9.1 release notes...
2011-09-06 Tom LaneUpdate type-conversion documentation for long-ago changes.
2011-09-06 Bruce MomjianProperly document semphore requirements by accounting...
2011-09-06 Bruce MomjianAdd documentation link to strftime supported options.
2011-09-05 Bruce MomjianAdd mention that UTC really means UT1.
2011-09-05 Bruce MomjianDocument that contrib/pgtrgm only processes ASCII alpha...
next