Commit Graph

59703 Commits (f428b1231ccf39eded9db86acb72c87ad8aa0a8f)
 

Author SHA1 Message Date
David Rowley f428b1231c Doc: clarify n_distinct_inherited setting 2 months ago
Tom Lane bf18e9bd70 Fix issue with reading zero bytes in Gzip_read. 2 months ago
Tom Lane eac2b1697d Restore test coverage of LZ4Stream_gets(). 2 months ago
Álvaro Herrera ea06f97eeb
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera f9993ac646
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan ae15cebc20 Remove overzealous _bt_killitems assertion. 3 months ago
Michael Paquier ede2f6b893 Fix two typos in xlogstats.h and xlogstats.c 3 months ago
Michael Paquier 42348839d8 Remove state.tmp when failing to save a replication slot 3 months ago
Masahiko Sawada a61592253e Fix access-to-already-freed-memory issue in pgoutput. 3 months ago
Amit Langote 09f86a42f2 Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions 3 months ago
Tom Lane 1c4671f7b7 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 3 months ago
John Naylor 3549ffb6af Fix reuse-after-free hazard in dead_items_reset 3 months ago
Michael Paquier de6de069d9 pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier 036decbba2 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Jacob Champion c335775908 test_json_parser: Speed up 002_inline.pl 3 months ago
Fujii Masao a912118c60 pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch 6778fbca63 Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 3fc9aa5b02 Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao f39d9164b7 pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane b4ef835f5e Add minimal sleep to stats isolation test functions. 3 months ago
Daniel Gustafsson 53a2246ddf Remove preprocessor guards from injection points 3 months ago
Daniel Gustafsson 2e84996b03 Fix incorrect option name in usage screen 3 months ago
Amit Kapila 2f6e1a4906 Fix LOCK_TIMEOUT handling during parallel apply. 3 months ago
Daniel Gustafsson 0072fb3076 doc: Remove trailing whitespace in xref 3 months ago
Michael Paquier b948c575a6 Fix meson build with -Duuid=ossp when using version older than 0.60 3 months ago
Fujii Masao dc8aa2f586 pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Tom Lane e830896c16 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
David Rowley 0fb06e8933 Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley 3d939a9b1c Add missing EPQ recheck for TID Scan 3 months ago
Tom Lane 047306a3fe Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Noah Misch e127764b65 Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Tom Lane a865b654c7 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Richard Guo d719e2ecb1 Treat JsonConstructorExpr as non-strict 3 months ago
Fujii Masao 9681418987 pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Fujii Masao f7f9c5d658 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Eisentraut f9b41f3e1e CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut 755f01ad74 jit: fix build with LLVM-21 3 months ago
Tom Lane e09adb5b9f Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Tom Lane a220e40d11 Fix oversights in pg_event_trigger_dropped_objects() fixes. 3 months ago
Peter Eisentraut a399db8d59 Silence compiler warnings on clang 21 3 months ago
Tom Lane c0c8ee23c8 Report the correct is_temporary flag for column defaults. 3 months ago
Peter Eisentraut 591aeb5068 Remove stray semicolon at global scope 3 months ago
Michael Paquier fe73a0e6c1 Fix description of WAL record blocks in hash_xlog.h 3 months ago
Michael Paquier f918916cdb Fix incorrect file reference in guc.h 3 months ago
Tom Lane 862980f924 Fix memory leakage in nodeSubplan.c. 3 months ago
Nathan Bossart 15f9eeef62 meson: Build numeric.c with -ftree-vectorize. 4 months ago
Jeff Davis e25453a363 meson: build checksums with extra optimization flags. 4 months ago
Michael Paquier e2dd7b2acf Fix leak with SMgrRelations in startup process 4 months ago
Nathan Bossart 778f391c26 Fix documentation for shmem_startup_hook. 4 months ago
Michael Paquier 3e6dfcfb05 Fix corruption of pgstats shared hashtable due to OOM failures 4 months ago