Commit Graph

39683 Commits (cd063344fb801a90a40923a5b8aefe4eb8d80762)

Author SHA1 Message Date
Andres Freund cd063344fb pgstat: Acquire lock when reading variable-numbered stats 3 years ago
John Naylor ba8321349b Switch format specifier for replication origins to %d 3 years ago
John Naylor 1b9050da66 Remove empty statement 3 years ago
Robert Haas ce6b672e44 Make role grant system more consistent with other privileges. 3 years ago
Peter Eisentraut 36f729e2bc Fix assertion failure in CREATE DATABASE 3 years ago
Peter Eisentraut f0b013b0fc pg_upgrade: Fix thinko in database info acquisition routine 3 years ago
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 3 years ago
Amit Kapila 838f798f17 Use logical operator && instead of & in vacuumparallel.c. 3 years ago
Michael Paquier 49e525a08f Fix comment in walsender_private.h 3 years ago
Peter Eisentraut 585d0cd944 Remove dummyret definition 3 years ago
Andres Freund c855872074 regress: allow to specify directory containing expected files, for ecpg 3 years ago
Peter Eisentraut 1509abe2c5 Remove remaining mentions of UNSAFE_STAT_OK 3 years ago
David Rowley 92fce4e1ed Reduce warnings with -Wshadow=compatible-local builds 3 years ago
David Rowley f01592f915 Remove shadowed local variables that are new in v15 3 years ago
Peter Geoghegan 3097bde7dd Avoid reltuples distortion in very small tables. 3 years ago
Peter Eisentraut 7d12693473 Move a definition inside a header file 3 years ago
Peter Geoghegan 662ba729a6 Initialize index stats during parallel VACUUM. 3 years ago
Robert Haas 9288c2e6f8 Bump catversion for 6566133c5f 3 years ago
Andres Freund 4ab53b647a Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h 3 years ago
Robert Haas 6566133c5f Ensure that pg_auth_members.grantor is always valid. 3 years ago
Tom Lane 2f17b57017 Improve performance of adjust_appendrel_attrs_multilevel. 3 years ago
Robert Haas ec97db399f Adjust assertion in XLogDecodeNextRecord. 3 years ago
Tom Lane e6dbb48487 Fix subtly-incorrect matching of parent and child partitioned indexes. 3 years ago
Robert Haas 3e63e8462f When using the WAL-logged CREATE DATABASE strategy, bulk extend. 3 years ago
Tom Lane 27f1774aac Remove unused configure variable. 3 years ago
Peter Eisentraut 08909e3aee Simplify and clarify an error message 3 years ago
Thomas Munro f340f97a13 mstcpip.h is not missing on MinGW. 3 years ago
Thomas Munro 2492fe49dc Remove configure probe for netinet/tcp.h. 3 years ago
Thomas Munro cce28f6268 Fix macro problem with gai_strerror on Windows. 3 years ago
Thomas Munro 2cea02fb85 Remove configure probe for sys/sockio.h. 3 years ago
Thomas Munro 2f8d918359 Remove configure probe for net/if.h. 3 years ago
Thomas Munro a717cddcac Remove dead ifaddr.c fallback code. 3 years ago
John Naylor 3f5dbcb5fe Update comment in gramparse.h 3 years ago
John Naylor c920fe4818 Refer to replication origin roident as "ID" in user facing messages and docs 3 years ago
David Rowley af7d270dd3 Fix hypothetical problem passing the wrong GROUP BY pathkeys 3 years ago
Tom Lane afa0ec30bf Refactor addition of PlaceHolderVars to joinrel targetlists. 3 years ago
Tom Lane b3ff6c742f Use an explicit state flag to control PlaceHolderInfo creation. 3 years ago
Tom Lane 6569ca4397 Make PlaceHolderInfo lookup O(1). 3 years ago
Tom Lane efd0c16bec Avoid using list_length() to test for empty list. 3 years ago
Michael Paquier d265cd2029 Use SetInstallXLogFileSegmentActive() in more places in xlog.c 3 years ago
Michael Paquier 93f2349c36 Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW 3 years ago
Tomas Vondra c52ad9c4ef Fix assert in logicalmsg_desc 3 years ago
Amit Kapila 0d5bd3a6cc Fix replica identity check for a partitioned table. 3 years ago
Thomas Munro 3eae0cbf7e Fix headerscheck and cpluspluscheck's exit codes. 3 years ago
Tom Lane bb9237a129 Add missing bad-PGconn guards in libpq entry points. 3 years ago
Peter Eisentraut 1c5818b9c6 Remove redundant spaces in _outA_Expr() output 3 years ago
Michael Paquier f6c750d31d Improve tab completion of ALTER TYPE in psql 3 years ago
Michael Paquier f2108d3bd0 Fix outdated --help message for postgres -f 3 years ago
Tom Lane a466219428 Preserve memory context of VarStringSortSupport buffers. 3 years ago
Thomas Munro 213bd0662c Add new win32 header to headerscheck and cpluspluscheck 3 years ago