Commit Graph

56520 Commits (03d1080d8a95d7ced90043f3aaad7d2aaeaedb1b)
 

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