]> granicus.if.org Git - postgresql/history - doc
typo
[postgresql] / doc /
2008-12-01 Peter Eisentrauttypo
2008-11-30 Tom LaneAdd a "LIKE = typename" clause to CREATE TYPE for base...
2008-11-28 Magnus HaganderSupport regular expressions in pg_ident.conf.
2008-11-27 Peter EisentrautAdd that PL/Java is an implementation of SQL/JRT, and...
2008-11-27 Tom LaneTweak wording of DISCARD ALL description to avoid givin...
2008-11-26 Peter Eisentrautconfigure check for docbook2man program, used in the...
2008-11-26 Tom LaneMake DISCARD ALL discard advisory locks, too. Marko...
2008-11-25 Tom Laneinformation_schema.key_column_usage.position_in_unique_...
2008-11-25 Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-24 Peter EisentrautMove FAQ_AIX information to installation instructions.
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-21 Tom LaneMinor copy-editing.
2008-11-21 Magnus HaganderDocument which GUC settings are enums and not strings...
2008-11-21 Magnus HaganderDocs update for enumvals patch.
2008-11-21 Peter EisentrautInclude the platform "FAQs" into the installation instr...
2008-11-21 Peter EisentrautUse relation_expr for TABLE command, requested by Tom.
2008-11-20 Tom LaneNote that the example aggregate array_accum is comparab...
2008-11-20 Bruce MomjianIssue a proper error message when MD5 is attempted...
2008-11-20 Peter EisentrautTABLE command
2008-11-20 Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20 Magnus HaganderControl client certificate requesting with the pg_hba...
2008-11-19 Peter EisentrautAdd WITH as a refname to the SELECT reference page.
2008-11-19 Bruce MomjianAdd "Most Common Implementation" row to high availablit...
2008-11-19 Tom LaneAdd auto-explain contrib module for automatic logging...
2008-11-18 Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-11-17 Bruce MomjianDocument that Bucardo is an example of mulit-master...
2008-11-16 Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-14 Tom LaneDocument a gotcha that happens on Windows when using...
2008-11-14 Tom LaneReduce contrib/intagg to a thin wrapper around the...
2008-11-14 Peter EisentrautSince doc/src/sgml already builds the HTML docs twice...
2008-11-14 Peter EisentrautSet SQL man pages to be section 7 by default, and only...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Tom LaneMarginal editorial improvements for array_agg patch...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-13 Magnus HaganderFix libpq certificate validation for SSL connections.
2008-11-12 Peter EisentrautSupport for man page links, if a man page has more...
2008-11-12 Peter EisentrautRemove unnecessary whitespace in refname elements....
2008-11-12 Peter EisentrautAdd refentrytitle elements to refentry pages. Their...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-11 Magnus HaganderMention the tup_fetched column in pg_stat_database.
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-10 Alvaro HerreraAdd a --locale switch to createdb, to ease the creation...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09 Tom LaneAdd a startup check that pg_xlog and pg_xlog/archive_st...
2008-11-09 Tom LaneAdd some documentation about handling of fractions...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-07 Tom LaneImprove documentation of pg_typeof, per gripe from...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-06 Tom LaneImprove psql's \dC command to take a pattern parameter...
2008-11-04 Bruce MomjianDocument that SSL is only possible on tcp/ip connection...
2008-11-04 Bruce MomjianDocument that 'sslmode' is ignored for Unix domain...
2008-11-04 Peter EisentrautExperimental new support for building man pages via...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-04 Bruce MomjianAdd missing colon to docs.
2008-11-04 Bruce MomjianRemove tabs from SGML file.
2008-11-04 Tom LaneDisallow LOCK TABLE outside a transaction block (or...
2008-11-03 Peter EisentrautAllow uuid_in() to parse a wider variety of variant...
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...
next