summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2022-09-06Fix typo in 16d69ec29David Rowley
2022-09-06Remove buggy and dead code from CreateTriggerFiringOnDavid Rowley
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-04Build all Flex files standaloneJohn Naylor
2022-09-04Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor
2022-09-04Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor
2022-09-03Fix cache invalidation bug in recovery_prefetch.Thomas Munro
2022-09-02Fix planner to consider matches to boolean columns in extension indexes.Tom Lane
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier