summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-08-19Avoid reltuples distortion in very small tables.Peter Geoghegan
2022-08-19Move a definition inside a header filePeter Eisentraut
2022-08-19Initialize index stats during parallel VACUUM.Peter Geoghegan
2022-08-18Bump catversion for 6566133c5f52771198aca07ed18f84519fac1be7Robert Haas
2022-08-18Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund
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-18Remove unused configure variable.Tom Lane
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-18Fix macro problem with gai_strerror on Windows.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-18Update comment in gramparse.hJohn Naylor
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-17Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier
2022-08-16Fix assert in logicalmsg_descTomas Vondra
2022-08-16Fix replica identity check for a partitioned table.Amit Kapila
2022-08-15Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro
2022-08-15Add missing bad-PGconn guards in libpq entry points.Tom Lane
2022-08-15Remove redundant spaces in _outA_Expr() outputPeter Eisentraut
2022-08-15Improve tab completion of ALTER TYPE in psqlMichael Paquier
2022-08-15Fix outdated --help message for postgres -fMichael Paquier
2022-08-14Preserve memory context of VarStringSortSupport buffers.Tom Lane
2022-08-13Add new win32 header to headerscheck and cpluspluscheckThomas Munro
2022-08-13Remove configure probe for gethostbyname_r.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane