summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2018-10-15pgbench: Report errors during run betterPeter Eisentraut
2018-10-15Make spelling of "acknowledgment" consistentPeter Eisentraut
2018-10-15Fixes for "Glyph not available" warnings from FOPPeter Eisentraut
2018-10-14Add missed tag in bloom.sgmlAlexander Korotkov
2018-10-14contrib/bloom documentation improvementAlexander Korotkov
2018-10-14Doc: still further copy-editing for v11 release notes.Tom Lane
2018-10-13Doc: further copy-editing for v11 release notes.Tom Lane
2018-10-13Doc: copy-editing for CREATE INDEX reference page.Tom Lane
2018-10-13Make an editing pass over v11 release notes.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-11Remove timetravel extension.Andres Freund
2018-10-09Add "B" suffix for bytes to docsGreg Stark
2018-10-09Add pg_ls_archive_statusdir functionMichael Paquier
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro
2018-10-05doc: update PG 11 release notesBruce Momjian
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-05Add pg_ls_tmpdir functionMichael Paquier
2018-10-04Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-10-02Fix documentation of pgrowlocks using "lock_type" instead of "modes"Michael Paquier
2018-10-01doc: Clarify CREATE TABLESPACE documentationPeter Eisentraut
2018-09-28Correct overflow handling in pgbench.Andres Freund
2018-09-27Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.Andres Freund
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Document aclitem functions and operatorsJoe Conway
2018-09-23Doc: warn against using parallel restore with --load-via-partition-root.Tom Lane
2018-09-22Make GUC wal_sender_timeout user-settableMichael Paquier
2018-09-22doc: JIT is enabled by default in PG 12Bruce Momjian
2018-09-21docs: remove use of escape strings and use bytea hex outputBruce Momjian
2018-09-21Document lock taken on referenced table when adding a foreign keyMichael Paquier
2018-09-20Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-16Add list of acknowledgments to release notesPeter Eisentraut
2018-09-16doc: clarify pg_basebackup's -C/--create-slot descriptionBruce Momjian
2018-09-15In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane
2018-09-11Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane
2018-09-11doc: adjust PG 11 release notesBruce Momjian
2018-09-09Improve behavior of to_timestamp()/to_date() functionsAlexander Korotkov
2018-09-07Refactor installation of extension headers.Andrew Gierth
2018-09-06Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane
2018-09-05Allow extensions to install built as well as unbuilt headers.Andrew Gierth
2018-09-05Make argument names of pg_get_object_address consistent, and fix docs.Tom Lane
2018-09-05docs: improve AT TIME ZONE descriptionBruce Momjian
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-09-03Remove pg_constraint.conincludingAlvaro Herrera
2018-09-01Doc: fix oversights in "Client/Server Character Set Conversions" table.Tom Lane
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-08-30pg_verify_checksums: rename -d to --verboseAlvaro Herrera
2018-08-30Mention change of width of values generated by SERIAL sequencesAlvaro Herrera
2018-08-28Rework option set of vacuumloMichael Paquier