Commit Graph

50249 Commits (bf0aa7c4b83bcf3116c5a3c191bbc677ab3beb59)
 

Author SHA1 Message Date
Michael Paquier bf0aa7c4b8 Add tab completion for CREATE [OR REPLACE] TRIGGER in psql 5 years ago
Peter Geoghegan cf2acaf4dc Deprecate nbtree's BTP_HAS_GARBAGE flag. 5 years ago
Alvaro Herrera 7684b6fbed
indexcmds.c: reorder function prototypes 5 years ago
Peter Geoghegan a034f8b60c nbtree: Rename nbtinsert.c variables for consistency. 5 years ago
Amit Kapila 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 5 years ago
Tom Lane 2bd49b493a Don't Insert() a VFD entry until it's fully built. 5 years ago
Alvaro Herrera cd9c1b3e19
Rename PGPROC->vacuumFlags to statusFlags 5 years ago
Tom Lane 4025e6c466 Do not return NULL for error cases in satisfies_hash_partition(). 5 years ago
Tom Lane ad84ecc98d Use "true" not "TRUE" in one ICU function call. 5 years ago
Bruce Momjian 62b50ad698 doc: update bgwriter description 5 years ago
Bruce Momjian 8ad06bcbe1 doc: clarify how to find pg_type_d.h in the install tree 5 years ago
Peter Eisentraut d93ccdea1d Remove unused and deprecated strategy numbers from BRIN code 5 years ago
Bruce Momjian 481f9dc3dc doc: improve wording of the need for analyze of exp. indexes 5 years ago
Alvaro Herrera bcbd771332
Fix typo 5 years ago
Peter Eisentraut 5664b7be5b Normalize comment in empty grammar rules 5 years ago
Peter Eisentraut 591d282e8d Remove code handling removed deprecated containment operators 5 years ago
Fujii Masao 2945a488a3 Make the standby server promptly handle interrupt signals. 5 years ago
Alexander Korotkov 7adb8feb0f Reword 'simple comparison' => 'inequality' in pgtrgm.sgml 5 years ago
Michael Paquier 846005e4f3 Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA 5 years ago
Tom Lane 29d29d652f Fix fuzzy thinking about amcanmulticol versus amcaninclude. 5 years ago
Peter Geoghegan 46cf3c72c3 nbtree: Demote incomplete split "can't happen" error. 5 years ago
Tom Lane ff94205787 Suppress "warning: variable 'collcollate' set but not used". 5 years ago
Heikki Linnakangas 39f9f04b57 Fix timing issue in pg_rewind test. 5 years ago
Alexander Korotkov b7edb5d96e Add missing 'the' to pgtrgm.sgml 5 years ago
Alexander Korotkov 8afa3795a7 Fix alphabetic ordering in typedefs.list 5 years ago
Alexander Korotkov 935f666650 Handle equality operator in contrib/pg_trgm 5 years ago
Tom Lane 92bf7e2d02 Provide the OR REPLACE option for CREATE TRIGGER. 5 years ago
Tom Lane dbca94510c Doc: improve partitioning discussion in ddl.sgml. 5 years ago
Michael Paquier 788dd0b839 Fix some typos 5 years ago
Tom Lane ec0294fb2c Support negative indexes in split_part(). 5 years ago
Heikki Linnakangas 3bf44303b9 Remove another test that doesn't work on Windows. 5 years ago
Bruce Momjian 152ed04799 doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.h 5 years ago
Bruce Momjian 3370207986 docs: mention that expression indexes need analyze 5 years ago
Bruce Momjian 66a8f09048 change wire protocol data type for history file content 5 years ago
Heikki Linnakangas 951dfa34f4 Remove tests that don't work on Windows. 5 years ago
Andrew Gierth 3836d4b643 pg_trgm: fix crash in 2-item picksplit 5 years ago
Heikki Linnakangas 9c4f5192f6 Allow pg_rewind to use a standby server as the source system. 5 years ago
Peter Eisentraut 1b2b19f758 Clean up optional rules in grammar 5 years ago
Alexander Korotkov 3e8ec5b140 Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql 5 years ago
Fujii Masao 1a2ae7c50f Use standard SIGHUP and SIGTERM handlers in walreceiver. 5 years ago
Alexander Korotkov 8ca8208ace Fix name of the macro for getting signature length trgm_gist.c 5 years ago
Fujii Masao b62e6056a0 pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW. 5 years ago
Michael Paquier 03f9cd93ea Remove useless SHA256 initialization when not using backup manifests 5 years ago
Tomas Vondra 42c63ab6e2 Remove duplicate code in brin_memtuple_initialize 5 years ago
Peter Eisentraut 0af302af40 Fix some stray whitespace in parser files 5 years ago
Magnus Hagander 4e3ffd5981 Remove line missed in previous commit 5 years ago
Magnus Hagander 1e12a495b4 Remove vacuumdb --analyze-in-stages from pg_upgrade tests 5 years ago
Peter Eisentraut a378ba49a5 Add pg_nodiscard decorations to some functions 5 years ago
Peter Eisentraut c617aea6ac Add pg_nodiscard function declaration specifier 5 years ago
Peter Eisentraut c77f6f50e4 Fix cases of discarding result from list API functions 5 years ago