summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
3 hoursRemove XLogCtl->ckptFullXid.HEADmasterNathan Bossart
7 hoursReplace float8 with int in date2isoweek() and date2isoyear().Tom Lane
7 hoursRemove long-unused TransactionIdIsActive()Andres Freund
18 hoursaio: Fix configuration reload in IO workers.Thomas Munro
20 hoursaio: Remove obsolete IO worker ID references.Thomas Munro
20 hoursaio: Regularize IO worker internal naming.Thomas Munro
21 hoursFix stale idle flag when IO workers exit.Thomas Munro
24 hoursFix inconsistent quoting of role names in ACLs.Tom Lane
30 hoursAdd FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
30 hoursAdd MODE option to CHECKPOINT command.Nathan Bossart
30 hoursAdd option list to CHECKPOINT command.Nathan Bossart
30 hoursRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
30 hoursRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
30 hoursForce LC_NUMERIC to C while running TAP tests.Tom Lane
41 hoursFix the handling of two GUCs during upgrade.Amit Kapila
47 hoursdoc: Clarify meaning of "idle" in idle_replication_slot_timeout.Fujii Masao
47 hoursChange unit of idle_replication_slot_timeout to seconds.Fujii Masao
2 daysFix sslkeylogfile error handling loggingDaniel Gustafsson
2 dayspg_dump: Fix object-type sort priority for large objects.Nathan Bossart
3 daysinjection_points: Add injection_points_list()Michael Paquier
3 daysUse pg_assume() to avoid compiler warning below exec_set_found()Andres Freund
3 daysAdd pg_assume(expr) macroAndres Freund
3 daysLink libpq with libdl if the platform needs that.Tom Lane
3 daysChange wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
3 daysMinor tweaks for pg_test_timing.Tom Lane
3 daysIntroduce pg_dsm_registry_allocations view.Nathan Bossart
3 daysFix tab-completion for COPY and \copy options.Masahiko Sawada
3 dayspsql: Improve psql tab completion for GRANT/REVOKE on large objects.Fujii Masao
4 daysHide ICU C++ APIs from pg_locale.hJohn Naylor
4 dayslibpq: Add TAP test for nested service fileMichael Paquier
4 dayslibpq: Remove PQservice()Michael Paquier
4 daysFix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
4 daysChange pg_test_timing to measure in nanoseconds not microseconds.Tom Lane
5 dayspg_walsummary: Improve stability of test checking statisticsMichael Paquier
5 daysaio: Combine io_uring memory mappings, if supportedAndres Freund
5 daysConsider explicit incremental sort for Append and MergeAppendRichard Guo
5 daysAdapt pg_upgrade test to pg_lsn output format differenceÁlvaro Herrera
5 daysRestore the ability to run pl/pgsql expression queries in parallel.Tom Lane
5 daysRefactor some repetitive SLRU codeÁlvaro Herrera
5 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
6 daysIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
8 daysFix new pg_upgrade query not to rely on regnamespaceÁlvaro Herrera
8 dayspg_upgrade: Add missing newline in error messageÁlvaro Herrera
8 dayspg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera
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 daysAdd cross-type comparisons to contrib/btree_gin.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