]> granicus.if.org Git - postgresql/history - doc
Dept of better ideas: refrain from creating the planner's placeholder_list
[postgresql] / doc /
2008-10-22 Peter EisentrautSQL:2008 alternative syntax for LIMIT/OFFSET:
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-10-18 Peter EisentrautUpdate compatibility section of TRUNCATE for SQL:2008...
2008-10-18 Peter EisentrautUpdate feature list for SQL:2008.
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-10-17 Teodor SigaevImprove headeline generation. Now headline can contain
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-14 Tom LaneAdd docs and regression test about sorting the output...
2008-10-14 Tom LaneEliminate unnecessary array[] decoration in examples...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-10 Tom LaneFix COPY documentation to not imply that HEADER can...
2008-10-07 Bruce MomjianUpdate Japanese FAQ.
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-06 Tom LaneEditorial improvements to description of pg_settings...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-04 Tom LaneAdd a note about how to check for bare < and & in SGML...
2008-10-03 Peter EisentrautAdd regression test for macaddr type. Enhance document...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-10-02 Heikki LinnakangasMake the blkno arguments bigints instead of int4s....
2008-10-02 Heikki LinnakangasFix function name in pg_freespacemap docs. It's "pg_fre...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-24 Bruce MomjianAdd documentation about when trigger values NEW/OLD...
2008-09-24 Bruce MomjianFix markup tag error, envvar -> envar.
2008-09-23 Bruce MomjianMention battery-backed cache under hardware selection...
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-19 Tom LaneAdd a PQfireResultCreateEvents function to allow applic...
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:
next