Commit Graph

14003 Commits (696b0c5fd0a8765fe6dfd075a30be06b448fd615)

Author SHA1 Message Date
Tom Lane 696b0c5fd0 Fix memory leak in repeated SPGIST index scans. 7 years ago
Michael Paquier d5eec4eefd Add pg_partition_tree to display information about partitions 7 years ago
Magnus Hagander 56c0484b2e Fix missing whitespace in pg_dump ref page 7 years ago
Michael Paquier 0993b8ada5 Improve description of pg_attrdef in documentation 7 years ago
Michael Paquier 10074651e3 Add pg_promote function 7 years ago
Michael Paquier 5ef037cf0b List wait events in alphabetical order 7 years ago
Michael Paquier 55853d666c Clarify descriptions of relhassubclass and relispartition in pg_class 7 years ago
Alexander Korotkov 31ff51adc8 Fix some grammar errors in bloom.sgml 7 years ago
Tom Lane 4247db6252 Client-side fixes for delayed NOTIFY receipt. 7 years ago
Peter Eisentraut 5b75a4f826 pgbench: Report errors during run better 7 years ago
Peter Eisentraut 35584fd05f Make spelling of "acknowledgment" consistent 7 years ago
Peter Eisentraut 9274c577f7 Fixes for "Glyph not available" warnings from FOP 7 years ago
Alexander Korotkov 981b64f840 Add missed tag in bloom.sgml 7 years ago
Alexander Korotkov 98afb83905 contrib/bloom documentation improvement 7 years ago
Tom Lane 8f850f2cad Doc: still further copy-editing for v11 release notes. 7 years ago
Tom Lane d3ef93f0eb Doc: further copy-editing for v11 release notes. 7 years ago
Tom Lane 0027915143 Doc: copy-editing for CREATE INDEX reference page. 7 years ago
Tom Lane 5e9d7b226e Make an editing pass over v11 release notes. 7 years ago
Andres Freund cda6a8d01d Remove deprecated abstime, reltime, tinterval datatypes. 7 years ago
Andres Freund 2d10defa77 Remove timetravel extension. 7 years ago
Greg Stark 36e9d413a1 Add "B" suffix for bytes to docs 7 years ago
Michael Paquier c481016201 Add pg_ls_archive_statusdir function 7 years ago
Thomas Munro 212fab9926 Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). 7 years ago
Bruce Momjian 6eb612fea9 doc: update PG 11 release notes 7 years ago
Tom Lane c87cb5f7a6 Allow btree comparison functions to return INT_MIN. 7 years ago
Michael Paquier 9cd92d1a33 Add pg_ls_tmpdir function 7 years ago
Michael Paquier 803b1301e8 Add option SKIP_LOCKED to VACUUM and ANALYZE 7 years ago
Andres Freund c03c1449c0 Fix issues around EXPLAIN with JIT. 7 years ago
Michael Paquier 80810ca629 Fix documentation of pgrowlocks using "lock_type" instead of "modes" 7 years ago
Peter Eisentraut a6949ca34d doc: Clarify CREATE TABLESPACE documentation 7 years ago
Andres Freund 92a0342a90 Correct overflow handling in pgbench. 7 years ago
Andres Freund 27e082b0c6 Clean up in the wake of TupleDescGetSlot() removal / 10763358c3. 7 years ago
Tom Lane fd582317e1 Sync our Snowball stemmer dictionaries with current upstream. 7 years ago
Joe Conway c62dd80cdf Document aclitem functions and operators 7 years ago
Tom Lane 73a6005137 Doc: warn against using parallel restore with --load-via-partition-root. 7 years ago
Michael Paquier db361db2fc Make GUC wal_sender_timeout user-settable 7 years ago
Bruce Momjian 1f7fc7670c doc: JIT is enabled by default in PG 12 7 years ago
Bruce Momjian f77de4b0c0 docs: remove use of escape strings and use bytea hex output 7 years ago
Michael Paquier ce9cf8e7e6 Document lock taken on referenced table when adding a foreign key 7 years ago
Tom Lane 3dc820c43e Teach genbki.pl to auto-generate pg_type entries for array types. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Peter Eisentraut f9907c6ac2 Add list of acknowledgments to release notes 7 years ago
Bruce Momjian da1db40435 doc: clarify pg_basebackup's -C/--create-slot description 7 years ago
Tom Lane 8f32bacc00 In v11, disable JIT by default (it's still enabled by default in HEAD). 7 years ago
Tom Lane 2970afa6cf Add PQresultMemorySize function to report allocated size of a PGresult. 7 years ago
Bruce Momjian 0d45cd96fd doc: adjust PG 11 release notes 7 years ago
Alexander Korotkov cf98467242 Improve behavior of to_timestamp()/to_date() functions 7 years ago
Andrew Gierth 7b6b167fa3 Refactor installation of extension headers. 7 years ago
Tom Lane a5322ca10f Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Andrew Gierth be54b3777f Allow extensions to install built as well as unbuilt headers. 7 years ago