]> granicus.if.org Git - postgresql/history - doc
Use %option bison-bridge in psql/pgbench lexers.
[postgresql] / doc /
2016-03-20 Tom LaneSQL commands in pgbench scripts are now ended by semico...
2016-03-19 Alvaro Herrerapgbench: Allow changing weights for scripts
2016-03-19 Peter EisentrautAllow SSL server key file to have group read access...
2016-03-18 Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-18 Teodor SigaevFix a typo
2016-03-18 Teodor SigaevIntroduce parse_ident()
2016-03-17 Alvaro Herreradocs: Fix typo'd brin_summarize_new_values
2016-03-17 Peter EisentrautAdd syslog_split_messages parameter
2016-03-17 Peter EisentrautAdd syslog_sequence_numbers parameter
2016-03-16 Teodor SigaevAdd word_similarity to pg_trgm contrib module.
2016-03-16 Robert HaasFix typo.
2016-03-16 Robert HaasAdd idle_in_transaction_session_timeout.
2016-03-16 Teodor SigaevGUC variable pg_trgm.similarity_threshold insead of...
2016-03-15 Robert HaasFix typos.
2016-03-15 Robert HaasFix typos.
2016-03-15 Robert HaasAdd simple VACUUM progress reporting.
2016-03-15 Tom LaneAdd a GetForeignUpperPaths callback function for FDWs.
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-13 Tom LaneMop-up for setting minimum Tcl version to 8.4.
2016-03-13 Magnus HaganderRename auto_explain.sample_ratio to sample_rate
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-11 Tom LaneWhen appropriate, postpone SELECT output expressions...
2016-03-11 Teodor SigaevTsvector editing functions
2016-03-11 Magnus HaganderAllow setting sample ratio for auto_explain
2016-03-11 Robert Haaspsql: Don't automatically use expanded format when...
2016-03-11 Andres FreundAllow to trigger kernel writeback after a configurable...
2016-03-10 Robert HaasDon't vacuum all-frozen pages.
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-10 Alvaro HerreraDocument BRIN a bit more thoroughly
2016-03-10 Simon RiggsReduce lock level for altering fillfactor
2016-03-10 Peter Eisentrautdoc: Reorganize pg_resetxlog reference page
2016-03-09 Alvaro Herrerapgcrypto: support changing S2K iteration count
2016-03-08 Robert HaasUpdate GetForeignPlan documentation.
2016-03-08 Robert HaasFix typo.
2016-03-08 Robert HaasAdd pg_visibility contrib module.
2016-03-08 Tom LaneFix minor typo in logical-decoding docs.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-03-06 Magnus HaganderFix typos
2016-03-05 Joe ConwayExpose control file data via SQL accessible functions.
2016-03-05 Fujii MasaoIgnore recovery_min_apply_delay until recovery has...
2016-03-04 Teodor SigaevImprove support of Hunspell in ispell dictionary.
2016-03-04 Robert HaasFix the way GetExistingLocalJoinPath is documented.
2016-03-03 Alvaro Herrerapgbench: accept unambiguous builtin prefixes for -b
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-03-01 Robert HaasExtend pgbench's expression syntax to support a few...
2016-02-29 Alvaro HerreraMinor tweaks for new src/test/recovery
2016-02-29 Alvaro Herreradoc: document MANPATH as /usr/local/pgsql/share/man
2016-02-26 Alvaro HerreraAdd a test framework for recovery
2016-02-26 Robert HaasAdd new FDW API to test for parallel-safety.
2016-02-22 Tom LaneCreate a function to reliably identify which sessions...
2016-02-21 Tom LaneDocs: make prose discussion match the ordering of Table...
2016-02-21 Tatsuo IshiiFix wording in the Tutorial document.
2016-02-20 Dean RasheedAdd pg_size_bytes() to parse human-readable size strings.
2016-02-20 Peter Eisentrautdoc: Improve CSS style of option element
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-02-18 Tom LaneFix multiple bugs in contrib/pgstattuple's pgstatindex...
2016-02-17 Joe ConwayAdd new system view, pg_config
2016-02-16 Tom LaneImprove documentation about CREATE INDEX CONCURRENTLY.
2016-02-16 Bruce Momjianrelease notes: fix 9.5 SGML comment about commit
2016-02-16 Tatsuo IshiiImprove wording in the planner doc
2016-02-16 Fujii MasaoCorrect the formulas for System V IPC parameters SEMMNI...
2016-02-15 Andres FreundAllow the WAL writer to flush WAL at a reduced rate.
2016-02-15 Magnus HaganderFix typo
2016-02-11 Noah MischAccept pg_ctl timeout from the PGCTLTIMEOUT environment...
2016-02-09 Robert Haaspostgres_fdw: Push down joins to remote servers.
2016-02-08 Tom LaneLast-minute updates for release notes.
2016-02-07 Tom LaneImprove documentation about PRIMARY KEY constraints.
2016-02-07 Tom LaneRelease notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-02-05 Tom LaneFirst-draft release notes for 9.4.6.
2016-02-05 Robert HaasRemove parallel-safety check from GetExistingLocalJoinPath.
2016-02-05 Tom LaneAdd num_nulls() and num_nonnulls() to count NULL arguments.
2016-02-04 Robert HaasAdd some additional core functions to support join...
2016-02-04 Robert HaasChange the way that LWLocks for extensions are allocated.
2016-02-04 Tom LaneSimplify syntax diagram for REINDEX.
2016-02-03 Robert HaasExtend sortsupport for text to more opclasses.
2016-02-03 Tom LaneAdd hstore_to_jsonb() and hstore_to_jsonb_loose() to...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-02-03 Peter Eisentrautdoc: Fix stand-alone INSTALL file build
2016-02-03 Robert HaasRemove CustomPath's TextOutCustomPath method.
2016-02-03 Robert Haaspostgres_fdw: Allow fetch_size to be set per-table...
2016-02-03 Peter EisentrautAdd support for systemd service notifications
2016-02-01 Alvaro Herrerapgbench: allow per-script statistics
2016-01-31 Andrew DunstanFix error in documentated use of mingw-w64 compilers
2016-01-29 Fujii MasaoFix syntax descriptions for replication commands in...
2016-01-28 Robert HaasAdd [NO]BYPASSRLS options to CREATE USER and ALTER...
2016-01-28 Alvaro HerreraFix spi_worker mention in bgworker documentation
2016-01-28 Fujii MasaoFix typos in comments and doc
2016-01-28 Fujii MasaoAdd gin_clean_pending_list function to clean up GIN...
2016-01-27 Alvaro Herrerapgbench: improve multi-script support
2016-01-22 Tom LaneAdd trigonometric functions that work in degrees.
2016-01-22 Tom LaneImprove levenshtein() docs.
2016-01-22 Tom LaneMake extract() do something more reasonable with infini...
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-20 Tom LaneFix assorted inconsistencies in GIN opclass support...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2016-01-18 Tatsuo IshiiFix typo.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-12 Simon RiggsAdd new user fn pg_current_xlog_flush_location()
next