]> granicus.if.org Git - postgresql/history - doc
Add support for nearest-neighbor (KNN) searches to SP-GiST
[postgresql] / doc /
2018-09-18 Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-09-16 Peter EisentrautAdd list of acknowledgments to release notes
2018-09-16 Bruce Momjiandoc: clarify pg_basebackup's -C/--create-slot description
2018-09-15 Tom LaneIn v11, disable JIT by default (it's still enabled...
2018-09-11 Tom LaneAdd PQresultMemorySize function to report allocated...
2018-09-11 Bruce Momjiandoc: adjust PG 11 release notes
2018-09-09 Alexander KorotkovImprove behavior of to_timestamp()/to_date() functions
2018-09-07 Andrew GierthRefactor installation of extension headers.
2018-09-06 Tom LaneMake contrib/unaccent's unaccent() function work when...
2018-09-05 Andrew GierthAllow extensions to install built as well as unbuilt...
2018-09-05 Tom LaneMake argument names of pg_get_object_address consistent...
2018-09-05 Bruce Momjiandocs: improve AT TIME ZONE description
2018-09-04 Tom LaneFully enforce uniqueness of constraint names.
2018-09-03 Alvaro HerreraRemove pg_constraint.conincluding
2018-09-01 Tom LaneDoc: fix oversights in "Client/Server Character Set...
2018-09-01 Alexander KorotkovImplement "pg_ctl logrotate" command
2018-08-30 Alvaro Herrerapg_verify_checksums: rename -d to --verbose
2018-08-30 Alvaro HerreraMention change of width of values generated by SERIAL...
2018-08-28 Michael PaquierRework option set of vacuumlo
2018-08-28 Michael PaquierRework option set of oid2name
2018-08-25 Bruce Momjiandoc: "Latest checkpoint location" will not match in...
2018-08-25 Bruce Momjiandoc: add doc link for 'applicable_roles'
2018-08-25 Bruce Momjiandocs: Clarify pg_ctl initdb option text to match optio...
2018-08-25 Bruce Momjiandocs: clarify plpython SD and GD dictionary behavior
2018-08-24 Michael PaquierFix documentation for run-time partition pruning
2018-08-24 Andres FreundRequire C99 (and thus MSCV 2013 upwards).
2018-08-23 Tom LaneIn libpq, don't look up all the hostnames at once.
2018-08-23 Peter EisentrautCopy-editing of pg_verify_checksums help and ref page
2018-08-23 Alvaro HerreraReturn type of txid_status is text, not txid_status
2018-08-22 Peter Eisentrautdoc: Clarify some wording in PL/pgSQL about transactions
2018-08-22 Peter EisentrautChange PROCEDURE to FUNCTION in CREATE TRIGGER syntax
2018-08-22 Peter EisentrautChange PROCEDURE to FUNCTION in CREATE OPERATOR syntax
2018-08-22 Peter Eisentrautdoc: Update uses of the word "procedure"
2018-08-21 Alvaro HerreraFix typo
2018-08-18 Tom LaneDoc: remove obsolete advice about manually inserting...
2018-08-17 Michael PaquierMention ownership requirements for REFRESH MATERIALIZED...
2018-08-16 Thomas MunroProof-reading for documentation.
2018-08-14 Peter Eisentrautdoc: Update broken links
2018-08-13 Tom LaneFix libpq's implementation of per-host connection timeouts.
2018-08-10 Alexander KorotkovAdd missing documentation for argument of amcostestimate()
2018-08-10 Alexander KorotkovFix misspelled pg_trgm contrib name in PostgreSQL 11...
2018-08-09 Alvaro HerreraAdd RECURSIVE to documentation index
2018-08-09 Tom LaneDocument need to clear MAKELEVEL when invoking PG build...
2018-08-09 Bruce Momjiandocs: Only first instance of a PREPARE parameter sets...
2018-08-09 Michael PaquierRestrict access to reindex of shared catalogs for non...
2018-08-08 Peter GeogheganDoc: Correct description of amcheck example query.
2018-08-06 Tom LaneLast-minute updates for release notes.
2018-08-05 Tom LaneRelease notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.
2018-08-05 Tom LaneDoc: fix incorrectly stated argument list for pgcrypto...
2018-08-05 Heikki LinnakangasRemove support for tls-unique channel binding.
2018-08-05 Tom LaneUpdate version 11 release notes.
2018-08-03 Tom LaneFirst-draft release notes for 10.5.
2018-08-03 Alvaro HerreraAdd 'n' to list of possible values to pg_default_acl...
2018-08-03 Alvaro HerreraFix pg_replication_slot example output
2018-08-01 Tom LaneFix libpq's code for searching .pgpass; rationalize...
2018-08-01 Robert HaasUpdate parallel.sgml for Parallel Append
2018-07-31 Andrew GierthProvide for contrib and pgxs modules to install include...
2018-07-31 Andrew DunstanRemove SGMLism from commit 2d36a5e9dab6
2018-07-31 Andrew DunstanProvide a log_level setting for auto_explain
2018-07-30 Peter Eisentrautdoc: Improve CREATE COLLATION locking documentation
2018-07-30 Tom LaneDoc: fix oversimplified example for CREATE POLICY.
2018-07-30 Peter EisentrautAdd ssl_library preset parameter
2018-07-29 Noah MischDocument security implications of qualified names.
2018-07-24 Tomas VondraAdd strict_multi_assignment and too_many_rows plpgsql...
2018-07-24 Andres Freunddoc: Fix reference to "decoder" to instead be the corre...
2018-07-24 Peter Eisentrautpsql: Add option for procedures to \df
2018-07-23 Andres FreundMop-up for 3522d0eaba5, which missed some alternative...
2018-07-22 Andres FreundHand code string to integer conversion for performance.
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-07-19 Heikki LinnakangasExpand run-time partition pruning to work with MergeAppend
2018-07-18 Tom LaneDrop the rule against included index columns duplicatin...
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-17 Alvaro Herreradoc: move PARTITION OF stanza to just below PARTITION BY
2018-07-16 Peter EisentrautAdd plan_cache_mode setting
2018-07-16 Peter Eisentrautdoc: Update redirecting links
2018-07-13 Tom LaneFix crash in contrib/ltree's lca() function for empty...
2018-07-13 Peter EisentrautUpdate documentation editor setup instructions
2018-07-13 Bruce Momjiandocs: Remove "New" description of the libpqxx interface
2018-07-13 Peter EisentrautProhibit transaction commands in security definer proce...
2018-07-13 Peter EisentrautRemove obsolete documentation build tools for Windows
2018-07-13 Thomas MunroAdd pg_dump --on-conflict-do-nothing option.
2018-07-12 Tom LaneDoc: minor improvement in pl/pgsql FETCH/MOVE documenta...
2018-07-12 Tom LaneDoc: clarify release note text about v11's new window...
2018-07-12 Tom LaneDoc: update documentation for requirement of ORDER...
2018-07-10 Michael PaquierBlock replication slot advance for these not yet reserv...
2018-07-10 Peter EisentrautRemove dynamic_shared_memory_type=none
2018-07-09 Michael PaquierAdd pg_rewind --no-sync
2018-07-09 Bruce Momjianrel notes: mention enabling of parallelism in PG 10
2018-07-09 Michael PaquierFix table format in documentation for I/O wait events
2018-07-08 Jeff DavisFix WITH CHECK OPTION on views referencing postgres_fdw...
2018-07-06 Michael PaquierAdd note in pg_rewind documentation about read-only...
2018-07-05 Peter Eisentrautdoc: Reword old inheritance partitioning documentation
2018-07-05 Peter Eisentrautdoc: Fix typos
2018-07-04 Peter Eisentrautdoc: Reorganize CREATE TABLE / LIKE option documentation
2018-07-02 Michael PaquierAdd wait event for fsync of WAL segments
2018-07-01 Peter EisentrautFix libpq example programs
2018-06-30 Andrew DunstanStamp HEAD as 12devel
2018-06-29 Peter EisentrautDocumentation spell checking and markup improvements
2018-06-29 Peter Eisentrautdoc: Replace non-ASCII lines in psql example output
2018-06-29 Michael PaquierReplace search.cpan.org with metacpan.org
next