Commit Graph

59716 Commits (199a0ecbcff770f2c99bb4e46d4aff44003c3f98)
 

Author SHA1 Message Date
Michael Paquier 199a0ecbcf Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane 2fa8f94db1 Fix thinko in commit 7d129ba54. 2 months ago
Tom Lane 2efca16339 Don't rely on zlib's gzgetc() macro. 2 months ago
Tom Lane d4e8c37cca Allow role created by new test to log in on Windows. 2 months ago
Álvaro Herrera c945b06d5f
Fix determination of not-null constraint "locality" for inherited columns 2 months ago
Álvaro Herrera 7419c99a25
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart a0551bc573 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Daniel Gustafsson f01c4eb4e9 Avoid warnings in tests when openssl binary isn't available 2 months ago
Michael Paquier 61b5fa029a Fix matching check in recovery test 042_low_level_backup 2 months ago
Álvaro Herrera a8933194e5
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 2bb84ea7ef Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Michael Paquier a734677081 Fix version number calculation for data folder flush in pg_combinebackup 2 months ago
Tom Lane 4c53519e15 Fix incorrect message-printing in win32security.c. 2 months ago
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. 2 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