summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2023-10-03Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut
2023-10-03Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.Tom Lane
2023-10-03In basebackup.c, refactor to create read_file_data_into_buffer.Robert Haas
2023-10-03In basebackup.c, refactor to create verify_page_checksum.Robert Haas
2023-10-03Avoid memory size overflow when allocating backend activity bufferMichael Paquier
2023-10-03Tidy-up some appendStringInfo*() usagesDavid Rowley
2023-10-03Fail hard on out-of-memory failures in xlogreader.cMichael Paquier
2023-10-02Remove retry loop in heap_page_prune().Robert Haas
2023-10-02Flush WAL stats in bgwriterHeikki Linnakangas
2023-10-02Add rmgrdesc READMEHeikki Linnakangas
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-10-01Correct assertion and comments about XLogRecordMaxSize.Noah Misch
2023-10-01Fix datalen calculation in tsvectorrecv().Tom Lane
2023-10-01In COPY FROM, fail cleanly when unsupported encoding conversion is needed.Tom Lane
2023-10-01Only evaluate default values as required when doing COPY FROMAndrew Dunstan
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-30Fix briefly showing old progress stats for ANALYZE on inherited tables.Heikki Linnakangas
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-29C comment: add optimizer function referenceBruce Momjian