Commit Graph

59955 Commits (97525bc5c8ffb31475d23955d08e9ec9c1408f33)
 

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