Commit Graph

2159 Commits (9889b3b64fe6bb52084159ae9bc5f2f5943fdd8a)

Author SHA1 Message Date
Tom Lane c0887b39dc Harden _int_matchsel() against being attached to the wrong operator. 4 weeks ago
Noah Misch 1d7b02711f For inplace update, send nontransactional invalidations. 3 months ago
Andres Freund 965d0a0b8b ci: Per-repo configuration for manually trigger tasks 7 months ago
Tom Lane 4b53cb493f Fix back-patching of memset_s() fixes. 10 months ago
Tom Lane a39eb9c77f Fix detection and handling of strchrnul() for macOS 15.4. 11 months ago
Andres Freund d9bc607052 meson: Flush stdout in testwrap 12 months ago
Andres Freund 01784793fc Add test of various escape functions 1 year ago
Heikki Linnakangas 91fc447c21 Fix catcache invalidation of a list entry that's being built 1 year ago
Tom Lane 7b456f040f Avoid mislabeling of lateral references, redux. 1 year ago
Thomas Munro 06d601edc7 Skip SectionMemoryManager.h in cpluspluscheck. 1 year ago
Andres Freund c26831e736 ci: Fix cached MacPorts installation management 1 year ago
Peter Eisentraut 56265ed6a1 Fix typo 1 year ago
Thomas Munro 0f6d902308 Assume that <stdbool.h> conforms to the C standard. 1 year ago
Álvaro Herrera ea1649c352
Avoid deleting critical WAL segments during pg_rewind 1 year ago
Noah Misch c335264c9e src/tools/msvc: Respect REGRESS_OPTS in plcheck. 1 year ago
Tom Lane 168579e23b Avoid bizarre meson behavior with backslashes in command arguments. 1 year ago
Nathan Bossart 562289460e Ensure cached plans are correctly marked as dependent on role. 1 year ago
Thomas Munro ee67b73f59 Monkey-patch LLVM code to fix ARM relocation bug. 1 year ago
Tom Lane 5e08ac63a2 Use portable diff options in pg_bsd_indent's regression test. 1 year ago
Noah Misch 6f9dd2282e Revert "For inplace update, send nontransactional invalidations." 1 year ago
Noah Misch ce8c571d01 For inplace update, send nontransactional invalidations. 1 year ago
Álvaro Herrera 2aaf2a28b8
Restructure foreign key handling code for ATTACH/DETACH 1 year ago
Daniel Gustafsson f21e51ea73 Remove incorrect function import from pgindent 1 year ago
Bruce Momjian 43a6b90aae Improve Perl script which adds commit links to release notes 1 year ago
Bruce Momjian dab80b9303 scripts: add Perl script to add links to release notes 1 year ago
Andrew Dunstan 0a0db46313 Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required 2 years ago
Thomas Munro 1553c84960 ci: Upgrade MacPorts version to 2.10.1. 2 years ago
Daniel Gustafsson 441eba34df Fix building with MSVC for TLS session disabling 2 years ago
Thomas Munro daca4f1419 ci: Pin MacPorts version to 2.9.3. 2 years ago
Thomas Munro 9302f6fa58 ci: Upgrade macOS version from 13 to 14. 2 years ago
Thomas Munro 31423bc448 Cope with <regex.h> name clashes. 2 years ago
Noah Misch 288426902e Make TAP todo_start effects the same under Meson and prove_check. 2 years ago
Heikki Linnakangas b5b418b689 Fix MVCC bug with prepared xact with subxacts on standby 2 years ago
Amit Kapila a9155efc70 Fix the missing table sync due to improper invalidation handling. 2 years ago
Tom Lane dd3fddc851 Fix MSVC recipe for ecpg regression tests, redux. 2 years ago
Tom Lane 0018f0af5a Fix MSVC recipe for ecpg regression tests. 2 years ago
Thomas Munro 0460e4ecc0 Fix gai_strerror() thread-safety on Windows. 2 years ago
Michael Paquier f33e83285a Fix various issues with ALTER TEXT SEARCH CONFIGURATION 2 years ago
Tom Lane efa8f60640 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
David Rowley ef7c365551 Ensure we use the correct spelling of "ensure" 2 years ago
Thomas Munro f899c7f1ea Fix exception safety bug in typcache.c. 3 years ago
Andres Freund e8a8cd05d4 ci: Make compute resources for CI configurable 3 years ago
Thomas Munro f58af9f416 ExtendBufferedWhat -> BufferManagerRelation. 3 years ago
Andrew Dunstan f938acd68b Cache by-reference missing values in a long lived context 3 years ago
Andres Freund dd2a731d9c ci: macos: use cached macports install 3 years ago
Andres Freund eeb28a2d94 pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diff 3 years ago
Peter Eisentraut 3d9fd1a874 Allow and require passing files on command line of pgperltidy 3 years ago
Tatsuo Ishii ae66716bf3 Fix make_etags breakage on certain platforms. 3 years ago
Noah Misch 0c52437020 src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work. 3 years ago
Noah Misch 6e723f6d7b src/tools/msvc: Move all.sym temporary file back to Debug/postgres. 3 years ago