]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-08-29  John NaylorFix broken cast on MSVC
2022-08-29  John NaylorUse ARM Advanced SIMD (NEON) intrinsics where available
2022-08-29  John NaylorAbstract some more architecture-specific details away...
2022-08-29  David RowleyImprove performance of and reduce overheads of memory...
2022-08-29  Amit KapilaFix the incorrect assertion introduced in commit 7f13ac...
2022-08-28  Tom LaneDoc: fix example of recursive query.
2022-08-28  Peter EisentrautAdd more detail why repalloc and pfree do not accept...
2022-08-28  Michael PaquierEnable RandomizedBaseAddress (ASLR) on Windows with...
2022-08-27  Tom LaneAvoid casting away const in sepgsql's quote_object_name.
2022-08-27  Tom LaneDoc: add comment about bug fixed in back branches as...
2022-08-27  Alexander KorotkovFix typo in comment for writetuple() function
2022-08-27  John NaylorBe more careful to avoid including system headers after...
2022-08-27  Michael PaquierUse correct connection for cancellation in frontend...
2022-08-26  Peter EisentrautRemove unneeded null pointer checks before PQfreemem()
2022-08-26  Peter EisentrautRemove unnecessary casts in free() and pfree()
2022-08-26  John NaylorUse SSE2 in is_valid_ascii() where available.
2022-08-26  Peter EisentrautRemove obsolete comment
2022-08-26  Etsuro FujitaFix typo in comment.
2022-08-26  John NaylorAdd optimized functions for linear search within byte...
2022-08-25  Thomas MunroRemove configure probe for sockaddr_in6 and require...
2022-08-25  Peter Eisentrautlibpq code should use libpq_gettext(), not _()
2022-08-25  Jeff DavisFix doc oversight for custom WAL resource managers.
2022-08-25  David RowleySmall refactor to get rid of -Wshadow=compatible-local...
2022-08-25  David RowleyMore -Wshadow=compatible-local warning fixes
2022-08-25  Robert HaasAllow grant-level control of role inheritance behavior.
2022-08-25  Peter EisentrautMove NON_EXEC_STATIC from c.h to postgres.h
2022-08-25  Peter EisentrautUpdate another comment still referring to pg_start...
2022-08-25  Daniel Gustafssondoc: Fix typo in GRANT docs
2022-08-25  Daniel GustafssonFix typo in MVCC test comment
2022-08-25  John NaylorRemove unused symbol __aarch64
2022-08-25  Peter Eisentrautpg_dump: Fix new ICU tests
2022-08-25  Andres Freundaix: Fix SHLIB_EXPORTS reference in VPATH builds
2022-08-25  Andres FreundRemove SUBSYS.o rule in common.mk, hasn't been used...
2022-08-25  Andres FreundRemove rule to generate postgres.o, not needed for...
2022-08-25  Andres Freundsolaris: Use versioning scripts instead of -Bsymbolic
2022-08-24  Robert HaasInclude RelFileLocator fields individually in BufferTag.
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).
next