Commit Graph

59954 Commits (4b03a27fafc98e2a34e4e0b5ca44895211e021cc)
 

Author SHA1 Message Date
Nathan Bossart 4b03a27faf Use __attribute__((target(...))) for SSE4.2 CRC-32C support. 10 months ago
Álvaro Herrera 6ba9892f5c
Make GUC_check_errdetail messages full sentences 10 months ago
Álvaro Herrera fd9924542b
Remove redundant relam initialization 10 months ago
Tom Lane 2b41de4a5b ecpg: clean up some other assorted memory leaks. 10 months ago
Tom Lane 85312d95e9 ecpg: put all string-valued tokens returned by pgc.l in local storage. 10 months ago
Tom Lane 0e6060790d ecpg: fix some memory leakage of data-type-related structures. 10 months ago
Andrew Dunstan 5c32c21afe jsonapi: add lexer option to keep token ownership 10 months ago
Andres Freund 262283d5ee ci: Fix cached MacPorts installation management 10 months ago
Nathan Bossart 61171a632d Look up backend type in pg_signal_backend() more cheaply. 10 months ago
Andres Freund 6a5bcf7f7d postmaster: Reduce verbosity of environment dump debug message 10 months ago
Fujii Masao 631db1d4b2 file_fdw: Add regression tests for ON_ERROR and other options. 10 months ago
Fujii Masao af35fe501a pgbench: Ensure previous progress message is fully cleared when updating. 10 months ago
Álvaro Herrera 09d09d4297
Fix pg_get_constraintdef for NOT NULL constraints on domains 10 months ago
Peter Eisentraut 0d884f570b gitattributes: Add .cpp files to whitespace checks 10 months ago
Peter Eisentraut 41272784b9 Fix typo 10 months ago
Peter Eisentraut 96447e9c81 Exclude LLVM files from whitespace checks 10 months ago
Thomas Munro a62d90f2e5 Revert "Blind attempt to fix _configthreadlocale() failures on MinGW." 10 months ago
Thomas Munro 1758d42446 Require ucrt if using MinGW. 10 months ago
Thomas Munro f1da075d9a Remove configure check for _configthreadlocale(). 10 months ago
Peter Eisentraut 63e10988f8 Improve slightly misleading internal error message 10 months ago
Amit Kapila 9d7aa406d0 Fix buildfarm failure from commit 8fcd80258b. 10 months ago
Peter Eisentraut 85b7efa1cd Support LIKE with nondeterministic collations 10 months ago
Amit Kapila 8fcd80258b Improve error message for replication of generated columns. 10 months ago
Michael Paquier d0eb4297cc Handle better implicit transaction state of pipeline mode 10 months ago
Bruce Momjian 6e80951f49 Fix commit 641a5b7a14 for "nbsp" output in SVG files 10 months ago
Andres Freund b8f9afc81f Distinguish between AcquireExternalFD and epoll_create1 / kqueue failing 10 months ago
Peter Eisentraut 4ee130c6e0 meson: Build pgevent as shared_module rather than shared_library 10 months ago
Álvaro Herrera e6c32d9fad
Clean up newlines following left parentheses 10 months ago
Peter Eisentraut 2a7b2d9717 Improve InitShmemAccess() prototype 10 months ago
Richard Guo e15e567137 Fix test case from a8ccf4e93 10 months ago
Michael Paquier 91f5a4a000 pg_amcheck: Use CppAsString2() for relkind and relpersistence in queries 10 months ago
Richard Guo cc4c90cef9 Remove dead code in get_param_path_clause_serials() 10 months ago
Richard Guo a8ccf4e93a Reordering DISTINCT keys to match input path's pathkeys 10 months ago
Tom Lane 5b8728cd7f Fix NULLIF()'s handling of read-write expanded objects. 10 months ago
Noah Misch 4ba84de459 Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE. 10 months ago
Nathan Bossart 96a81c1be9 pg_dump: Add dumpSchema and dumpData derivative flags. 10 months ago
Thomas Munro 648333a99f Clean up <stdbool.h> reference in meson.build. 10 months ago
Tom Lane 5980f1884f Update configure probes for CFLAGS needed for ARM CRC instructions. 10 months ago
Tom Lane 4570b22666 Support runtime CRC feature probing on NetBSD/ARM using sysctl(). 10 months ago
Peter Eisentraut 32a2aa77ef Add support for Tcl 9 10 months ago
Thomas Munro bc5a4dfcf7 Assume that <stdbool.h> conforms to the C standard. 10 months ago
Alexander Korotkov d4d11940df Remove the wrong assertion from match_orclause_to_indexcol() 10 months ago
Amit Kapila d05a387d9d Doc: Clarify the `inactive_since` field description. 10 months ago
Michael Paquier db80507d98 Simplify some SPI tests of PL/Python 10 months ago
Michael Paquier 2ff7c913d9 doc: Fix example with __next__() in PL/Python function 10 months ago
Noah Misch 5de08f136a Test "options=-crole=" and "ALTER DATABASE SET role". 10 months ago
Alexander Korotkov ae4569161a Teach bitmap path generation about transforming OR-clauses to SAOP's 10 months ago
Alexander Korotkov d4378c0005 Transform OR-clauses to SAOP's during index matching 10 months ago
Jeff Davis 869ee4f10e Disallow modifying statistics on system columns. 10 months ago
Nathan Bossart efdc7d7475 Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h. 10 months ago