Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
17 hoursnbtree: Remove useless row compare arg.Peter Geoghegan
19 hoursAvoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera
20 hoursAvoid bogus scans of partitions when validating FKs to partitioned tablesÁlvaro Herrera
35 hoursFix copy-pasto with process count calculation in method_io_uring.cMichael Paquier
2 daysDon't strip $libdir from LOAD commandPeter Eisentraut
3 daysFix incorrect format placeholdersPeter Eisentraut
3 daysRename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
4 daysDisallow "=" in names of reloptions and foreign-data options.Tom Lane
4 daysCorrect heap vacuum boundary state setup orderingMelanie Plageman
4 daysFix incorrect format placeholdersPeter Eisentraut
4 daysRename gist stratnum support functionPeter Eisentraut
4 daysUse replay LSN as target for cascading logical WAL sendersMichael Paquier
5 dayspostgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
6 daysFix MERGE into a plain inheritance parent table.Dean Rasheed
6 daysChange internal plan ID type from uint64 to int64Michael Paquier
7 daysEnsure we have a snapshot when updating various system catalogs.Nathan Bossart
7 daysAllow larger packets during GSSAPI authentication exchange.Tom Lane
7 daysMake XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.Fujii Masao
7 daysChange internal queryid type from uint64 to int64David Rowley
8 daysAdd AioUringCompletion in wait_event_names.txtMichael Paquier
9 daysTighten parsing of datetime input.Tom Lane
9 daysFix memory leakage when function compilation fails.Tom Lane
9 daysFix conversion of SIMILAR TO regexes for character classesMichael Paquier
10 daysFix assertion when decrementing eager scanning success and failure counters.Masahiko Sawada
11 daysImprove file_copy_method entry in postgresql.conf.samplePeter Eisentraut
11 daysdoc: Fix wording in JIT READMEDaniel Gustafsson
14 daysFix per-relation memory leakage in autovacuum.Tom Lane
14 daysFix AlignedAllocRealloc to cope sanely with OOM.Tom Lane
14 daysRevert function to get memory context stats for processesDaniel Gustafsson
2025-05-23Move oauth_validator_libraries in postgresql.conf.samplePeter Eisentraut
2025-05-22Replace deprecated log_connections values in docs and testsMelanie Plageman
2025-05-22In ExecInitModifyTable, don't scribble on the source plan.Tom Lane
2025-05-22Fix memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-05-21Adjust operation names of pg_aios to match the documentationMichael Paquier
2025-05-21Fix incorrect WAL description for PREPARE TRANSACTION record.Fujii Masao
2025-05-21Fix regression with location calculation of nested statementsMichael Paquier
2025-05-20aio: Fix possible state confusions due to interrupt processingAndres Freund
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-19Don't retreat slot's confirmed_flush LSN.Amit Kapila
2025-05-18Fix tuple_fraction calculation in generate_orderedappend_paths()Alexander Korotkov
2025-05-18Fix function name reference in commentDaniel Gustafsson
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-05-14Add explicit initialization for all PlannerGlobal fieldsRichard Guo
2025-05-11Fix comment of tsquerysend()Álvaro Herrera
2025-05-11relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera
2025-05-11Sort includes in alphabetical orderÁlvaro Herrera
2025-05-11Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane
2025-05-10Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch
2025-05-10aio: Use runtime arguments with injections points in testsMichael Paquier