aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* doc: Add missing parenthesis to keycomboDaniel Gustafsson2022-08-16
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* doc: fix wrong tag used in create sequence manual.Tatsuo Ishii2022-08-16
* Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro2022-08-16
* doc: Add unit to pg_shmem_allocations attributesDaniel Gustafsson2022-08-15
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-15
* Remove redundant spaces in _outA_Expr() outputPeter Eisentraut2022-08-15
* Improve tab completion of ALTER TYPE in psqlMichael Paquier2022-08-15
* Fix outdated --help message for postgres -fMichael Paquier2022-08-15
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-14
* Add new win32 header to headerscheck and cpluspluscheckThomas Munro2022-08-14
* Remove configure probe for gethostbyname_r.Thomas Munro2022-08-14
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-14
* Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane2022-08-13
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Catch stack overflow when recursing in transformFromClauseItem().Tom Lane2022-08-13
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-13