summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-09-17pgstat: Create memory contexts below TopMemoryContextAndres Freund
2022-09-17Fix huge_pages on WindowsMichael Paquier
2022-09-17Message style improvementsPeter Eisentraut
2022-09-16Message wording improvementsPeter Eisentraut
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-09-15Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch
2022-09-15Fix grammar in error messageJohn Naylor
2022-09-15Blind attempt to fix LLVM dependency in the backendJohn Naylor
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-14Fix outdated convert_saop_to_hashed_saop commentDavid Rowley
2022-09-14Small wording improvementsPeter Eisentraut
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-14Remove duplicate initializationAlvaro Herrera
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-09-13pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut
2022-09-13Improve wal_decode_buffer_size description some moreAlvaro Herrera
2022-09-13Remove useless pstrdups in untransformRelOptionsAlvaro Herrera
2022-09-13Rename macro related to pg_backup_stop()Michael Paquier
2022-09-12Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Fix NaN comparison in circle_same testDaniel Gustafsson
2022-09-12Make the tablesync worker's replication origin drop logic robust.Amit Kapila
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-12Make eval statement naturally proof against perltidyJohn Naylor
2022-09-12Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier
2022-09-10Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier
2022-09-09Fix GetForeignKey*Triggers for self-referential FKsAlvaro Herrera
2022-09-09Bump minimum version of Flex to 2.5.35John Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-09Add jsonpath_gram.h to list of distprep targetsJohn Naylor
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-09-09Add more error context to RestoreBlockImage() and consume itMichael Paquier
2022-09-08Instrument freezing in autovacuum log reports.Peter Geoghegan
2022-09-08Temporarily make MemoryContextContains return falseDavid Rowley
2022-09-08Choose FK name correctly during partition attachmentAlvaro Herrera
2022-09-08Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro
2022-09-08Fix perltidy breaking perlcriticAlvaro Herrera
2022-09-08Run perltidy over Catalog.pmJohn Naylor
2022-09-08Parse catalog .dat files as a whole when compiling the backendJohn Naylor
2022-09-08Raise a warning if there is a possibility of data from multiple origins.Amit Kapila
2022-09-07Message style fixesAlvaro Herrera
2022-09-07Make MemoryContextContains work correctly againDavid Rowley
2022-09-07Make more effort to put a sentinel at the end of allocated memoryDavid Rowley
2022-09-06Fix new pg_publication_tables query.Tom Lane
2022-09-06Fix failure to maintainer-clean jsonpath_gram.hJohn Naylor