]> granicus.if.org Git - postgresql/history - doc
Cosmetic improvements for options-handling code in ECPGconnect().
[postgresql] / doc /
2019-08-30 Tom LaneDoc: restructure documentation of the configure script...
2019-08-30 Tom LaneDoc: remove some long-obsolete information from install...
2019-08-27 Tom LaneDoc: improve documentation of pg_signal_backend default...
2019-08-27 Tom LaneDoc: clarify behavior of standard aggregates for null...
2019-08-23 Michael PaquierImprove documentation of pageinspect
2019-08-22 Michael PaquierDoc: Remove mention to "Visual Studio Express 2019"
2019-08-20 Michael PaquierDoc: Improve wording of multiple places in documentation
2019-08-19 Alvaro HerreraReplace genetic algorithm ASCII-art with a real figure
2019-08-19 Peter Eisentrautdoc: Fix image use in PDF build with vpath
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-15 Tom LaneUse a hash table to de-duplicate NOTIFY events faster.
2019-08-15 Tom LaneDoc: improve documentation about postgresql.auto.conf.
2019-08-13 Peter EisentrautUpdate to DocBook 4.5
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-08 Alvaro HerreraClarify the default partition's role
2019-08-07 Tom LaneDoc: document permissions required for ANALYZE.
2019-08-07 Alexander KorotkovFix some typos in jsonpath documentation
2019-08-05 Noah MischRequire the schema qualification in pg_temp.type_name...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-04 Tomas VondraRevert "Add log_statement_sample_rate parameter"
2019-07-31 Peter EisentrautRun UTF8-requiring collation tests by default
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-28 Michael PaquierDoc: Fix event trigger firing table
2019-07-27 Michael PaquierAdd support for --jobs in reindexdb
2019-07-27 Peter Eisentrautpg_upgrade: Update obsolescent documentation note
2019-07-27 Peter Eisentrautpg_upgrade: Default new bindir to pg_upgrade location
2019-07-26 Peter Eisentrautdoc: Make libpq documentation navigable between functions
2019-07-26 Peter Eisentrautdoc: Fix some markup whitespace issues
2019-07-26 Peter Eisentrautdoc: Add support for xref to command and function elements
2019-07-26 Peter Eisentrautdoc: Change libpq function ids to mixed case
2019-07-25 Peter Eisentrautdoc: Fix typo
2019-07-24 Michael PaquierDoc: Clarify interactions of pg_receivewal with remote_...
2019-07-23 Peter EisentrautAdd CREATE DATABASE LOCALE option
2019-07-22 Peter EisentrautRevert "initdb: Change authentication defaults"
2019-07-22 Peter Eisentrautinitdb: Change authentication defaults
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-19 Michael PaquierDoc: clarify when table rewrites happen with column...
2019-07-18 Tom LaneFurther adjust SPITupleTable to provide a public row...
2019-07-18 Michael PaquierSimplify description of --data-checksums in documentati...
2019-07-17 Tom LaneClarify the distinction between public and private...
2019-07-17 Tom LaneDoc: explain where to find Makefile used to build sepgs...
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-16 Bruce Momjiandoc: mention pg_reload_conf() for reloading the config...
2019-07-15 Thomas MunroProvide pgbench --show-script to dump built-in scripts.
2019-07-14 Peter EisentrautAdd gen_random_uuid function
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to SP-GiST...
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to GiST box_ops
2019-07-14 Thomas MunroFix documentation for pgbench tpcb-like.
2019-07-13 Michael PaquierFix and improve several places in the docs
2019-07-11 Alexander KorotkovFixes for jsonpath filter expression elements table...
2019-07-10 Bruce Momjiandocs: remove pg_roles mention of the oid column being...
2019-07-10 Alvaro HerreraMention limitation of unique in partitioned tables
2019-07-10 Alexander KorotkovAssorted fixes for jsonpath documentation
2019-07-09 Bruce Momjiandoc: adjust to_timestamp()/to_date() wording
2019-07-08 Peter Eisentrautdoc: Clarify logical replication documentation
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-05 Tom LaneRemove dead encoding-conversion functions.
2019-07-05 Tom LaneAdd \warn command to psql.
2019-07-05 Peter Eisentrautdoc: Spell checking
2019-07-05 Michael PaquierAdd min() and max() aggregates for pg_lsn
2019-07-04 Peter EisentrautSync our Snowball stemmer dictionaries with current...
2019-07-03 Tom LaneDoc: document table persistence display in \dt+.
2019-07-02 Michael PaquierAdd support for Visual Studio 2019 in build scripts
2019-07-01 Tom LaneStamp HEAD as 13devel.
2019-07-01 Tom LaneDoc: remove obsolete description of oid column as being...
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-29 Tom LaneAdd an enforcement mechanism for global object names...
2019-06-26 Alvaro HerreraFix partitioned index creation with foreign partitions
2019-06-25 Michael PaquierAdd toast-level reloption for vacuum_index_cleanup
2019-06-20 Michael PaquierFix description of pg_class.relam for table access...
2019-06-19 Alexander KorotkovFix description for $varname jsonpath variable
2019-06-19 Alexander KorotkovImprove documentation for jsonpath like_regex predicate
2019-06-19 Peter EisentrautAdd XSL stylesheet to fix up SVG files
2019-06-16 Tom LaneDoc: remove description of commit 23bd3cec6 from v12...
2019-06-15 Tomas VondraFix incorrect CREATE STATISTICS example in docs
2019-06-15 Tomas VondraAdd pg_stats_ext view for extended statistics
2019-06-15 Tomas VondraRework the pg_statistic_ext catalog
2019-06-14 Alvaro HerreraAdd pg_dumpall --rows-per-insert
2019-06-14 Alvaro HerreraTweak libpq's PQhost, PQhostaddr, and psql's \connect
2019-06-14 Bruce Momjiandoc: PG 12 relnotes, add mention of single-child optim...
2019-06-14 Bruce Momjiandocs: PG 12 relnotes, update self-join item to mention...
2019-06-14 Bruce Momjiandocs: PG 12 relnotes, move vacuumdb to the client...
2019-06-13 Alvaro HerreraFix double-word typos
2019-06-13 Bruce Momjiandoc: PG 12 relnotes: update wording on truncate/vacuu...
2019-06-13 Tom LaneDoc: fix bogus example.
2019-06-13 Tom LaneDoc: improve description of allowed spellings for Boole...
2019-06-13 Bruce Momjiandocs: PG 12 relnotes, update btree items
2019-06-12 David Rowleydoc: Fix grammatical error in partitioning docs
2019-06-12 Bruce Momjiandoc: PG 12 relnotes, list added snowball/FTS languages
2019-06-12 Bruce Momjiandoc: PG 12 relnotes, merge new SQL partition function...
2019-06-11 David Rowleydoc: Add best practises section to partitioning docs
2019-06-11 Tom LaneFix conversion of JSON strings to JSON output columns...
2019-06-11 Alvaro HerreraFix order of steps in DISCARD ALL documentation
2019-06-11 Michael PaquierFix documentation of ALTER TABLE for stored values
2019-06-10 Alexander KorotkovAdd docs of missing GUC to pgtrgm.sgml
2019-06-10 Alexander KorotkovFix docs indentation in pgtrgm.sgml
2019-06-09 Michael PaquierFix some typos
2019-06-08 Noah MischUpdate documentation about SIGKILL of postmaster.
2019-06-06 David RowleyDocs: concurrent builds of partitioned indexes are...
2019-06-05 Peter Eisentrautdoc: Add links to tables
next