]> granicus.if.org Git - postgresql/history - doc
Create a selectivity estimation function for the text search @@ operator.
[postgresql] / doc /
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-19 Tom LaneImprove the recently-added libpq events code to provide...
2008-09-17 Tom LanePreliminary release notes for upcoming back branch...
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-15 Magnus HaganderAdd missing quotes.
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-09-15 Magnus HaganderPolish and Turkish FAQ also needed converting to UTF8
2008-09-15 Magnus HaganderConvert Russian FAQ to UTF8, to make it render properly...
2008-09-12 Tom LaneUpdate citext's documentation to match the recently...
2008-09-12 Peter EisentrautUpdate man page build instructions.
2008-09-11 Tom LaneAdd a duration option to pgbench, so that test length...
2008-09-11 Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-07 Tom LaneClarify description of pg_restore's handling of large...
2008-09-07 Tom LaneAdd a few more details in the source-code-formatting...
2008-09-07 Bruce MomjianClarify documention workding for xip_list().
2008-09-06 Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-05 Peter EisentrautCode coverage testing with gcov. Documentation is...
2008-08-29 Alvaro HerreraFixup pg_dumpall adding --lock-wait-timeout, to match...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-26 Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-25 Tom LaneAdd standard boilerplate sentence about when stats_temp...
2008-08-25 Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25 Alvaro HerreraHave man page generation work on VPATH builds too.
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-23 Bruce MomjianUpdate link to developer's FAQ from main FAQ.
2008-08-22 Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-21 Bruce MomjianMention that pg_dump does not dump ALTER DATABASE ...
2008-08-21 Alvaro HerreraUpdate URL.
2008-08-20 Bruce MomjianRemove tools and documention for generating TODO.html.
2008-08-20 Bruce MomjianTODO now in wiki, html version removed.
2008-08-20 Bruce MomjianNew TODO list URL wiki location listed; contents truncated.
2008-08-19 Bruce MomjianNot done:
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-19 Bruce MomjianTODO done:
2008-08-19 Alvaro HerreraFix some issues that prevent this file to be processed...
2008-08-18 Bruce MomjianAdd to TODO:
2008-08-16 Bruce MomjianUpdate instructions on generating TODO.html.
2008-08-16 Bruce MomjianAdd URL for:
2008-08-16 Bruce MomjianAdd to TODO:
2008-08-16 Bruce MomjianUpdate Russian FAQ.
2008-08-16 Bruce MomjianAdd new SQL training web site to FAQ:
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-14 Heikki Linnakangaspg_buffercache needs to be taught about relation forks...
2008-08-14 Bruce MomjianAdd URL for:
2008-08-12 Peter EisentrautRemove TODO item
2008-08-12 Bruce MomjianAdd:
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-07-31 Bruce MomjianAdd URL to:
2008-07-31 Tom LaneRequire superuser privilege to create base types (but...
2008-07-30 Tom LaneAllow I/O conversion casts to be applied to or from...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-29 Tom LaneAdd a new, improved version of citext as a contrib...
2008-07-29 Magnus HaganderCleanup reference to config.pl so it makes sense not...
2008-07-29 Magnus HaganderDocument which versions of ActivePerl and ActiveTcl...
2008-07-23 Peter EisentrautAbort if Tcl support was configured and no tcl shell...
2008-07-22 Tom LaneUpdate link to Oleg and Teodor's GIN page.
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-20 Tom LaneAdd a pg_dump option --lock-wait-timeout to allow faili...
2008-07-18 Bruce MomjianProperly document archive/restore command examples...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-18 Bruce MomjianAdd URL for:
2008-07-17 Bruce MomjianAdd to TODO:
2008-07-16 Bruce MomjianAdd URL for:
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Bruce MomjianAdd to TODO:
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-15 Bruce MomjianFix alignment of SGML array docs.
2008-07-15 Bruce MomjianAdd Swedish_Sweden.1252 Windows locale example to docs.
2008-07-15 Bruce MomjianAdd to TODO:
2008-07-15 Bruce MomjianAdd TODO:
2008-07-15 Bruce MomjianDone:
2008-07-15 Bruce MomjianClarify that locale names on Windows are more verbose.
2008-07-14 Bruce MomjianAdd to TODO:
2008-07-14 Bruce MomjianDone:
2008-07-14 Bruce MomjianAdd URL for:
2008-07-14 Bruce MomjianDone, per Simon:
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-12 Tom LaneFix a couple of stray misuses of "binary compatible".
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-11 Peter EisentrautAllow binary-coercible types for cast function argument...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-07 Peter EisentrautAdded documentation for function xmlagg.
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-07-03 Peter EisentrautDon't print the name of the database in psql \z.
2008-07-03 Tom LaneFix psql's \d and allied commands to work with all...
2008-07-01 Bruce MomjianDocumentation patch by Kevin L. McBride explaining...
2008-07-01 Bruce MomjianAdd URL for:
2008-07-01 Bruce MomjianAdd to TODO:
2008-06-30 Bruce MomjianAdd psql TODO:
2008-06-30 Bruce MomjianAdd psql TODO item:
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-27 Bruce MomjianMention actual function names in documentation of how...
next