summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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 our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane
2022-08-23Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane
2022-08-23Remove offsetof definitionPeter Eisentraut
2022-08-23Don't bother to set sockaddr_un.sun_len.Thomas Munro
2022-08-23Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila
2022-08-23Don't define FRONTEND for libpqAndres Freund
2022-08-23Don't define FRONTEND for ecpg librariesAndres Freund
2022-08-23Don't define FRONTEND for initdbAndres Freund
2022-08-23Remove redundant call to pgstat_report_wal()Andres Freund
2022-08-23Add BackendType for standalone backendsAndres Freund
2022-08-23pgstat: Acquire lock when reading variable-numbered statsAndres Freund
2022-08-23Switch format specifier for replication origins to %dJohn Naylor
2022-08-23Remove empty statementJohn Naylor
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-08-22pg_upgrade: Fix thinko in database info acquisition routinePeter Eisentraut
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-22Use logical operator && instead of & in vacuumparallel.c.Amit Kapila
2022-08-22Fix comment in walsender_private.hMichael Paquier
2022-08-20Remove dummyret definitionPeter Eisentraut
2022-08-20regress: allow to specify directory containing expected files, for ecpgAndres Freund
2022-08-20Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut
2022-08-20Reduce warnings with -Wshadow=compatible-local buildsDavid Rowley
2022-08-19Remove shadowed local variables that are new in v15David Rowley