summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-17Reword messages about impending (M)XID exhaustion.Robert Haas
2023-10-17Talk about assigning, rather than generating, new MultiXactIds.Robert Haas
2023-10-17Improve truncation of pg_serial/, removing "apparent wraparound" LOGsMichael Paquier
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-16Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart
2023-10-16Fix code indentation violations in e83d1b0c40ccMichael Paquier
2023-10-16Fix comment from commit 22655aa231.Thomas Munro
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-15Acquire ControlFileLock in relevant SQL functions.Thomas Munro
2023-10-14Harden xxx_is_visible() functions against concurrent object drops.Tom Lane
2023-10-14Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane
2023-10-14Fix bulk table extension when copying into multiple partitionsAndres Freund
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-13Add wait events for checkpoint delay mechanism.Thomas Munro
2023-10-12Unify two isLogSwitch tests in XLogInsertRecord.Robert Haas
2023-10-12Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-10-11Reindent comment in GenericXLogFinish().Tom Lane
2023-10-11Fix missed optimization in relation_excluded_by_constraints().Tom Lane
2023-10-11Move canAcceptConnections check from ProcessStartupPacket to caller.Heikki Linnakangas
2023-10-11Refactor InitPostgres() to use bitwise option flagsMichael Paquier
2023-10-10Fix bug in GenericXLogFinish().Jeff Davis
2023-10-10Replace has_multiple_baserels() with a bitmap test on all_baserels.Tom Lane
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-10Fix possible crash in add_paths_to_append_rel()David Rowley
2023-10-10Revert "Optimize various aggregate deserialization functions"David Rowley
2023-10-09Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas
2023-10-09Allocate Backend structs in PostmasterContext.Heikki Linnakangas
2023-10-09Clarify the checks in RegisterBackgroundWorker.Heikki Linnakangas
2023-10-09Optimize various aggregate deserialization functionsDavid Rowley
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-09Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pathDavid Rowley
2023-10-09Remove debug_print_rel and replace usages with pprintDavid Rowley
2023-10-07Fix another typo in e0b1ee17dcAlexander Korotkov
2023-10-07Fix typos in e0b1ee17dcAlexander Korotkov
2023-10-06Remove extra parenthesis from comment.Etsuro Fujita
2023-10-06Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov
2023-10-06Fix crash on syslogger startupHeikki Linnakangas
2023-10-05Push attcompression and attstorage handling into BuildDescForRelation()Peter Eisentraut
2023-10-05Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut
2023-10-05Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut
2023-10-05Refactor ListenSocket array.Heikki Linnakangas
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-10-05Consider cheap startup paths in add_paths_to_append_relDavid Rowley
2023-10-05Fix memory leak in Memoize codeDavid Rowley
2023-10-03Remove RelationGetIndexRawAttOptions()Peter Eisentraut