]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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)
2022-08-12  Bruce Momjiandoc: warn about security issues around log files
2022-08-12  Bruce Momjiandoc: clarify configuration file for Windows builds
2022-08-12  Bruce Momjiandoc: document the CREATE INDEX "USING" clause
2022-08-12  Bruce Momjiandoc: clarify CREATE TABLE AS ... IF NOT EXISTS
2022-08-12  Bruce Momjiandoc: improve wal_level docs for the 'minimal' level
2022-08-12  Bruce Momjiandoc: clarify DROP EXTENSION dependent members text
2022-08-12  Robert HaasAvoid using a fake relcache entry to own an SmgrRelation.
2022-08-12  Alvaro HerreraMERGE docs adjustments
2022-08-12  Alvaro HerreraReject MERGE in CTEs and COPY
2022-08-12  Peter EisentrautFix _outConstraint() for "identity" constraints
2022-08-11  Robert HaasFix non-specific error message.
2022-08-11  Alvaro Herrerastruct PQWalReceiverFunctions: use designated initializers
2022-08-11  Peter EisentrautAdd missing space in _outA_Const() output
2022-08-11  Amit KapilaFix catalog lookup with the wrong snapshot during logic...
2022-08-11  John NaylorOptimize xid/subxid searches in XidInMVCCSnapshot().
2022-08-10  Robert HaasMove basebackup code to new directory src/backend/backup
2022-08-10  Tom LaneFix handling of R/W expanded datums that are passed...
2022-08-10  Daniel GustafssonFix typo in test_oat_hooks README
2022-08-10  Amit KapilaImprove the protocol message descriptions for 2PC logic...
2022-08-10  Peter EisentrautRemove unused short option from getopt_long() call
2022-08-10  John NaylorIntroduce optimized routine for linear searches of...
2022-08-10  Bruce Momjiandoc: mention that COPY MATCH requires columns _in_...
2022-08-09  Michael PaquierFix some inconsistencies with GUC categories
2022-08-09  John NaylorFix mismatched file identifications
2022-08-09  Thomas MunroFix obsolete comment in commit_ts.c.
2022-08-08  Thomas MunroFix obsolete comments in instr_time.h.
2022-08-08  Tom LaneFix MSVC build script's check for obsolete node support...
2022-08-08  Tom LaneStabilize output of new regression test.
2022-08-08  Tom LaneIn extensions, don't replace objects not belonging...
2022-08-07  Andres Freundaix: fix misreading of condition in 8f12a4e7add
2022-08-07  Andres FreundTrust a few system headers to stand on their own
2022-08-07  Andres Freundsolaris: Remove unnecessary gcc / gnu ld vs sun studio...
2022-08-07  Andres Freundaix: Remove checks for very old OS versions
2022-08-07  Andres Freundwindows: Remove HAVE_MINIDUMP_TYPE test
2022-08-07  Andres FreundRely on __func__ being supported
2022-08-07  Alvaro HerreraRemove unportable use of timezone in recent test
2022-08-07  Thomas MunroSimplify replacement code for strtof.
2022-08-07  Thomas MunroSimplify gettimeofday for Windows.
2022-08-06  Tom LaneFix function-defined-but-not-used warning.
2022-08-06  Tom LaneFix data-corruption hazard in WAL-logged CREATE DATABASE.
2022-08-06  Andres FreundSimplify gettimeofday() fallback logic.
2022-08-06  Alvaro HerreraImprove recently-added test reliability
2022-08-06  Michael PaquierFix comment in copyfrom_internal.h
2022-08-06  Thomas MunroReplace pgwin32_is_junction() with lstat().
2022-08-06  Thomas MunroMake unlink() work for junction points on Windows.
2022-08-06  Thomas MunroProvide lstat() for Windows.
2022-08-05  Thomas MunroRemove fallbacks for strtoll, strtoull.
2022-08-05  Peter GeogheganFix comments about deduplication updating page.
2022-08-05  Peter GeogheganAdd missing parenthesis to max item size macro.
2022-08-05  Tom LanePartially undo commit 94da73281.
2022-08-05  Tom LaneFix handling of bare boolean expressions in mcv_get_mat...
2022-08-05  Tom LaneFix non-bulletproof ScalarArrayOpExpr code for extended...
2022-08-05  Alvaro HerreraBackpatch addition of .git-blame-ignore-revs
2022-08-05  Tom LaneFix incorrect permissions-checking code for extended...
2022-08-05  Alvaro HerreraBRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
2022-08-05  Noah MischBe more prescriptive in new doc about re-archiving...
2022-08-05  Alvaro Herreraregress: fix test instability
2022-08-05  John NaylorSimplify coding style of is_valid_ascii()
next