aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch2022-09-15
* Fix grammar in error messageJohn Naylor2022-09-15
* Blind attempt to fix LLVM dependency in the backendJohn Naylor2022-09-15
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Fix outdated convert_saop_to_hashed_saop commentDavid Rowley2022-09-15
* Small wording improvementsPeter Eisentraut2022-09-14
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Remove duplicate initializationAlvaro Herrera2022-09-14
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-13
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-13
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-13
* Remove useless pstrdups in untransformRelOptionsAlvaro Herrera2022-09-13
* Rename macro related to pg_backup_stop()Michael Paquier2022-09-13
* Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley2022-09-13
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Make the tablesync worker's replication origin drop logic robust.Amit Kapila2022-09-12
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Make eval statement naturally proof against perltidyJohn Naylor2022-09-12
* Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier2022-09-12
* Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier2022-09-10
* Fix GetForeignKey*Triggers for self-referential FKsAlvaro Herrera2022-09-09
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-09
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Add jsonpath_gram.h to list of distprep targetsJohn Naylor2022-09-09
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-09
* Add more error context to RestoreBlockImage() and consume itMichael Paquier2022-09-09
* Instrument freezing in autovacuum log reports.Peter Geoghegan2022-09-08
* Temporarily make MemoryContextContains return falseDavid Rowley2022-09-09
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Fix perltidy breaking perlcriticAlvaro Herrera2022-09-08
* Run perltidy over Catalog.pmJohn Naylor2022-09-08
* Parse catalog .dat files as a whole when compiling the backendJohn Naylor2022-09-08
* Raise a warning if there is a possibility of data from multiple origins.Amit Kapila2022-09-08
* Message style fixesAlvaro Herrera2022-09-07
* Make MemoryContextContains work correctly againDavid Rowley2022-09-08
* Make more effort to put a sentinel at the end of allocated memoryDavid Rowley2022-09-07
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Fix failure to maintainer-clean jsonpath_gram.hJohn Naylor2022-09-06
* Fix typo in 16d69ec29David Rowley2022-09-06
* Remove buggy and dead code from CreateTriggerFiringOnDavid Rowley2022-09-06
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Build all Flex files standaloneJohn Naylor2022-09-04
* Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor2022-09-04