summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reword 'simple comparison' => 'inequality' in pgtrgm.sgmlAlexander Korotkov2020-11-161-1/+1
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-167-48/+212
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-152-10/+29
* nbtree: Demote incomplete split "can't happen" error.Peter Geoghegan2020-11-151-5/+2
* Suppress "warning: variable 'collcollate' set but not used".Tom Lane2020-11-151-1/+1
* Fix timing issue in pg_rewind test.Heikki Linnakangas2020-11-151-1/+1
* Add missing 'the' to pgtrgm.sgmlAlexander Korotkov2020-11-151-1/+1
* Fix alphabetic ordering in typedefs.listAlexander Korotkov2020-11-151-2/+2
* Handle equality operator in contrib/pg_trgmAlexander Korotkov2020-11-159-10/+264
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-1410-114/+408
* Doc: improve partitioning discussion in ddl.sgml.Tom Lane2020-11-141-168/+203
* Fix some typosMichael Paquier2020-11-148-9/+9
* Support negative indexes in split_part().Tom Lane2020-11-134-17/+172
* Remove another test that doesn't work on Windows.Heikki Linnakangas2020-11-131-7/+3
* doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.hBruce Momjian2020-11-121-2/+2
* docs: mention that expression indexes need analyzeBruce Momjian2020-11-121-0/+10
* change wire protocol data type for history file contentBruce Momjian2020-11-122-3/+5
* Remove tests that don't work on Windows.Heikki Linnakangas2020-11-121-11/+3
* pg_trgm: fix crash in 2-item picksplitAndrew Gierth2020-11-121-8/+4
* Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas2020-11-125-105/+481
* Clean up optional rules in grammarPeter Eisentraut2020-11-121-40/+40
* Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sqlAlexander Korotkov2020-11-121-1/+1
* Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao2020-11-121-43/+10
* Fix name of the macro for getting signature length trgm_gist.cAlexander Korotkov2020-11-121-8/+8
* pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao2020-11-124-9/+24
* Remove useless SHA256 initialization when not using backup manifestsMichael Paquier2020-11-121-2/+7
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-111-3/+0
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-114-31/+31
* Remove line missed in previous commitMagnus Hagander2020-11-111-1/+0
* Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander2020-11-112-4/+0
* Add pg_nodiscard decorations to some functionsPeter Eisentraut2020-11-112-33/+33
* Add pg_nodiscard function declaration specifierPeter Eisentraut2020-11-111-0/+12
* Fix cases of discarding result from list API functionsPeter Eisentraut2020-11-112-3/+2
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-107-99/+80
* doc: fix spelling "connction" to "connection"Bruce Momjian2020-11-103-3/+3
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-102-24/+29
* pg_rewind: Fix thinko in parsing target WAL.Heikki Linnakangas2020-11-102-9/+13
* Fix out of date commentMagnus Hagander2020-11-101-2/+1
* Remove -o option to postmasterMagnus Hagander2020-11-104-93/+6
* jit: Add support for LLVM 12.Andres Freund2020-11-092-85/+374
* Doc: clarify data type behavior of COALESCE and NULLIF.Tom Lane2020-11-092-6/+33
* Remove ineffective heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2020-11-091-1/+0
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-095-0/+41
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-096-6/+104
* Remove analyze_new_cluster script from pg_upgradeMagnus Hagander2020-11-097-106/+20
* Remove incorrect %s in stringMagnus Hagander2020-11-091-1/+1
* doc: Add note about pg_settings and customized options into catalogs.sgml.Fujii Masao2020-11-091-4/+8
* Fix parsePGArray() error checking in pg_dump.Thomas Munro2020-11-091-8/+20
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-082-16/+47
* Fix assertion in collation version lookup.Thomas Munro2020-11-081-4/+3