summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2013-04-11doc: Update DTrace informationPeter Eisentraut
2013-04-10Update the description for the graphical installersMagnus Hagander
2013-04-10Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane
2013-04-10Fix hstore_to_json_loose example in docs.Andrew Dunstan
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-04-05Improve documentation about the relationship of extensions and schemas.Tom Lane
2013-04-05doc: Fix number of columns in tablePeter Eisentraut
2013-04-04Add \watch [SEC] command to psql.Tom Lane
2013-04-04Fix a few thinkos in the JSON functions docs.Andrew Dunstan
2013-04-03Fix typo in FDW docs.Tom Lane
2013-04-01Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.Tom Lane
2013-03-31Update release notes for changes through today.Tom Lane
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2013-03-30Remove tab from SGML file.Bruce Momjian
2013-03-29Fix page title for JSON Functions and Operators.Andrew Dunstan
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-29Document encode(bytea, 'escape')'s behavior correctly.Tom Lane
2013-03-29Draft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.Tom Lane
2013-03-28sepgsql: Documentation improvements.Robert Haas
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Fix pasto which broke docs build.Kevin Grittner
2013-03-27sepgsql: Support for new post-ALTER access hook.Robert Haas
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-25Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-03-23Don't put <indexterm> before <term> in <varlistentry> items.Tom Lane
2013-03-22Document cross-version compatibility issues for contrib/postgres_fdw.Tom Lane
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-22Update commit_delay documentation.Tom Lane
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-21Eliminate trivial whitespace inconsistency in docs sample code.Kevin Grittner
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-19Clarify assumption of filesystem metadata integrity.Simon Riggs
2013-03-19Correction that 2pc state files use CRC-32.Simon Riggs
2013-03-18Add reliability docs about storage/memory corruptions.Simon Riggs
2013-03-18Improve documentation of EXTRACT(WEEK).Tom Lane
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-15Improve the documentation about commit_delay.Tom Lane
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-03-12Fix documentation oversight.Tom Lane
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-12Fix orthotypographical mistakeAlvaro Herrera
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-10doc: Add note about checkpoint_warning vs checkpoint_timeoutPeter Eisentraut
2013-03-10Support writable foreign tables.Tom Lane
2013-03-07Fix typo in docs for ALTER MATERIALIZED VIEW.Kevin Grittner