summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-13psql: Add completion support for AT [ LOCAL | TIME ZONE ]Michael Paquier
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-11Improve some wording in pg_upgrade/IMPLEMENTATIONMichael Paquier
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-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