Commit Graph

11636 Commits (59a984e637c8dd27ee7dce0aaa0bb06c281cb716)

Author SHA1 Message Date
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. 5 months ago
Michael Paquier d331243dc9 doc: Inform about aminsertcleanup optional NULLness 5 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 10 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. 11 months ago
Tom Lane 0b713b94b3 Avoid breaking SJIS encoding while de-backslashing Windows paths. 11 months ago
John Naylor 6555fe1979 Revert "Speed up tail processing when hashing aligned C strings, take two" 11 months ago
Noah Misch f4af4515bb At update of non-LP_NORMAL TID, fail instead of corrupting page header. 11 months ago
Noah Misch 1587f7b9fc Merge copies of converting an XID to a FullTransactionId. 11 months ago
Tom Lane b7bad919e1 Avoid using timezone Asia/Manila in regression tests. 11 months ago
Tom Lane a0dfeae0dc Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 12 months ago
Heikki Linnakangas 96e61b2792 Fix catcache invalidation of a list entry that's being built 12 months ago
Álvaro Herrera ffd9b81346
Fix SLRU bank selection code 12 months ago
Thomas Munro af109e3399 Provide 64-bit ftruncate() and lseek() on Windows. 12 months ago
Thomas Munro 66aaabe7a1 Restore smgrtruncate() prototype in back-branches. 12 months ago
Heikki Linnakangas e998901b88 Remove duplicate definitions in proc.h 12 months ago
Tom Lane 15b4c46c32 Exclude parallel workers from connection privilege/limit checks. 1 year ago
Tom Lane 14141bbbc1 Reserve a PGPROC slot and semaphore for the slotsync worker process. 1 year ago
Noah Misch fa61313770 In REASSIGN OWNED of a database, lock the tuple as mandated. 1 year ago
Thomas Munro 0350b876b0 Fix corruption when relation truncation fails. 1 year ago
Masahiko Sawada a12b0f3a9d Include necessary header files in radixtree.h. 1 year ago
Tom Lane 556f7b7bc1 Simplify executor's determination of whether to use parallelism. 1 year ago
Tom Lane ec7b89cc53 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 1 year ago
Álvaro Herrera b0e572819d
Clean up newlines following left parentheses 1 year ago
Peter Eisentraut f3834c12af Fix C23 compiler warning 1 year ago
Tom Lane 97be02ad00 Fix NULLIF()'s handling of read-write expanded objects. 1 year ago
Thomas Munro 0813a5e691 Assume that <stdbool.h> conforms to the C standard. 1 year ago
Amit Kapila 5f46439d59 Doc: Clarify the `inactive_since` field description. 1 year ago
Heikki Linnakangas e3b249c6d8 Make the memory layout of Port struct independent of USE_OPENSSL 1 year ago
Tom Lane 6bfacd368b Undo unintentional ABI break in struct ResultRelInfo. 1 year ago
Tom Lane 5f28e6ba7f Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 1 year ago
Michael Paquier 1d6a03ea41 Fix race conditions with drop of reused pgstats entries 1 year ago
Tom Lane cd82afdda5 Fix improper interactions between session_authorization and role. 1 year ago
Nathan Bossart 0a883a067b Fix sign-compare warnings in pg_iovec.h. 1 year ago