Commit Graph

56524 Commits (cb0cca1880723b4c90c56cdcf3842489ef036800)
 

Author SHA1 Message Date
Michael Paquier cb0cca1880 Fix recovery of 2PC transaction during crash recovery 2 years ago
Tom Lane 8fab4b3480 Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 2 years ago
Nathan Bossart 884eee5bfb Remove db_user_namespace. 2 years ago
David Rowley 2c2eb0d6b2 Shrink memory contexts struct sizes 2 years ago
Nathan Bossart 03d1080d8a Simplify option handling in pg_ctl. 2 years ago
Tom Lane e08d74ca13 Allow plan nodes with initPlans to be considered parallel-safe. 2 years ago
Tom Lane d0d44049d1 Account for optimized MinMax aggregates during SS_finalize_plan. 2 years ago
Tom Lane b8d3dae00f Improve error message for MaxAllocSize overrun in accumArrayResult. 2 years ago
Amit Langote 00f2a2556c Add missing initializations of p_perminfo 2 years ago
Nathan Bossart a0363ab7aa Fix privilege check for SET SESSION AUTHORIZATION. 2 years ago
Nathan Bossart 9987a7bf34 Move privilege check for SET SESSION AUTHORIZATION. 2 years ago
Amit Kapila edca342434 Allow the use of a hash index on the subscriber during replication. 2 years ago
Michael Paquier a5ea825f95 Add indisreplident to fields refreshed by RelationReloadIndexInfo() 2 years ago
Michael Paquier 38ea6aa90e Fix updates of indisvalid for partitioned indexes 2 years ago
Thomas Munro d0c28601ef Remove wal_sync_method=fsync_writethrough on Windows. 2 years ago
Michael Paquier aea7fe33fb Add information about line contents on parsing failure of wait_event_names.txt 2 years ago
Michael Paquier 183a60a628 Remove double quotes from the second column of wait_event_names.txt 2 years ago
Andres Freund c66a7d75e6 Handle DROP DATABASE getting interrupted 2 years ago
Andres Freund 83ecfa9fad Release lock after encountering bogs row in vac_truncate_clog() 2 years ago
Tom Lane 8aac9759bb Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Amit Langote 40b3af72a7 Add missing const qualifier 2 years ago
Amit Langote 328f492d25 Fix code indentation violation in commit b6e1157e7d 2 years ago
Peter Eisentraut e1c83e7b96 Fix untranslatable log message assembly 2 years ago
Michael Paquier ccfca8ea42 Remove duplicated assignment of LLVMJitHandle->lljit 2 years ago
Masahiko Sawada fd48a86c62 Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables. 2 years ago
Nathan Bossart 0fef877538 Rename session_auth_is_superuser to current_role_is_superuser. 2 years ago
Nathan Bossart 411b720343 Teach in-tree getopt_long() to move non-options to the end of argv. 2 years ago
Amit Langote b6e1157e7d Don't include CaseTestExpr in JsonValueExpr.formatted_expr 2 years ago
Amit Langote 785480c953 Pass constructName to transformJsonValueExpr() 2 years ago
Michael Paquier c17164aec8 Simplify some conditions related to [LW]Lock in generate-wait_event_types.pl 2 years ago
Andres Freund 7a7f13afee meson: Tie adding C++ support to the llvm Meson option 2 years ago
Andres Freund 47caa710ce meson: Pass more feature option through to required kwargs 2 years ago
Andres Freund 2eaa54dde2 pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diff 2 years ago
Daniel Gustafsson e68dd9e907 doc: Clarify the errhint example 2 years ago
Alvaro Herrera c8e43c22be
parallel_schedule: add comment on event_trigger test dependency 2 years ago
Peter Eisentraut 7ef2912519 Remove ancient special case code for dropping oid columns 2 years ago
Peter Eisentraut 5eaa0e92ee Remove ancient special case code for adding oid columns 2 years ago
Peter Eisentraut adf333b4ed Remove obsolete comment about OID support 2 years ago
Peter Eisentraut 8c852ba9a4 Allow some exclusion constraints on partitions 2 years ago
Thomas Munro ce0b0fa3e7 Doc: Adjust libpq docs about thread safety. 2 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 2 years ago
Michael Paquier 11f3669409 pgbench: Move constant into format string 2 years ago
Masahiko Sawada 46ebdfe164 Report index vacuum progress. 2 years ago
Masahiko Sawada f1889729dd Add new parallel message type to progress reporting. 2 years ago
Amit Kapila 26dd0284b9 Add BEGIN/COMMIT for transactional messages during decoding. 2 years ago
Thomas Munro 4e9fa6d56b Don't expose Windows' mbstowcs_l() and wcstombs_l(). 2 years ago
Tom Lane a8b7424684 Be more rigorous about local variables in PostgresMain(). 2 years ago
Peter Eisentraut a44d96add2 Fix pgindent 3 years ago
Peter Eisentraut e53a611523 Message wording improvements 3 years ago
Michael Paquier 9b286858e3 Add more sanity checks with callers of changeDependencyFor() 3 years ago