aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Expand palloc/pg_malloc API for more type safetyPeter 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
* Add psql tab compression for ALTER TABLE .. { OF | NOT OF }Michael Paquier2022-09-10
* Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier2022-09-10
* aix: No need to use mkldexport when we want to export all symbolsAndres Freund2022-09-09
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-09
* 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
* Fix the test case introduced by commit 8756930190.Amit Kapila2022-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
* Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut2022-09-07
* 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 cplusplusscheck in vpath buildsJohn Naylor2022-09-06
* Add psql tab compression for SET COMPRESSION with ALTER TABLEMichael Paquier2022-09-06
* Fix headerscheck in vpath buildsJohn Naylor2022-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
* Add missing exceptions to cpluspluscheckJohn Naylor2022-09-06
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Force parallelism in partition_aggregateTomas Vondra2022-09-05
* Fix MSVC linker error for specparse.objJohn Naylor2022-09-04
* 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
* Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor2022-09-04
* Fix sign-compare warnings arising from port/simd.hJohn Naylor2022-09-04
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Fix planner to consider matches to boolean columns in extension indexes.Tom Lane2022-09-02
* Fix PL/Perl build on CygwinPeter Eisentraut2022-09-02
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Speed up lexing of long JSON stringsJohn Naylor2022-09-02
* Move darwin sysroot determination into separate fileAndres Freund2022-09-01
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* aix: when building with gcc, tell gcc we're building a shared libraryAndres Freund2022-09-01