Commit Graph

54349 Commits (869e56a39976a42a393adc2d69df3abce7eff18f)
 

Author SHA1 Message Date
Peter Eisentraut 869e56a399 Message style adjustment 3 years ago
Peter Eisentraut b4e936859d Remove further unwanted linker flags from perl_embed_ldflags 3 years ago
Tom Lane 0f47457f11 Remove our artificial PG_SOMAXCONN limit on listen queue length. 3 years ago
Tom Lane ba94dfd4c4 Doc: document possible need to raise kernel's somaxconn limit. 3 years ago
Tom Lane 4ee6740167 Doc: prefer sysctl to /proc/sys in docs and comments. 3 years ago
Peter Eisentraut bd67b7e010 Remove offsetof definition 3 years ago
Thomas Munro c981879814 Don't bother to set sockaddr_un.sun_len. 3 years ago
Amit Kapila f972ec5c28 Add CHECK_FOR_INTERRUPTS while decoding changes. 3 years ago
Andres Freund 1d77afefbd Don't define FRONTEND for libpq 3 years ago
Andres Freund 9352d5cf12 Don't define FRONTEND for ecpg libraries 3 years ago
Andres Freund 06e3559bad Don't define FRONTEND for initdb 3 years ago
Andres Freund 1bdd54e662 Remove redundant call to pgstat_report_wal() 3 years ago
Andres Freund 0c679464a8 Add BackendType for standalone backends 3 years ago
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
Daniel Gustafsson e2fe0aedd0 doc: Minor wordsmithing to COPY docs 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
Michael Paquier 31e121d4f7 doc: Improve some markups and some wording around archiving modules 3 years ago
Peter Geoghegan 662ba729a6 Initialize index stats during parallel VACUUM. 3 years ago
Jeff Davis d9fbb88629 Use correct LSN for error reporting in pg_walinspect 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