]> granicus.if.org Git - postgresql/history - doc
pgindent run on plperl.c
[postgresql] / doc /
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-17 Bruce MomjianTypo fix
2011-02-17 Bruce MomjianRemove doc mention about read committed in upsert example.
2011-02-17 Bruce MomjianDocument that plpgsql upsert example can fail if insert...
2011-02-17 Bruce MomjianIn documentation example, use concat_values() instead...
2011-02-17 Robert HaasTypo fixes.
2011-02-17 Robert HaasRemove rule to build sepgsql-regtest.pp.
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-16 Robert Haaspg_ctl promote
2011-02-15 Robert HaasAssorted corrections to the patch to add WAL receiver...
2011-02-15 Robert HaasRename max_predicate_locks_per_transaction.
2011-02-15 Robert HaasAvoid a few more SET DATA TYPE table rewrites.
2011-02-15 Simon RiggsAdditional required docs for pg_constraint catalog...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-15 Tom LaneSmall improvements to external-projects documentation.
2011-02-14 Tom LaneFix obsolete references to old-style contrib installati...
2011-02-14 Tom LaneSupport replacing MODULE_PATHNAME during extension...
2011-02-14 Tom LaneChange the naming convention for extension files to...
2011-02-13 Bruce MomjianClarify documentation for libpq's PQescapeBytea to...
2011-02-13 Bruce MomjianBack out libpq doc change; not ready yet.
2011-02-13 Bruce MomjianFix reverse 'if' test in path_is_relative_and_below_cwd...
2011-02-12 Tom LaneRefactor ALTER EXTENSION UPDATE to have cleaner multi...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-12 Tom LaneClean up installation directory choices for extensions.
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-10 Andrew DunstanUse correct name and URL for MinGW-w64, error noticed...
2011-02-10 Itagaki TakahiroFix typo in the documentation.
2011-02-09 Peter EisentrautInformation schema views for collation support
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-09 Bruce MomjianRemove more SGML tabs.
2011-02-09 Bruce MomjianRemove tabs in SGML file.
2011-02-09 Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Heikki LinnakangasFix typo, by Kevin Grittner.
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-08 Heikki LinnakangasFix copy-pasto in description of pg_serial, and silence...
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-02-07 Heikki LinnakangasOops, forgot to bump catversion in the Serializable...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-06 Bruce Momjianremove tags.
2011-02-06 Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-02-06 Bruce MomjianAdjust libpq docs to be clearer about 'hostaddr' usage...
2011-02-04 Bruce MomjianAdd doc comment that installation.sgml can't use xrefs.
2011-02-04 Bruce MomjianIn docs, move PQrequestCancel() deprecation mention...
2011-02-04 Robert HaasUpdate ALTER TABLE docs to mention using VACUUM FULL...
2011-02-04 Magnus HaganderAttempt to un-break the documentation build again
2011-02-04 Robert HaasAvoid maintaining three separate copies of the error...
2011-02-03 Robert HaasALTER TABLE sometimes takes only ShareUpdateExclusiveLock.
2011-02-03 Bruce MomjianIn docs, PL is Procedural Language, not Programming...
2011-02-03 Magnus HaganderInclude more status information in walsender results
2011-02-03 Magnus HaganderFix typo.
2011-02-03 Robert HaasFurther sepgsql documentation cleanup.
2011-02-03 Robert Haassepgsql doc fix
2011-02-03 Robert HaasLog restartpoints in the same fashion as checkpoints.
2011-02-02 Bruce MomjianMark all GUC variables with <varname> markup, rather...
2011-02-02 Peter EisentrautWrap PL/Python SPI calls into subtransactions
2011-02-01 Bruce MomjianDocument that CREATE VIEW that uses "*" for the column...
2011-02-01 Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-02-01 Bruce MomjianClarify documentation to state that "zero_damaged_pages...
2011-02-01 Bruce MomjianDocument that effective cache size does not assume...
2011-02-01 Bruce MomjianDocument that Slony can do upgrades easier _because_...
2011-02-01 Bruce MomjianClarify pg_upgrade install instructions, per suggestion...
2011-02-01 Bruce MomjianAdd missing period "." in pg_upgrade documentation.
2011-02-01 Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01 Itagaki TakahiroAdd a link from client_encoding parameter to the list...
2011-02-01 Bruce MomjianImprove docs for pg_authid encryption description with...
2011-02-01 Bruce MomjianIn pg_authid.rolpassword docs, make "md5" appear as...
2011-02-01 Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2011-02-01 Simon RiggsCreate new errcode for recovery conflict caused by...
2011-01-31 Heikki LinnakangasRemove spurious word, spotted by Thom Brown.
2011-01-31 Bruce MomjianUpdate pg_upgrade docs to mention its use in a less...
2011-01-31 Bruce MomjianFix SGML markup for upgrade doc addition.
2011-01-31 Andrew DunstanUpdate docs on building for Windows to accomodate curre...
2011-01-31 Bruce MomjianMove upgrade instructions into its own section under...
2011-01-31 Heikki LinnakangasSupport multiple concurrent pg_basebackup backups.
2011-01-30 Magnus HaganderAdd option to include WAL in base backup
2011-01-29 Bruce MomjianProperly capitalize documentation headings; some only...
2011-01-29 Tom LaneMake installation.sgml build standalone again.
2011-01-28 Tom LaneCopy-edit a paragraph in the contrib/seg documentation.
2011-01-27 Tom LaneRephrase pg_conversion description to avoid splitting...
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.
next