Commit Graph

21125 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Alvaro Herrera 7684b6fbed
indexcmds.c: reorder function prototypes 6 years ago
Peter Geoghegan a034f8b60c nbtree: Rename nbtinsert.c variables for consistency. 6 years ago
Amit Kapila 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 6 years ago
Tom Lane 2bd49b493a Don't Insert() a VFD entry until it's fully built. 6 years ago
Alvaro Herrera cd9c1b3e19
Rename PGPROC->vacuumFlags to statusFlags 6 years ago
Tom Lane 4025e6c466 Do not return NULL for error cases in satisfies_hash_partition(). 6 years ago
Tom Lane ad84ecc98d Use "true" not "TRUE" in one ICU function call. 6 years ago
Peter Eisentraut d93ccdea1d Remove unused and deprecated strategy numbers from BRIN code 6 years ago
Peter Eisentraut 5664b7be5b Normalize comment in empty grammar rules 6 years ago
Peter Eisentraut 591d282e8d Remove code handling removed deprecated containment operators 6 years ago
Fujii Masao 2945a488a3 Make the standby server promptly handle interrupt signals. 6 years ago
Michael Paquier 846005e4f3 Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA 6 years ago
Tom Lane 29d29d652f Fix fuzzy thinking about amcanmulticol versus amcaninclude. 6 years ago
Peter Geoghegan 46cf3c72c3 nbtree: Demote incomplete split "can't happen" error. 6 years ago
Tom Lane ff94205787 Suppress "warning: variable 'collcollate' set but not used". 6 years ago
Tom Lane 92bf7e2d02 Provide the OR REPLACE option for CREATE TRIGGER. 6 years ago
Michael Paquier 788dd0b839 Fix some typos 6 years ago
Tom Lane ec0294fb2c Support negative indexes in split_part(). 6 years ago
Bruce Momjian 66a8f09048 change wire protocol data type for history file content 6 years ago
Peter Eisentraut 1b2b19f758 Clean up optional rules in grammar 6 years ago
Fujii Masao 1a2ae7c50f Use standard SIGHUP and SIGTERM handlers in walreceiver. 6 years ago
Fujii Masao b62e6056a0 pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW. 6 years ago
Michael Paquier 03f9cd93ea Remove useless SHA256 initialization when not using backup manifests 6 years ago
Tomas Vondra 42c63ab6e2 Remove duplicate code in brin_memtuple_initialize 6 years ago
Peter Eisentraut 0af302af40 Fix some stray whitespace in parser files 6 years ago
Peter Eisentraut c77f6f50e4 Fix cases of discarding result from list API functions 6 years ago
Tom Lane ec29427ce2 Fix and simplify some usages of TimestampDifference(). 6 years ago
Magnus Hagander 3f16cb505d Fix out of date comment 6 years ago
Magnus Hagander d2e4bf688e Remove -o option to postmaster 6 years ago
Andres Freund 6c57f2ed16 jit: Add support for LLVM 12. 6 years ago
Peter Geoghegan 180cf876d4 Remove ineffective heapam CHECK_FOR_INTERRUPTS(). 6 years ago
Noah Misch 0c3185e963 In security-restricted operations, block enqueue of at-commit user code. 6 years ago
Thomas Munro d50e3b1f8d Fix assertion in collation version lookup. 6 years ago
Peter Geoghegan 5a2f154a2e Improve nbtree README's LP_DEAD section. 6 years ago
Alvaro Herrera 52eec1c53a
Message style improvements 6 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 6 years ago
Peter Eisentraut b4c9695e79 Move catalog toast table declarations 6 years ago
Alvaro Herrera 623644f02c
Plug memory leak in index_get_partition 6 years ago
Michael Paquier a05dbf477b Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories 6 years ago
Tomas Vondra 7577dd8480 Properly detoast data in brin_form_tuple 6 years ago
Tom Lane eeda7f6338 Revert "Accept relations of any kind in LOCK TABLE". 6 years ago
Magnus Hagander 5ee180a394 Add pg_strong_random_init function to initialize random number generator 6 years ago
Amit Kapila 4f841ce3f7 Use strlcpy instead of memcpy for copying the slot name in pgstat.c. 6 years ago
Peter Geoghegan efc5dcfd8a Fix wal_consistency_checking nbtree bug. 6 years ago
Tom Lane 5b7bfc3972 Don't throw an error for LOCK TABLE on a self-referential view. 6 years ago
Peter Geoghegan 48e1291342 Fix nbtree cleanup-only VACUUM stats inaccuracies. 6 years ago
Thomas Munro c732c3f8c1 Fix unlinking of SLRU segments. 6 years ago
Tom Lane 40c24bfef9 Improve our ability to regurgitate SQL-syntax function calls. 6 years ago
Tom Lane f21636e5d5 Remove useless entries for aggregate functions from fmgrtab.c. 6 years ago
Fujii Masao 113d3591b8 Fix segmentation fault that commit ac22929a26 caused. 6 years ago