Commit Graph

36307 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
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
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
Tom Lane fac83dbd6f Remove underflow error in float division with infinite divisor. 5 years ago
Tom Lane 9e38c2bb50 Declare assorted array functions using anycompatible not anyelement. 5 years ago
Tom Lane 5c292e6b90 Declare lead() and lag() using anycompatible not anyelement. 5 years ago
Tom Lane 40c24bfef9 Improve our ability to regurgitate SQL-syntax function calls. 5 years ago
Tom Lane f21636e5d5 Remove useless entries for aggregate functions from fmgrtab.c. 5 years ago
Fujii Masao 113d3591b8 Fix segmentation fault that commit ac22929a26 caused. 5 years ago
Peter Eisentraut 560564d3ad Enable hash partitioning of text arrays 5 years ago
Heikki Linnakangas 37d2ff3803 pg_rewind: Refactor the abstraction to fetch from local/libpq source. 5 years ago
Heikki Linnakangas f81e97d047 pg_rewind: Replace the hybrid list+array data structure with simplehash. 5 years ago
Heikki Linnakangas eb00f1d4bf Refactor pg_rewind for more clear decision making. 5 years ago
Heikki Linnakangas ffb4e27e9c pg_rewind: Move syncTargetDirectory() to file_ops.c 5 years ago
Fujii Masao ac22929a26 Get rid of the dedicated latch for signaling the startup process. 5 years ago
Fujii Masao 02d332297f Use standard SIGHUP handler in syslogger. 5 years ago
Thomas Munro 9f12a3b95d Tolerate version lookup failure for old style Windows locale names. 5 years ago
Michael Paquier e152506ade Revert pg_relation_check_pages() 5 years ago
Tomas Vondra 90851d1d26 Use INT64_FORMAT to print int64 variables in sort debug 5 years ago
Tomas Vondra ebb7ae839d Fix get_useful_pathkeys_for_relation for volatile expressions 5 years ago
Tom Lane 92f87182f2 Guard against core dump from uninitialized subplan. 5 years ago
Tom Lane 17fb60387c Improve error messages around REPLICATION and BYPASSRLS properties. 5 years ago
Tom Lane d907bd0543 Allow users with BYPASSRLS to alter their own passwords. 5 years ago
Peter Eisentraut bf797a8d97 Disallow ALTER TABLE ONLY / DROP EXPRESSION 5 years ago
Peter Eisentraut 2f70fdb064 Remove deprecated containment operators for built-in types 5 years ago
Magnus Hagander 44a184cb68 Use the non-deprecated TG_TABLE_MAME in test trigger 5 years ago
Magnus Hagander 13cfa02f77 Improve error handling in backend OpenSSL implementation 5 years ago
Peter Eisentraut 3165426e54 Remove use of deprecated containment operators in tests 5 years ago
Amit Kapila 8c2d8f6cc4 Fix typos. 5 years ago
Tom Lane 0a4b340312 Fix unportable use of getnameinfo() in pg_hba_file_rules view. 5 years ago
Tom Lane e1339bfc7a Remove special checks for pg_rewrite.ev_qual and ev_action being NULL. 5 years ago
Tom Lane 8e1f37c07a Rethink the generation rule for fmgroids.h macros. 5 years ago
Tom Lane fd2997565c Second thoughts on TOAST decompression. 5 years ago
Peter Eisentraut dd26a0ad76 Use PG_GETARG_TRANSACTIONID where appropriate 5 years ago