]> granicus.if.org Git - postgresql/history - doc
Fix SIGHUP handling by unconnected bgworkers
[postgresql] / doc /
2013-04-10 Tom LaneMake contrib/pg_trgm also support regex searches with...
2013-04-10 Andrew DunstanFix hstore_to_json_loose example in docs.
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-04-05 Tom LaneImprove documentation about the relationship of extensi...
2013-04-05 Peter Eisentrautdoc: Fix number of columns in table
2013-04-04 Tom LaneAdd \watch [SEC] command to psql.
2013-04-04 Andrew DunstanFix a few thinkos in the JSON functions docs.
2013-04-03 Tom LaneFix typo in FDW docs.
2013-04-01 Tom LaneUpdate release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
2013-03-31 Tom LaneUpdate release notes for changes through today.
2013-03-31 Peter EisentrautAdd pkg-config files for libpq and ecpg libraries
2013-03-30 Bruce MomjianRemove tab from SGML file.
2013-03-29 Andrew DunstanFix page title for JSON Functions and Operators.
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-29 Tom LaneDocument encode(bytea, 'escape')'s behavior correctly.
2013-03-29 Tom LaneDraft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
2013-03-28 Robert Haassepgsql: Documentation improvements.
2013-03-28 Robert HaasAllow sepgsql labels to depend on object name.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Kevin GrittnerFix pasto which broke docs build.
2013-03-27 Robert Haassepgsql: Support for new post-ALTER access hook.
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-25 Heikki LinnakangasMake pg_basebackup work with pre-9.3 servers, and add...
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-03-23 Tom LaneDon't put <indexterm> before <term> in <varlistentry...
2013-03-22 Tom LaneDocument cross-version compatibility issues for contrib...
2013-03-22 Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-03-22 Tom LaneUpdate commit_delay documentation.
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-21 Kevin GrittnerEliminate trivial whitespace inconsistency in docs...
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-19 Simon RiggsClarify assumption of filesystem metadata integrity.
2013-03-19 Simon RiggsCorrection that 2pc state files use CRC-32.
2013-03-18 Simon RiggsAdd reliability docs about storage/memory corruptions.
2013-03-18 Tom LaneImprove documentation of EXTRACT(WEEK).
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-15 Tom LaneImprove the documentation about commit_delay.
2013-03-15 Tom LaneExtend format() to handle field width and left/right...
2013-03-12 Tom LaneFix documentation oversight.
2013-03-12 Tom LaneAllow default expressions to be attached to columns...
2013-03-12 Alvaro HerreraFix orthotypographical mistake
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-10 Peter Eisentrautdoc: Add note about checkpoint_warning vs checkpoint_ti...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-07 Kevin GrittnerFix typo in docs for ALTER MATERIALIZED VIEW.
2013-03-06 Kevin GrittnerAdd docs for pg_matviews, which were missed in the...
2013-03-04 Peter Eisentrautpsql: Let \l accept a pattern
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-03 Peter Eisentrautdoc: Small tweak for consistency
2013-03-03 Peter Eisentrautdoc: A few awkward phrasing fixes
2013-02-27 Heikki LinnakangasRemove spurious "the", and add a missing one.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-25 Peter Eisentrautdoc: Fix markup typo
2013-02-25 Heikki LinnakangasAdd -d option to pg_dumpall, for specifying a connectio...
2013-02-25 Heikki LinnakangasAdd -d/--dbname option to pg_dump.
2013-02-25 Heikki LinnakangasAdd -d option to pg_basebackup and pg_receivexlog,...
2013-02-24 Peter Eisentrautdoc: Remove PostgreSQL version number from xml2 depreca...
2013-02-23 Peter Eisentrautdoc: Add more compatibility information for triggers
2013-02-22 Alvaro HerreraFix some typos and grammatical mistakes
2013-02-22 Alvaro HerreraAdd pg_xlogdump contrib program
2013-02-21 Tom LaneAdd postgres_fdw contrib module.
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-02-14 Peter Eisentrautdoc: Add make target to produce EPUB from DocBook
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-09 Tom LaneAdd an example of attaching a default value to an updat...
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08 Tom Lanedoc: Fix mistakes in the most recent set of release...
2013-02-08 Peter Eisentrautdoc: Rewrite how to get the source code
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2013-02-04 Tom LanePrevent execution of enum_recv() from SQL.
2013-02-04 Tom LaneUpdate release notes for 9.2.3, 9.1.8, 9.0.12, 8.4...
2013-02-04 Simon RiggsReset vacuum_defer_cleanup_age to PGC_SIGHUP.
2013-02-04 Simon RiggsReset master xmin when hot_standby_feedback disabled.
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2013-02-03 Peter EisentrautPL/Python: Add result object str handler
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
2013-02-02 Simon RiggsMark vacuum_defer_cleanup_age as PGC_POSTMASTER.
2013-02-02 Peter Eisentrautdoc: Tiny whitespace fix
2013-02-01 Peter EisentrautAdd CREATE RECURSIVE VIEW syntax
2013-01-31 Bruce Momjianpg_upgrade docs: mention modification of postgresql...
2013-01-31 Tatsuo IshiiAdd --aggregate-interval option.
2013-01-30 Peter Eisentrautpg_regress: Allow overriding diff options
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-29 Heikki LinnakangasAllow pgbench to use a scale larger than 21474.
2013-01-28 Alvaro HerreraREASSIGN OWNED: handle shared objects, too
2013-01-28 Alvaro HerreraDROP OWNED: don't try to drop tablespaces/databases
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2013-01-26 Bruce MomjianIssue ERROR if FREEZE mode can't be honored by COPY
2013-01-26 Bruce Momjiandoc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
2013-01-25 Bruce Momjiandoc: mention commit_delay is only honored if fsync...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-25 Bruce Momjiandoc: merge ecpg username/password example into C comment
2013-01-25 Bruce Momjiandoc: adjust search_path secondary index mention
2013-01-25 Bruce Momjiandoc: split search_path index entries into separate...
2013-01-25 Robert HaasMake it easy to time out pg_isready, and make the defau...
2013-01-25 Bruce Momjiandocs: In ecpg, clarify how username/password colon...
next