Commit Graph

50361 Commits (f2a69b352de1dffc534c4835010e736018aa94de)
 

Author SHA1 Message Date
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
Tom Lane ec29427ce2 Fix and simplify some usages of TimestampDifference(). 5 years ago
Bruce Momjian b8b6a0124b doc: fix spelling "connction" to "connection" 5 years ago
Tom Lane 97f73a978f Work around cross-version-upgrade issues created by commit 9e38c2bb5. 5 years ago
Heikki Linnakangas 72d172743e pg_rewind: Fix thinko in parsing target WAL. 5 years ago
Magnus Hagander 3f16cb505d Fix out of date comment 5 years ago
Magnus Hagander d2e4bf688e Remove -o option to postmaster 5 years ago
Andres Freund 6c57f2ed16 jit: Add support for LLVM 12. 5 years ago
Tom Lane 24b83a5082 Doc: clarify data type behavior of COALESCE and NULLIF. 5 years ago
Peter Geoghegan 180cf876d4 Remove ineffective heapam CHECK_FOR_INTERRUPTS(). 5 years ago
Noah Misch 098fb00799 Ignore attempts to \gset into specially treated variables. 5 years ago
Noah Misch 0c3185e963 In security-restricted operations, block enqueue of at-commit user code. 5 years ago
Magnus Hagander 8f113698b6 Remove analyze_new_cluster script from pg_upgrade 5 years ago
Magnus Hagander 7e84dd2120 Remove incorrect %s in string 5 years ago
Fujii Masao ef60de67eb doc: Add note about pg_settings and customized options into catalogs.sgml. 5 years ago
Thomas Munro 3636efa119 Fix parsePGArray() error checking in pg_dump. 5 years ago
Tom Lane 8b39345a9d In INSERT/UPDATE, use the table's real tuple descriptor as target. 5 years ago
Thomas Munro d50e3b1f8d Fix assertion in collation version lookup. 5 years ago
Peter Eisentraut 8cff66d309 Fix test for error message change 5 years ago
Peter Geoghegan 5a2f154a2e Improve nbtree README's LP_DEAD section. 5 years ago
Alvaro Herrera 52eec1c53a
Message style improvements 5 years ago
Peter Eisentraut 6be725e701 Fix redundant error messages in client tools 5 years ago
Tom Lane eed4356fad Avoid re-using output variables in new ecpg test case. 5 years ago
Tom Lane 1e3868ab3b Fix ecpg's mishandling of B'...' and X'...' literals. 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Peter Eisentraut b4c9695e79 Move catalog toast table declarations 5 years ago
Alvaro Herrera 623644f02c
Plug memory leak in index_get_partition 5 years ago
Michael Paquier a05dbf477b Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories 5 years ago
Michael Paquier ceaeac54f7 Fix minor issues with new unicode {de,re}composition code 5 years ago
Tomas Vondra 7577dd8480 Properly detoast data in brin_form_tuple 5 years ago
Tom Lane eeda7f6338 Revert "Accept relations of any kind in LOCK TABLE". 5 years ago
Tom Lane d3adaabaf7 Revert "pg_dump: Lock all relations, not just plain tables". 5 years ago
Fujii Masao 53f614f130 pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers. 5 years ago
Magnus Hagander 5ee180a394 Add pg_strong_random_init function to initialize random number generator 5 years ago
Amit Kapila 4f841ce3f7 Use strlcpy instead of memcpy for copying the slot name in pgstat.c. 5 years ago
Peter Geoghegan efc5dcfd8a Fix wal_consistency_checking nbtree bug. 5 years ago
Tom Lane 5b7bfc3972 Don't throw an error for LOCK TABLE on a self-referential view. 5 years ago
Peter Geoghegan 48e1291342 Fix nbtree cleanup-only VACUUM stats inaccuracies. 5 years ago
Thomas Munro c732c3f8c1 Fix unlinking of SLRU segments. 5 years ago