summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-10Replace has_multiple_baserels() with a bitmap test on all_baserels.Tom Lane
2023-10-10pg_resetwal: Corrections around -c optionPeter Eisentraut
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-10worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONNMichael Paquier
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-07Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane
2023-10-07Fix typos in e0b1ee17dcAlexander Korotkov
2023-10-06Add test for checking the line length of --help outputPeter Eisentraut
2023-10-06Remove environment-variable-based defaults in psql --helpPeter Eisentraut
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-06worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONNMichael Paquier
2023-10-06worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONNMichael Paquier
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-05Modernize const handling with readlinePeter Eisentraut
2023-10-05worker_spi: Expand set of options to start workersMichael Paquier
2023-10-04test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-04worker_spi: Rename custom wait event to "WorkerSpiMain"Michael Paquier
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-03Fix incorrect format placeholderPeter Eisentraut
2023-10-03Tidy-up some appendStringInfo*() usagesDavid Rowley
2023-10-03Fail hard on out-of-memory failures in xlogreader.cMichael Paquier
2023-10-02Replace use of stat()[7] by -s switch in TAP tests to retrieve file sizeMichael Paquier
2023-10-02Fix omission of column-level privileges in selective pg_restore.Tom Lane
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-02Add regression tests for psql \g piped into a programHeikki Linnakangas
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote