]> granicus.if.org Git - postgresql/history - doc
Further refine patch for commenting operator implementation functions.
[postgresql] / doc /
2011-03-02 Peter EisentrautAdd collations to information_schema.usage_privileges
2011-03-02 Tom LaneAdd 'collatable' to the Parameters section of CREATE...
2011-03-02 Tom LaneAdd KNNGIST support to contrib/btree_gist.
2011-03-02 Tom LaneFix erroneous documentation of the syntax of CREATE...
2011-03-02 Tom LaneCorrect mistaken claims about EXPLAIN ANALYZE's handlin...
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-03-01 Tom LaneUpdate discussion of EXPLAIN to reflect existence of...
2011-03-01 Robert HaasAvoid excessive Hot Standby feedback messages.
2011-02-28 Peter EisentrautPL/Python custom SPI exceptions
2011-02-28 Tom LaneAdd documentation for data-modifying statements in...
2011-02-27 Bruce MomjianDocument that last vacuum statistics and counts are...
2011-02-27 Peter EisentrautPL/Python explicit subtransactions
2011-02-27 Bruce MomjianFix markup for pg_options_to_table() to report the...
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
2011-02-26 Bruce MomjianDocument that pg_options_to_table() also works for
2011-02-26 Bruce MomjianFix doc patch --- pg_options_to_table() returns "setof...
2011-02-26 Peter EisentrautTable function support for PL/Python
2011-02-26 Bruce MomjianDocument pg_options_to_table() (not previously documented)
2011-02-25 Robert HaasNamed restore point improvements.
2011-02-23 Bruce MomjianUpdate wording about information schema and name which...
2011-02-22 Peter EisentrautAdd PL/Python functions for quoting strings
2011-02-22 Robert HaasFix a couple of unlogged tables goofs.
2011-02-22 Bruce MomjianReword information_schema duplicate constraint warning...
2011-02-22 Bruce MomjianMove information_schema duplicate constraint note to...
2011-02-21 Bruce MomjianUpdate docs about new role privileges reference, per...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-21 Bruce MomjianMerge two documentation permission chapters into a...
2011-02-20 Tom LaneAdd contrib/file_fdw foreign-data wrapper for reading...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-20 Bruce MomjianAdjust documentation wording of window function ORDER...
2011-02-20 Bruce MomjianDocumentation update for UTF16 surrogate pairs in UTF8...
2011-02-19 Bruce MomjianDocument that an SQL-standard-compliant query that...
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-19 Bruce MomjianImprove text search prefix doc addition.
2011-02-19 Bruce MomjianDocument that text search comparisons happen after...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-18 Alvaro HerreraConvert Postgres arrays to Perl arrays on PL/perl input...
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.
next