summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-10doc: add SSL configuration section referenceBruce Momjian
2023-10-10doc: clarify how the bootstrap user name is chosenBruce Momjian
2023-10-10doc: document the need to analyze partitioned tablesBruce Momjian
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-10test_decoding: Remove unnecessary table in twophase testMichael Paquier
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-09Doc: use CURRENT_USER not USER in plpgsql trigger examples.Tom Lane
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-05Constify crc32_szPeter Eisentraut
2023-10-05Modernize const handling with readlinePeter Eisentraut
2023-10-05worker_spi: Expand set of options to start workersMichael Paquier
2023-10-05dblink: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-05postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-10-04doc: Clarify not-null constraints in information schemaPeter Eisentraut
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-03Doc: suppress "exceed the available area" warning in PDF build.Tom Lane
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