summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29Fix broken cast on MSVCJohn Naylor
2022-08-29Use ARM Advanced SIMD (NEON) intrinsics where availableJohn Naylor
2022-08-29Abstract some more architecture-specific details away from SIMD functionalityJohn Naylor
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-08-29Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila
2022-08-28Doc: fix example of recursive query.Tom Lane
2022-08-28Add more detail why repalloc and pfree do not accept NULL pointersPeter Eisentraut
2022-08-28Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier
2022-08-27Avoid casting away const in sepgsql's quote_object_name.Tom Lane
2022-08-27Doc: add comment about bug fixed in back branches as of 3f7323cbb.Tom Lane
2022-08-27Fix typo in comment for writetuple() functionAlexander Korotkov
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-08-27Use correct connection for cancellation in frontend's parallel slotsMichael Paquier
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-26Remove unnecessary casts in free() and pfree()Peter Eisentraut
2022-08-26Use SSE2 in is_valid_ascii() where available.John Naylor
2022-08-26Remove obsolete commentPeter Eisentraut
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-26Add optimized functions for linear search within byte arraysJohn Naylor
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25libpq code should use libpq_gettext(), not _()Peter Eisentraut
2022-08-25Fix doc oversight for custom WAL resource managers.Jeff Davis
2022-08-25Small refactor to get rid of -Wshadow=compatible-local warningDavid Rowley
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-25Move NON_EXEC_STATIC from c.h to postgres.hPeter Eisentraut
2022-08-25Update another comment still referring to pg_start/stop_backup()Peter Eisentraut
2022-08-25doc: Fix typo in GRANT docsDaniel Gustafsson
2022-08-25Fix typo in MVCC test commentDaniel Gustafsson
2022-08-25Remove unused symbol __aarch64John Naylor
2022-08-25pg_dump: Fix new ICU testsPeter Eisentraut
2022-08-25aix: Fix SHLIB_EXPORTS reference in VPATH buildsAndres Freund
2022-08-25Remove SUBSYS.o rule in common.mk, hasn't been used in a long timeAndres Freund
2022-08-25Remove rule to generate postgres.o, not needed for 20+ yearsAndres Freund
2022-08-25solaris: Use versioning scripts instead of -BsymbolicAndres Freund
2022-08-24Include RelFileLocator fields individually in BufferTag.Robert Haas
2022-08-24pg_dump: Dump colliculocalePeter Eisentraut
2022-08-24Defend against stack overrun in a few more places.Tom Lane
2022-08-24Doc: remove duplicate "a" from func.sgmlDavid Rowley
2022-08-24Fix ICU locale option handling in CREATE DATABASEPeter Eisentraut
2022-08-24Remove initialization of MyClientConnectionInfo at backend startupMichael Paquier
2022-08-24Further -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Change shared library installation naming on macOSPeter Eisentraut
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-23Message style adjustmentPeter Eisentraut
2022-08-23Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut
2022-08-23Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane
2022-08-23Doc: document possible need to raise kernel's somaxconn limit.Tom Lane
2022-08-23Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane