summaryrefslogtreecommitdiff
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-10Doc: improve explanation of when custom GUCs appear in pg_settings.Tom Lane
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-10configure: Expand -fvisibility checks to more compilers, test for -qvisibilityAndres Freund
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-09Doc: improve documentation about where the psqlrc files are.Tom Lane
2022-09-09Reject bogus output from uuid_create(3).Tom Lane
2022-09-09Doc fixes for MERGE statementAlvaro Herrera
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-08doc: Fix PL/pgSQL casing to be consistentDaniel Gustafsson
2022-09-08Add b2e6e7682 to .git-blame-ignore-revsJohn Naylor
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-07Doc: Explain about Column List feature.Amit Kapila
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-05Update out of date comments in pg_trgmDaniel Gustafsson
2022-09-05Check for interrupts in pg_trgm word similarityDaniel Gustafsson
2022-09-05Doc: clarify partitioned table limitationsDavid Rowley
2022-09-04Force parallelism in partition_aggregateTomas Vondra
2022-09-04Fix MSVC linker error for specparse.objJohn Naylor