]> granicus.if.org Git - postgresql/history - doc
Improve parallel restore's ability to cope with selective restore (-L option).
[postgresql] / doc /
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-20 Tom LaneAvoid saying "random" when randomness is not actually...
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-17 Peter EisentrautRevert: looks like Binary Large OBject[sic] wasn't...
2010-08-17 Peter EisentrautSpell and markup checking
2010-08-15 Tom LaneAssorted improvements to backup/restore documentation...
2010-08-15 Tom LaneClarify bit numbering in get_bit/set_bit etc. Per...
2010-08-15 Tom LaneImprove pgarchivecleanup documentation, per comments...
2010-08-15 Tom LaneAvoid unnecessary use of TPS acronym.
2010-08-15 Robert HaasAdd link and additional index reference to pgcrypto.
2010-08-14 Tom LaneAdd a \sf (show function) command to psql, for those...
2010-08-14 Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-13 Robert HaasReorder docs on lexical structure slightly for clarity.
2010-08-12 Tom LaneAdd the ability to compute per-statement latencies...
2010-08-12 Bruce MomjianBack out syntax case changes --- seems they were intent...
2010-08-12 Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-11 Bruce MomjianProperly lowercase identifiers, uppercase keywords...
2010-08-11 Robert HaasFix one more incorrect errno definition in the ECPG...
2010-08-11 Robert HaasFix incorrect errno definitions in ECPG manual.
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-10 Peter EisentrautAdd some links to tables
2010-08-10 Peter Eisentraut<example> is a floating element, so it's use is inappro...
2010-08-10 Robert HaasUse double quotes rather than double quotes for libpq...
2010-08-09 Robert HaasProvide stable target anchors for libpq functions.
2010-08-09 Tom LaneModify the handling of RAISE without parameters so...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-08-07 Bruce MomjianFix 9.0 release notes vacuum mention, not -> now
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-06 Peter EisentrautFix indexterm spelling
2010-08-06 Tom LaneLet's put that </link> in a sane place ...
2010-08-06 Tom LaneFix inaccurate description of deferrable unique constra...
2010-08-06 Robert HaasRearrange "big features" section of the release notes.
2010-08-05 Peter EisentrautDocument which Python environment variables affect...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-08-04 Tom LaneFix sloppy mistakes in documentation of PQescapeLiteral...
2010-08-04 Tom LaneAdd an example to clarify the use of ORDER BY in multip...
2010-08-03 Tom LaneFix mangled grammar.
2010-08-03 Tom LaneKibitzing on \conninfo patch: adjust the order of field...
2010-08-03 Bruce MomjianAdd EXPLAIN documentation example.
2010-08-03 Tom LaneFix markup, other minor editing for recent btree_gist...
2010-08-02 Robert HaasTeach levenshtein() about multi-byte characters.
2010-08-02 Robert HaasAdd btree_gist support for searching on "not equals".
2010-07-29 Tom LaneUpdate release notes for 9.0 beta 4. Back-patch some...
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-29 Tom LaneWork around a documentation toolchain problem by replac...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-27 Robert HaasAdd ssl_cipher() and ssl_version() functions to contrib...
2010-07-27 Robert HaasFix typo in PL/pgsql code example.
2010-07-27 Peter EisentrautSpelling fixes
2010-07-26 Peter EisentrautFix grammar
2010-07-26 Peter EisentrautAdd table creation and population to example
2010-07-26 Bruce MomjianRemove tabs from sgml file.
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-25 Peter EisentrautAdd INSERT statement to example so that it can be repro...
2010-07-25 Bruce MomjianPrevent pg_upgrade from migrating databases that use...
2010-07-24 Peter EisentrautFix typo
2010-07-24 Peter EisentrautTidy up boolean data type page
2010-07-24 Peter EisentrautRemove tab from SGML file
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-20 Robert HaasAdd \conninfo command to psql, to show current connecti...
2010-07-20 Robert HaasAdd restart_after_crash GUC.
2010-07-20 Robert HaasChange the default value of standard_conforming_strings...
2010-07-18 Peter EisentrautAdd server authentication over Unix-domain sockets
2010-07-16 Tom LaneAdd a log_file_mode GUC that allows control of the...
2010-07-16 Heikki LinnakangasFix typo spotted by Thom Brown.
2010-07-16 Heikki LinnakangasAdd a paragraph explaining what restartpoints are....
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2010-07-14 Tom LaneUse an <xref> for restore_command reference. Marko...
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-13 Tom LaneTeach EXPLAIN to print PARAM_EXEC Params as the referen...
2010-07-12 Bruce MomjianRestore pl/pgsql default install release note item.
2010-07-12 Bruce Momjian9.0 release note improvements
2010-07-12 Bruce MomjianSpellcheck 9.0 release notes.
2010-07-10 Tom LaneAdd a note about preferred window width to the section...
2010-07-10 Robert HaasClarify that "psql -c" ignores psqlrc files.
2010-07-09 Tom LaneStamp HEAD as 9.1devel.
2010-07-09 Marc G. Fourniertag beta3 REL9_0_BETA3
2010-07-08 Bruce MomjianUpdate release notes for 9.0 beta 3.
2010-07-08 Peter EisentrautSome small changes for plperl.sgml:
2010-07-08 Peter EisentrautInstall safeguard against running PL/Python 2 and 3...
2010-07-08 Bruce MomjianDoc change: effected -> affected, per correction from...
2010-07-08 Tom LaneAdd a cross-reference to precedence information to...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-07 Bruce MomjianDocument the interaction of write-barrier-enabled file...
2010-07-06 Robert HaasMake log_temp_files based on kB, and revert docs &...
2010-07-06 Peter EisentrautAdd note that using PL/Python 2 and 3 in the same sessi...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-07-03 Bruce MomjianRemove SGML tab.
2010-07-03 Tom LaneMake vacuum_defer_cleanup_age be PGC_SIGHUP level,...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-07-03 Bruce MomjianDocument more clearly on XML namespaces inside xpath...
2010-07-03 Tom LaneFix assorted misstatements and poor wording in the...
2010-07-03 Robert HaasAdditional cross-references to window functions documen...
2010-07-02 Robert HaasRemove hstore % text[] operator; use slice() function...
next