aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12
* Reindent comment in GenericXLogFinish().Tom Lane2023-10-11
* Fix missed optimization in relation_excluded_by_constraints().Tom Lane2023-10-11
* Move canAcceptConnections check from ProcessStartupPacket to caller.Heikki Linnakangas2023-10-11
* Refactor InitPostgres() to use bitwise option flagsMichael Paquier2023-10-11
* Fix bug in GenericXLogFinish().Jeff Davis2023-10-10
* Replace has_multiple_baserels() with a bitmap test on all_baserels.Tom Lane2023-10-10
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Fix possible crash in add_paths_to_append_rel()David Rowley2023-10-10
* Revert "Optimize various aggregate deserialization functions"David Rowley2023-10-10
* Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas2023-10-09
* Allocate Backend structs in PostmasterContext.Heikki Linnakangas2023-10-09
* Clarify the checks in RegisterBackgroundWorker.Heikki Linnakangas2023-10-09
* Optimize various aggregate deserialization functionsDavid Rowley2023-10-09
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pathDavid Rowley2023-10-09
* Remove debug_print_rel and replace usages with pprintDavid Rowley2023-10-09
* Fix another typo in e0b1ee17dcAlexander Korotkov2023-10-07
* Fix typos in e0b1ee17dcAlexander Korotkov2023-10-07
* Remove extra parenthesis from comment.Etsuro Fujita2023-10-06
* Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov2023-10-06
* Fix crash on syslogger startupHeikki Linnakangas2023-10-06
* Push attcompression and attstorage handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut2023-10-05
* Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Refactor ListenSocket array.Heikki Linnakangas2023-10-05
* Improve JsonLexContext's freeabilityAlvaro Herrera2023-10-05
* Consider cheap startup paths in add_paths_to_append_relDavid Rowley2023-10-05
* Fix memory leak in Memoize codeDavid Rowley2023-10-05
* Remove RelationGetIndexRawAttOptions()Peter Eisentraut2023-10-03
* Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut2023-10-03
* Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.Tom Lane2023-10-03
* In basebackup.c, refactor to create read_file_data_into_buffer.Robert Haas2023-10-03
* In basebackup.c, refactor to create verify_page_checksum.Robert Haas2023-10-03
* Avoid memory size overflow when allocating backend activity bufferMichael Paquier2023-10-03
* Tidy-up some appendStringInfo*() usagesDavid Rowley2023-10-03
* Fail hard on out-of-memory failures in xlogreader.cMichael Paquier2023-10-03
* Remove retry loop in heap_page_prune().Robert Haas2023-10-02
* Flush WAL stats in bgwriterHeikki Linnakangas2023-10-02
* Add rmgrdesc READMEHeikki Linnakangas2023-10-02
* Revert "Add soft error handling to some expression nodes"Amit Langote2023-10-02
* Add soft error handling to some expression nodesAmit Langote2023-10-02
* Correct assertion and comments about XLogRecordMaxSize.Noah Misch2023-10-01
* Fix datalen calculation in tsvectorrecv().Tom Lane2023-10-01
* In COPY FROM, fail cleanly when unsupported encoding conversion is needed.Tom Lane2023-10-01
* Only evaluate default values as required when doing COPY FROMAndrew Dunstan2023-10-01
* Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan2023-09-30
* Fix briefly showing old progress stats for ANALYZE on inherited tables.Heikki Linnakangas2023-09-30