summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
6 hoursRemove XLogCtl->ckptFullXid.HEADmasterNathan Bossart
10 hoursReplace float8 with int in date2isoweek() and date2isoyear().Tom Lane
11 hoursRemove long-unused TransactionIdIsActive()Andres Freund
21 hoursaio: Fix configuration reload in IO workers.Thomas Munro
23 hoursaio: Remove obsolete IO worker ID references.Thomas Munro
23 hoursaio: Regularize IO worker internal naming.Thomas Munro
24 hoursFix stale idle flag when IO workers exit.Thomas Munro
27 hoursFix inconsistent quoting of role names in ACLs.Tom Lane
33 hoursAdd FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
33 hoursAdd MODE option to CHECKPOINT command.Nathan Bossart
33 hoursAdd option list to CHECKPOINT command.Nathan Bossart
33 hoursRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
33 hoursRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
44 hoursFix the handling of two GUCs during upgrade.Amit Kapila
2 daysdoc: Clarify meaning of "idle" in idle_replication_slot_timeout.Fujii Masao
2 daysChange unit of idle_replication_slot_timeout to seconds.Fujii Masao
3 daysChange wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
3 daysIntroduce pg_dsm_registry_allocations view.Nathan Bossart
4 daysFix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
5 daysaio: Combine io_uring memory mappings, if supportedAndres Freund
5 daysConsider explicit incremental sort for Append and MergeAppendRichard Guo
5 daysRefactor some repetitive SLRU codeÁlvaro Herrera
6 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
6 daysIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
9 daysDisable commit timestamps during bootstrapMichael Paquier
9 daysSpeed up truncation of temporary relations.Fujii Masao
9 daysSimplify COALESCE() with one surviving argument.Tom Lane
9 daysBreak out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
9 daysObtain required table lock during cross-table updates, redux.Tom Lane
10 daysPrevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
10 daysFix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
10 daysRefactor subtype field of AlterDomainStmtMichael Paquier
10 daysSupport multi-line headers in COPY FROM command.Fujii Masao
10 daysImprove checks for GUC recovery_target_timelineMichael Paquier
10 daysEnable use of Memoize for ANTI joinsRichard Guo
10 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
10 daysMake more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
10 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
10 daysUpdate obsolete row compare preprocessing comments.Peter Geoghegan
10 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
10 daysFix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
10 daysMake row compares robust during nbtree array scans.Peter Geoghegan
10 daysMake handling of redundant nbtree keys more robust.Peter Geoghegan
11 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
11 daysFix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada
11 daysMove code for the bytea data type from varlena.c to new bytea.cMichael Paquier
11 daysShow sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
11 daysMake more use of binaryheap_empty() and binaryheap_size().Nathan Bossart
11 daysImprove code commentPeter Eisentraut
11 daysMake safeguard against incorrect flags for fsync more portable.Tom Lane