]> granicus.if.org Git - postgresql/history - doc
Avoid collation dependence in indexes of system catalogs.
[postgresql] / doc /
2015-05-19 Tom LaneRevert "Change pg_seclabel.provider and pg_shseclabel...
2015-05-19 Tom LaneChange pg_seclabel.provider and pg_shseclabel.provider...
2015-05-18 Tom LaneLast-minute updates for release notes.
2015-05-18 Noah Mischpgcrypto: Report errant decryption as "Wrong key or...
2015-05-18 Heikki LinnakangasPut back stats-collector restarting code, removed accid...
2015-05-18 Fujii MasaoDon't classify REINDEX command as DDL in the pg_audit...
2015-05-17 Tom LaneRelease notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.
2015-05-17 Magnus HaganderFix wording error caused by recent typo fixes
2015-05-17 Magnus HaganderFix typos in comments
2015-05-17 Magnus HaganderMinor docs fixes for pg_audit
2015-05-16 Tom LaneFirst-draft release notes for 9.4.2 et al.
2015-05-16 Tom LaneFix docs typo
2015-05-16 Simon RiggsAdd docs for tablesample system_time()
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-16 Simon RiggsAdd docs for tablesample system_rows()
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Simon RiggsTablesample method API docs
2015-05-15 Simon RiggsTABLESAMPLE system_time(limit)
2015-05-15 Simon RiggsTABLESAMPLE system_rows(limit)
2015-05-15 Robert Haasdoc: CREATE FOREIGN TABLE now allows CHECK ( ... )...
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasFix docs build. Oops.
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15 Bruce Momjiandocs: consistently uppercase index method and add...
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Fujii MasaoSupport --verbose option in reindexdb.
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-15 Tom LaneHonor traditional SGML NAMELEN limit.
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-14 Bruce Momjiandoc: list bigint as mapping to int8 and int64
2015-05-14 Tom LaneDocs: fix erroneous claim about max byte length of...
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-14 Stephen FrostAdd pg_audit, an auditing extension
2015-05-13 Andres FreundAdd pgstattuple_approx() to the pgstattuple extension.
2015-05-12 Andrew DunstanAdditional functions and operators for jsonb
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-12 Bruce Momjiandoc build: use unique Makefile variable to control...
2015-05-12 Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-11 Stephen FrostAllow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT
2015-05-11 Robert HaasIncrease threshold for multixact member emergency autov...
2015-05-11 Bruce Momjiandocs: add "serialization anomaly" to transaction isola...
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-09 Stephen FrostCorrect reindexdb documentation
2015-05-09 Bruce Momjiandoc: adjust ordering of pg_stat_statement paragraphs
2015-05-09 Andrew DunstanAdd new OID alias type regnamespace
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-05-08 Stephen FrostChange default for include_realm to 1
2015-05-08 Stephen FrostAdd pg_file_settings view and function
2015-05-08 Andres FreundMinor ON CONFLICT related comments and doc fixes.
2015-05-08 Robert HaasTeach autovacuum about multixact member wraparound.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-05-07 Bruce MomjianMakefile: Add comment that doc uninstall clears man...
2015-05-05 Tom Lanecitext's regexp_matches() functions weren't documented...
2015-05-05 Peter Eisentrautdoc: Update installation instructions for new shared...
2015-05-05 Alvaro HerreraAdd geometry/range functions to support BRIN inclusion
2015-05-05 Peter EisentrautFix typos
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-05-01 Andres FreundCopy editing of the replication origins patch.
2015-04-30 Alvaro HerreraFix up some loose ends for CURRENT_USER as RoleSpec
2015-04-30 Magnus HaganderFix typo
2015-04-29 Robert HaasAdd <literal> markup, for consistency.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-29 Bruce Momjiandoc: recommend use of GUC server_version_num for versi...
2015-04-27 Stephen FrostImprove qual pushdown for RLS and SB views
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-04-24 Peter Eisentrautdoc: Move ALTER TABLE IF EXISTS description to better...
2015-04-24 Peter EisentrautFix misspellings
2015-04-22 Andres FreundRename pg_replication_slot's new active_in to active_pid.
2015-04-21 Peter EisentrautMove pg_xlogdump from contrib/ to src/bin/
2015-04-21 Robert HaasUpdate FDW docs to reflect existence of CHECK constraints.
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-04-21 Peter EisentrautMove pg_test_timing from contrib/ to src/bin/
2015-04-20 Peter EisentrautMove pg_test_fsync from contrib/ to src/bin/
2015-04-17 Alvaro HerreraAdd new target modulescheck in vcregress.pl
2015-04-16 Bruce Momjianpg_upgrade: document need for text search files to...
2015-04-14 Peter EisentrautMove pg_upgrade from contrib/ to src/bin/
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-04-13 Peter EisentrautMove pgbench from contrib/ to src/bin/
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-04-12 Peter EisentrautMove pg_archivecleanup from contrib/ to src/bin/
2015-04-09 Magnus HaganderFix incorrect punctuation
2015-04-09 Fujii MasaoRemove obsolete FORCE option from REINDEX.
2015-04-07 Simon RiggsFix spelling of author's name
2015-04-06 Alvaro Herrerapg_event_trigger_dropped_objects: add is_temp column
2015-04-06 Fujii MasaoFix typo in libpq.sgml.
2015-04-05 Simon RiggsRemove extraneous >
2015-04-05 Simon RiggsReduce lock levels of some trigger DDL and add FKs
2015-04-03 Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-04-03 Fujii MasaoAdd markup for replaceable parameters to pg_rewind...
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-01 Tom LaneFix incorrect markup in documentation of window frame...
2015-03-31 Bruce Momjianpg_ctl: change default shutdown mode from 'smart'...
2015-03-31 Bruce Momjianpsql: add asciidoc output format
2015-03-30 Alvaro HerreraChange array_offset to return subscripts, not offsets
next