Commit Graph

57675 Commits (87fbbd48c2b8564783f22e076f63d90de099128c)
 

Author SHA1 Message Date
Álvaro Herrera 87fbbd48c2
Have psql's "\? variables" show csv_fieldsep 2 months ago
Peter Eisentraut 7180d56c56 Tighten check for generated column in partition key expression 2 months ago
Álvaro Herrera 6ef33c8051
BRIN autosummarization may need a snapshot 2 months ago
Michael Paquier 9b61096074 Fix unconditional WAL receiver shutdown during stream-archive transition 2 months ago
Noah Misch 4c2895629f Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 2 months ago
Tom Lane d5e9c71150 Avoid mixing void and integer in a conditional expression. 2 months ago
Bruce Momjian d4e4cecace doc: rewrite random_page_cost description 2 months ago
Andres Freund fca4f5f62d ci: macos: Upgrade to Sequoia 2 months ago
Andres Freund 2533c0f262 ci: Fix Windows and MinGW task names 2 months ago
Michael Paquier e3714dc059 Fix regression with slot invalidation checks 2 months ago
David Rowley cdc04a6c33 Fix bogus use of "long" in AllocSetCheck() 2 months ago
David Rowley a546964db6 Fix incorrect logic for caching ResultRelInfos for triggers 2 months ago
Daniel Gustafsson a978882dfd doc: Remove mention of Git protocol support 2 months ago
Tom Lane a883868959 Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane cbfd4d0f88 Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Fujii Masao 4d707f2fd7 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Masahiko Sawada 0b36c326aa Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley 3398b0d027 Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Fujii Masao 4fd916eab9 Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Fujii Masao 2e55cf4efc Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Nathan Bossart eaf73340cd Add .abi-compliance-history to back-branches. 2 months ago
Nathan Bossart c70341ed7a Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart 63a5b1f894 Re-pgindent brin.c. 2 months ago
David Rowley ef915bf936 Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier 9666ce889e Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane f1e1db780e Fix thinko in commit 7d129ba54. 2 months ago
Tom Lane c865f5b9f0 Don't rely on zlib's gzgetc() macro. 2 months ago
Tom Lane c26a8eaf65 Allow role created by new test to log in on Windows. 2 months ago
Álvaro Herrera 06c1ee6b75
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart fae0ce5e31 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Daniel Gustafsson bf5b26525b Avoid warnings in tests when openssl binary isn't available 2 months ago
Álvaro Herrera a506b0c0ac
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 5a9af48689 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Tom Lane 9883e3cd1c Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 0a47f054ef Doc: clarify n_distinct_inherited setting 2 months ago
Tom Lane 1518b7d76a Fix issue with reading zero bytes in Gzip_read. 2 months ago
Álvaro Herrera b835759ec7
Stop creating constraints during DETACH CONCURRENTLY 3 months ago
Álvaro Herrera c72b5c5360
dbase_redo: Fix Valgrind-reported memory leak 3 months ago
Peter Geoghegan c160fd4691 Remove overzealous _bt_killitems assertion. 3 months ago
Michael Paquier fa30f0cb06 Fix two typos in xlogstats.h and xlogstats.c 3 months ago
Michael Paquier bfdd1a12d2 Remove state.tmp when failing to save a replication slot 3 months ago
Masahiko Sawada b07682bce3 Fix access-to-already-freed-memory issue in pgoutput. 3 months ago
Tom Lane 46c4478db4 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 3 months ago
Michael Paquier 640590bb42 pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier c0f9fe877e pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Fujii Masao 36c4d30c8f pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch ab16418ee0 Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane b7f6798c05 Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao 8b2e290bde pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane 21ada43a61 Add minimal sleep to stats isolation test functions. 3 months ago