postgresql.git
2022-08-24 Peter Eisentrautpg_dump: Dump colliculocale
2022-08-24 Tom LaneDefend against stack overrun in a few more places.
2022-08-24 David RowleyDoc: remove duplicate "a" from func.sgml
2022-08-24 Peter EisentrautFix ICU locale option handling in CREATE DATABASE
2022-08-24 Michael PaquierRemove initialization of MyClientConnectionInfo at...
2022-08-24 David RowleyFurther -Wshadow=compatible-local warning fixes
2022-08-24 Peter EisentrautChange shared library installation naming on macOS
2022-08-24 Michael PaquierAllow parallel workers to retrieve some data from Port
2022-08-24 David RowleyFurther reduce warnings with -Wshadow=compatible-local
2022-08-23 Peter EisentrautMessage style adjustment
2022-08-23 Peter EisentrautRemove further unwanted linker flags from perl_embed_ld...
2022-08-23 Tom LaneRemove our artificial PG_SOMAXCONN limit on listen...
2022-08-23 Tom LaneDoc: document possible need to raise kernel's somaxconn...
2022-08-23 Tom LaneDoc: prefer sysctl to /proc/sys in docs and comments.
2022-08-23 Peter EisentrautRemove offsetof definition
2022-08-23 Thomas MunroDon't bother to set sockaddr_un.sun_len.
2022-08-23 Amit KapilaAdd CHECK_FOR_INTERRUPTS while decoding changes.
2022-08-23 Andres FreundDon't define FRONTEND for libpq
2022-08-23 Andres FreundDon't define FRONTEND for ecpg libraries
2022-08-23 Andres FreundDon't define FRONTEND for initdb
2022-08-23 Andres FreundRemove redundant call to pgstat_report_wal()
2022-08-23 Andres FreundAdd BackendType for standalone backends
2022-08-23 Andres Freundpgstat: Acquire lock when reading variable-numbered...
2022-08-23 John NaylorSwitch format specifier for replication origins to %d
2022-08-23 John NaylorRemove empty statement
2022-08-22 Robert HaasMake role grant system more consistent with other privi...
2022-08-22 Peter EisentrautFix assertion failure in CREATE DATABASE
2022-08-22 Daniel Gustafssondoc: Minor wordsmithing to COPY docs
2022-08-22 Peter Eisentrautpg_upgrade: Fix thinko in database info acquisition...
2022-08-22 Thomas MunroRemove configure probes for sockaddr_storage members.
2022-08-22 Amit KapilaUse logical operator && instead of & in vacuumparallel.c.
2022-08-22 Michael PaquierFix comment in walsender_private.h
2022-08-20 Peter EisentrautRemove dummyret definition
2022-08-20 Andres Freundregress: allow to specify directory containing expected...
2022-08-20 Peter EisentrautRemove remaining mentions of UNSAFE_STAT_OK
2022-08-20 David RowleyReduce warnings with -Wshadow=compatible-local builds
2022-08-19 David RowleyRemove shadowed local variables that are new in v15
2022-08-19 Peter GeogheganAvoid reltuples distortion in very small tables.
2022-08-19 Peter EisentrautMove a definition inside a header file
2022-08-19 Michael Paquierdoc: Improve some markups and some wording around archi...
2022-08-19 Peter GeogheganInitialize index stats during parallel VACUUM.
2022-08-18 Jeff DavisUse correct LSN for error reporting in pg_walinspect
2022-08-18 Robert HaasBump catversion for 6566133c5f52771198aca07ed18f84519fa...
2022-08-18 Andres FreundDon't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
2022-08-18 Robert HaasEnsure that pg_auth_members.grantor is always valid.
2022-08-18 Tom LaneImprove performance of adjust_appendrel_attrs_multilevel.
2022-08-18 Robert HaasAdjust assertion in XLogDecodeNextRecord.
2022-08-18 Tom LaneFix subtly-incorrect matching of parent and child parti...
2022-08-18 Robert HaasWhen using the WAL-logged CREATE DATABASE strategy...
2022-08-18 Tom LaneRemove unused configure variable.
2022-08-18 Peter EisentrautSimplify and clarify an error message
2022-08-18 Thomas Munromstcpip.h is not missing on MinGW.
2022-08-18 Thomas MunroRemove configure probe for netinet/tcp.h.
2022-08-18 Thomas MunroFix macro problem with gai_strerror on Windows.
2022-08-18 Thomas MunroRemove configure probe for sys/sockio.h.
2022-08-18 Thomas MunroRemove configure probe for net/if.h.
2022-08-18 Thomas MunroRemove dead ifaddr.c fallback code.
2022-08-18 John NaylorUpdate comment in gramparse.h
2022-08-18 John NaylorRefer to replication origin roident as "ID" in user...
2022-08-17 David RowleyFix hypothetical problem passing the wrong GROUP BY...
2022-08-17 Daniel Gustafssondoc: Add a note on PO editors
2022-08-17 Tom LaneRefactor addition of PlaceHolderVars to joinrel targetl...
2022-08-17 Tom LaneUse an explicit state flag to control PlaceHolderInfo...
2022-08-17 Tom LaneMake PlaceHolderInfo lookup O(1).
2022-08-17 Tom LaneAvoid using list_length() to test for empty list.
2022-08-17 Daniel Gustafssondoc: Consistently spell case-insensitive
2022-08-17 Daniel Gustafssondoc: Document pg_trgm being case-insensitive by default
2022-08-17 Michael PaquierUse SetInstallXLogFileSegmentActive() in more places...
2022-08-17 Michael PaquierAllow event trigger table_rewrite for ALTER MATERIALIZE...
2022-08-16 Tomas VondraFix assert in logicalmsg_desc
2022-08-16 Daniel Gustafssondoc: Remove reference to tty libpq connstring param
2022-08-16 Daniel Gustafssondoc: Add missing parenthesis to keycombo
2022-08-16 Amit KapilaFix replica identity check for a partitioned table.
2022-08-16 Tatsuo Ishiidoc: fix wrong tag used in create sequence manual.
2022-08-15 Thomas MunroFix headerscheck and cpluspluscheck's exit codes.
2022-08-15 Daniel Gustafssondoc: Add unit to pg_shmem_allocations attributes
2022-08-15 Tom LaneAdd missing bad-PGconn guards in libpq entry points.
2022-08-15 Peter EisentrautRemove redundant spaces in _outA_Expr() output
2022-08-15 Michael PaquierImprove tab completion of ALTER TYPE in psql
2022-08-15 Michael PaquierFix outdated --help message for postgres -f
2022-08-14 Tom LanePreserve memory context of VarStringSortSupport buffers.
2022-08-13 Thomas MunroAdd new win32 header to headerscheck and cpluspluscheck
2022-08-13 Thomas MunroRemove configure probe for gethostbyname_r.
2022-08-13 Thomas MunroRemove replacement code for getaddrinfo.
2022-08-13 Thomas MunroRemove configure probe for struct sockaddr_storage.
2022-08-13 Tom LaneAvoid misbehavior when hash_table_bytes < bucket_size.
2022-08-13 Thomas MunroRemove HAVE_UNIX_SOCKETS.
2022-08-13 Tom LaneCatch stack overflow when recursing in transformFromCla...
2022-08-13 Tom LaneRemove configurability of PPC spinlock assembly code.
2022-08-13 Thomas MunroRemove configure probe for shl_load library.
2022-08-13 Thomas MunroRemove configure probe for sys/resource.h and refactor.
2022-08-13 Thomas MunroRemove configure probes for sys/ipc.h, sys/sem.h, sys...
2022-08-13 Thomas MunroRemove configure probe for sys/select.h.
2022-08-13 Thomas MunroRemove configure probes for sys/un.h and struct sockadd...
2022-08-13 Thomas MunroRemove configure probe for sys/uio.h.
2022-08-13 Peter EisentrautAdd missing fields to _outConstraint()
2022-08-12 Peter Eisentrautpg_upgrade: Fix some minor code issues
2022-08-12 Peter Eisentrautpg_upgrade: Remove unused typedef
2022-08-12 Bruce Momjiandoc: add missing role attributes to user management...
2022-08-12 Bruce Momjiandoc: add section about heap-only tuples (HOT)
next