Commit Graph

55561 Commits (00bdbaca6056bca183d823873484f3e64d463f69)
 

Author SHA1 Message Date
Andres Freund 00bdbaca60 Backpatch: Fix warnings about declaration of environ on MinGW 1 month ago
Álvaro Herrera 42fa4dba84
Have psql's "\? variables" show csv_fieldsep 1 month ago
Peter Eisentraut 643a5e96c7 Tighten check for generated column in partition key expression 1 month ago
Álvaro Herrera 23ddadf683
BRIN autosummarization may need a snapshot 1 month ago
Michael Paquier da5ea6c70b Fix unconditional WAL receiver shutdown during stream-archive transition 1 month ago
Noah Misch e1dd1f924e Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 1 month ago
Tom Lane cd55abab4f Avoid mixing void and integer in a conditional expression. 2 months ago
Bruce Momjian 3f76f656f9 doc: rewrite random_page_cost description 2 months ago
Andres Freund a027ce3259 ci: macos: Upgrade to Sequoia 2 months ago
Andres Freund 4eac7e3a48 ci: Fix Windows and MinGW task names 2 months ago
David Rowley f3420e006e Fix bogus use of "long" in AllocSetCheck() 2 months ago
David Rowley 2992b9a07e Fix incorrect logic for caching ResultRelInfos for triggers 2 months ago
Daniel Gustafsson 5f0b6f76f8 doc: Remove mention of Git protocol support 2 months ago
Tom Lane 05d8a0869e Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane 4cde732592 Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Fujii Masao c16154bfa2 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Masahiko Sawada 574a656376 Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley b8ecfbe5af Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Fujii Masao caf529aba2 Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Fujii Masao 59b215f721 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Nathan Bossart d9c5e7129d Add .abi-compliance-history to back-branches. 2 months ago
Nathan Bossart d1469c2143 Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart f9790ac546 Re-pgindent brin.c. 2 months ago
David Rowley 810aaf7f27 Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier 4c3795c582 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane 8b9924bce7 Don't rely on zlib's gzgetc() macro. 2 months ago
Álvaro Herrera 4cc3b44459
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart 6c03ae8d6e Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Álvaro Herrera 33202cba8d
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 4a08603a23 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Tom Lane f91666c836 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 46086fb681 Doc: clarify n_distinct_inherited setting 2 months ago
Álvaro Herrera bdae984956
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera 23b316c36a
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan ca0c939086 Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier 5bc057d1f3 Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 0adf424b49 Remove state.tmp when failing to save a replication slot 2 months ago
Masahiko Sawada c40761759f Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Tom Lane 771b106d19 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago
Michael Paquier b5cefc197e pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier 49b5f0b53c pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Fujii Masao bdccb63028 pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch d202ec1fb2 Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 9ca79896ab Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao 704f517711 pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane fa42213d4a Add minimal sleep to stats isolation test functions. 3 months ago
Fujii Masao 5f42008f90 pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Tom Lane afd18f2761 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
David Rowley f00ad440a5 Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley 0057702038 Add missing EPQ recheck for TID Scan 3 months ago