]> granicus.if.org Git - postgresql/history - doc
Dept of second thoughts: seems it'd be safer if pg_typeof is marked
[postgresql] / doc /
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-11-03 Alvaro HerreraUpdate URL to Docbook DSSSL stylesheets, per Gabriele...
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-31 Peter EisentrautThe conversion rule from postgres.sgml to postgres...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-30 Tom LaneUpdate back-branch release notes.
2008-10-29 Bruce MomjianRemove tab from sgml file.
2008-10-29 Peter EisentrautSince SQL:2003, the array size specification in the...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-28 Peter EisentrautAdd WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-10-27 Peter EisentrautSQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET...
2008-10-27 Peter EisentrautAllow EXPLAIN on CREATE TABLE AS.
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
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:
next