aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add BackendType for standalone backendsAndres Freund2022-08-22
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-22
* Switch format specifier for replication origins to %dJohn Naylor2022-08-23
* Remove empty statementJohn Naylor2022-08-23
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-22
* doc: Minor wordsmithing to COPY docsDaniel Gustafsson2022-08-22
* pg_upgrade: Fix thinko in database info acquisition routinePeter Eisentraut2022-08-22
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22
* Use logical operator && instead of & in vacuumparallel.c.Amit Kapila2022-08-22
* Fix comment in walsender_private.hMichael Paquier2022-08-22
* Remove dummyret definitionPeter Eisentraut2022-08-20
* regress: allow to specify directory containing expected files, for ecpgAndres Freund2022-08-20
* Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut2022-08-20
* Reduce warnings with -Wshadow=compatible-local buildsDavid Rowley2022-08-20
* Remove shadowed local variables that are new in v15David Rowley2022-08-20
* Avoid reltuples distortion in very small tables.Peter Geoghegan2022-08-19
* Move a definition inside a header filePeter Eisentraut2022-08-19
* doc: Improve some markups and some wording around archiving modulesMichael Paquier2022-08-19
* Initialize index stats during parallel VACUUM.Peter Geoghegan2022-08-18
* Use correct LSN for error reporting in pg_walinspectJeff Davis2022-08-18
* Bump catversion for 6566133c5f52771198aca07ed18f84519fac1be7Robert Haas2022-08-18
* Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund2022-08-18
* Ensure that pg_auth_members.grantor is always valid.Robert Haas2022-08-18
* Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane2022-08-18
* Adjust assertion in XLogDecodeNextRecord.Robert Haas2022-08-18
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* When using the WAL-logged CREATE DATABASE strategy, bulk extend.Robert Haas2022-08-18
* Remove unused configure variable.Tom Lane2022-08-18
* Simplify and clarify an error messagePeter Eisentraut2022-08-18
* mstcpip.h is not missing on MinGW.Thomas Munro2022-08-18
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Fix macro problem with gai_strerror on Windows.Thomas Munro2022-08-18
* Remove configure probe for sys/sockio.h.Thomas Munro2022-08-18
* Remove configure probe for net/if.h.Thomas Munro2022-08-18
* Remove dead ifaddr.c fallback code.Thomas Munro2022-08-18
* Update comment in gramparse.hJohn Naylor2022-08-18
* Refer to replication origin roident as "ID" in user facing messages and docsJohn Naylor2022-08-18
* Fix hypothetical problem passing the wrong GROUP BY pathkeysDavid Rowley2022-08-18
* doc: Add a note on PO editorsDaniel Gustafsson2022-08-17
* Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane2022-08-17
* Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane2022-08-17
* Make PlaceHolderInfo lookup O(1).Tom Lane2022-08-17
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* doc: Consistently spell case-insensitiveDaniel Gustafsson2022-08-17
* doc: Document pg_trgm being case-insensitive by defaultDaniel Gustafsson2022-08-17
* Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier2022-08-17
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-17
* Fix assert in logicalmsg_descTomas Vondra2022-08-16
* doc: Remove reference to tty libpq connstring paramDaniel Gustafsson2022-08-16