Commit Graph

54332 Commits (36f729e2bc3539e777cda698dc441b8ccec42142)
 

Author SHA1 Message Date
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
David Rowley af7d270dd3 Fix hypothetical problem passing the wrong GROUP BY pathkeys 3 years ago
Daniel Gustafsson a340359a4f doc: Add a note on PO editors 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
Daniel Gustafsson 4a319fce76 doc: Consistently spell case-insensitive 3 years ago
Daniel Gustafsson 3e7d94fca0 doc: Document pg_trgm being case-insensitive by default 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
Daniel Gustafsson 40ca9073ff doc: Remove reference to tty libpq connstring param 3 years ago
Daniel Gustafsson 6cbed0ec79 doc: Add missing parenthesis to keycombo 3 years ago
Amit Kapila 0d5bd3a6cc Fix replica identity check for a partitioned table. 3 years ago
Tatsuo Ishii f4c32cdd1c doc: fix wrong tag used in create sequence manual. 3 years ago
Thomas Munro 3eae0cbf7e Fix headerscheck and cpluspluscheck's exit codes. 3 years ago
Daniel Gustafsson 75ca8c1457 doc: Add unit to pg_shmem_allocations attributes 3 years ago