Commit Graph

11656 Commits (807b2f261d643944120d29bfab70937ebbd4aad6)

Author SHA1 Message Date
Thomas Munro f24af0e04c Fix O_CLOEXEC flag handling in Windows port. 1 month ago
David Rowley 232e0f5de4 Fix incorrect IndexOptInfo header comment 2 months ago
Heikki Linnakangas d02c03ddc5 Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY 2 months ago
Nathan Bossart e2fb3dfa81 Check for CREATE privilege on the schema in CREATE STATISTICS. 2 months ago
Thomas Munro 03d9140cbd Fix generic read and write barriers for Clang. 2 months ago
Álvaro Herrera 33727aff18
Introduce XLogRecPtrIsValid() 2 months ago
Michael Paquier e7340b484c Fix unconditional WAL receiver shutdown during stream-archive transition 2 months ago
Tom Lane 436d9ed690 Avoid mixing void and integer in a conditional expression. 2 months ago
Fujii Masao 1db2870bb5 Make invalid primary_slot_name follow standard GUC error reporting. 3 months ago
Tom Lane 4c53519e15 Fix incorrect message-printing in win32security.c. 3 months ago
Michael Paquier ede2f6b893 Fix two typos in xlogstats.h and xlogstats.c 3 months ago
Michael Paquier fe73a0e6c1 Fix description of WAL record blocks in hash_xlog.h 4 months ago
Michael Paquier f918916cdb Fix incorrect file reference in guc.h 4 months ago
Dean Rasheed 6195afbe53 Fix concurrent update issue with MERGE. 4 months ago
Dean Rasheed 0b934d3994 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 4 months ago
Michael Paquier 24ee8678f3 Update outdated references to the SLRU ControlLock 4 months ago
Etsuro Fujita 61c3763077 Update obsolete comments in ResultRelInfo struct. 5 months ago
Dean Rasheed a85eddab23 Fix security checks in selectivity estimation functions. 5 months ago
Etsuro Fujita 9048a83c7a Disallow collecting transition tuples from child foreign tables. 5 months ago
John Naylor 21ae8fc5fd Update ICU C++ API symbols 5 months ago
Amit Kapila 8c298324a4 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Tom Lane 635a856279 Fix build breakage on Solaris-alikes with late-model GCC. 6 months ago
Michael Paquier d331243dc9 doc: Inform about aminsertcleanup optional NULLness 6 months ago
Dean Rasheed 91ad1bdef8 Fix concurrent update trigger issues with MERGE in a CTE. 6 months ago
Amit Kapila 24f6c1bd41 Fix the handling of two GUCs during upgrade. 6 months ago
Peter Eisentraut c6d0ef160e Update comment for IndexInfo.ii_NullsNotDistinct 6 months ago
Peter Eisentraut 9d14d40ec5 Fix outdated comment for IndexInfo 6 months ago
Tom Lane 0991249d7a Make sure IOV_MAX is defined. 6 months ago
Masahiko Sawada 45c357e0e8 Fix re-distributing previously distributed invalidation messages during logical decoding. 7 months ago
Tom Lane 5355a2400e Make our usage of memset_s() conform strictly to the C11 standard. 8 months ago
Noah Misch ec5f89e8a2 With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
Michael Paquier 3339847ccd Fix race with synchronous_standby_names at startup 9 months ago
Amit Kapila cadaf0ac46 Fix data loss in logical replication. 9 months ago
Peter Eisentraut b19893b94b Fix code comment 9 months ago
Tom Lane 915e889680 Fix detection and handling of strchrnul() for macOS 15.4. 9 months ago
Tom Lane d6dd2a02ba Fix broken handling of domains in atthasmissing logic. 10 months ago
John Naylor fde7c0164e Silence warning in older versions of Valgrind 11 months ago
Andres Freund 61ad93cdd4 Specify the encoding of input to fmtId() 11 months ago
Andres Freund 7d43ca6fe0 Add pg_encoding_set_invalid() 11 months ago
Masahiko Sawada 9af2b34358 radixtree: Fix crash when non-creator begins iteration over shared tree. 11 months ago
Tom Lane 6e41e9e5e0 Handle default NULL insertion a little better. 12 months ago
Tom Lane 0b713b94b3 Avoid breaking SJIS encoding while de-backslashing Windows paths. 12 months ago
John Naylor 6555fe1979 Revert "Speed up tail processing when hashing aligned C strings, take two" 12 months ago
Noah Misch f4af4515bb At update of non-LP_NORMAL TID, fail instead of corrupting page header. 12 months ago
Noah Misch 1587f7b9fc Merge copies of converting an XID to a FullTransactionId. 12 months ago
Tom Lane b7bad919e1 Avoid using timezone Asia/Manila in regression tests. 12 months ago
Tom Lane a0dfeae0dc Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 1 year ago
Heikki Linnakangas 96e61b2792 Fix catcache invalidation of a list entry that's being built 1 year ago
Álvaro Herrera ffd9b81346
Fix SLRU bank selection code 1 year ago
Thomas Munro af109e3399 Provide 64-bit ftruncate() and lseek() on Windows. 1 year ago