Commit Graph

59979 Commits (8817e8d3a4e5f00a5583e56a17f5d49a4e21dafd)
 

Author SHA1 Message Date
Michael Paquier 8817e8d3a4 doc: Clarify some terms for pg_createsubscriber 1 year ago
Jeff Davis e3fa2b037c Fix unintentional behavior change in commit e9931bfb75. 1 year ago
David Rowley 4171c44c9b Revert "Introduce CompactAttribute array in TupleDesc" 1 year ago
David Rowley d28dff3f6c Introduce CompactAttribute array in TupleDesc 1 year ago
Bruce Momjian e4c8865196 doc Makefile: issue warning about chars that cannot be output 1 year ago
Michael Paquier 08691ea958 Rework some code handling pg_subscription data in psql and pg_dump 1 year ago
Thomas Munro 75818b3afb RelationTruncate() must set DELAY_CHKPT_START. 1 year ago
Nathan Bossart db6a4a985b Deprecate MD5 passwords. 1 year ago
Dean Rasheed 97173536ed Add a planner support function for numeric generate_series(). 1 year ago
Dean Rasheed 3315235845 Fix #include order in timestamp.c. 1 year ago
Peter Eisentraut 086c84b23d Fix error code for referential action RESTRICT 1 year ago
Tom Lane 2f696453d2 Fix broken list-munging in ecpg's remove_variables(). 1 year ago
Tom Lane e032e4c7dd Avoid mislabeling of lateral references, redux. 1 year ago
Peter Eisentraut 49ae9fd8b7 doc: Fix typo 1 year ago
Peter Eisentraut 5d39becf8b Small indenting fixes in jsonpath_scan.l 1 year ago
Peter Eisentraut 1e08905842 doc: Improve description of referential actions 1 year ago
Peter Eisentraut 4a2dbfc6be Add tests for foreign keys with case-insensitive collations 1 year ago
Alexander Korotkov 5bba0546ee Skip not SOAP-supported indexes while transforming an OR clause into SAOP 1 year ago
David Rowley b6612aedc5 Fix typo in header comment for set_operation_ordered_results_useful 1 year ago
Michael Paquier 18954ce7f6 psql: Sprinkle more CppAsString2() in describe.c 1 year ago
Tom Lane 5c9d8636d3 Avoid mislabeling of lateral references when pulling up a subquery. 1 year ago
Daniel Gustafsson 0c01f509a3 Fix wording in comment 1 year ago
Peter Eisentraut 25ec329afa psql: Add tab completion for COPY (MERGE ... 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
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