summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-26Remove unnecessary casts in free() and pfree()Peter Eisentraut
2022-08-26Remove obsolete commentPeter Eisentraut
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
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-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-24Include RelFileLocator fields individually in BufferTag.Robert Haas
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-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
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-23Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila
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-22Use logical operator && instead of & in vacuumparallel.c.Amit Kapila
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-19Avoid reltuples distortion in very small tables.Peter Geoghegan
2022-08-19Initialize index stats during parallel VACUUM.Peter Geoghegan
2022-08-18Ensure that pg_auth_members.grantor is always valid.Robert Haas
2022-08-18Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane
2022-08-18Adjust assertion in XLogDecodeNextRecord.Robert Haas
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-08-18When using the WAL-logged CREATE DATABASE strategy, bulk extend.Robert Haas
2022-08-18Simplify and clarify an error messagePeter Eisentraut
2022-08-18mstcpip.h is not missing on MinGW.Thomas Munro
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-18Remove configure probe for sys/sockio.h.Thomas Munro
2022-08-18Remove configure probe for net/if.h.Thomas Munro
2022-08-18Remove dead ifaddr.c fallback code.Thomas Munro
2022-08-18Refer to replication origin roident as "ID" in user facing messages and docsJohn Naylor
2022-08-17Fix hypothetical problem passing the wrong GROUP BY pathkeysDavid Rowley
2022-08-17Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane
2022-08-17Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane
2022-08-17Make PlaceHolderInfo lookup O(1).Tom Lane
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-17Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier
2022-08-16Fix assert in logicalmsg_descTomas Vondra