summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-12Expand palloc/pg_malloc API for more type safetyPeter 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-10Add psql tab compression for ALTER TABLE .. { OF | NOT OF }Michael Paquier
2022-09-10Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier
2022-09-10aix: No need to use mkldexport when we want to export all symbolsAndres Freund
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
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-08Fix the test case introduced by commit 8756930190.Amit Kapila
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-07Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut
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 cplusplusscheck in vpath buildsJohn Naylor
2022-09-06Add psql tab compression for SET COMPRESSION with ALTER TABLEMichael Paquier
2022-09-06Fix headerscheck in vpath buildsJohn Naylor
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-06Add missing exceptions to cpluspluscheckJohn Naylor
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-04Force parallelism in partition_aggregateTomas Vondra
2022-09-04Fix MSVC linker error for specparse.objJohn Naylor
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-04Fix sign-compare warnings arising from port/simd.hJohn 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-02Fix PL/Perl build on CygwinPeter Eisentraut
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-09-02Speed up lexing of long JSON stringsJohn Naylor
2022-09-01Move darwin sysroot determination into separate fileAndres Freund
2022-09-01Revert SQL/JSON featuresAndrew Dunstan