]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-12-13  Álvaro HerreraRewrite maybe_reread_subscription() comment
2024-12-13  Álvaro HerreraDump not-null constraints on inherited columns correctly
2024-12-12  Nathan BossartRevert "Don't truncate database and user names in start...
2024-12-12  Michael PaquierAdjust some comments about structure properties in...
2024-12-12  David RowleyDetect redundant GROUP BY columns using UNIQUE indexes
2024-12-12  Richard GuoImprove the test case from 5668a857d
2024-12-12  Michael PaquierAdd some regression tests for missing DDL patterns
2024-12-12  David RowleyDefer remove_useless_groupby_columns() work until query...
2024-12-11  Masahiko SawadaAdd UUID version 7 generation function.
2024-12-11  David RowleyFix further fallout from EXPLAIN ANALYZE BUFFERS change
2024-12-11  Nathan BossartUse pg_memory_is_all_zeros() in pgstatfuncs.c.
2024-12-11  Masahiko SawadaUnmark gen_random_uuid() function leakproof.
2024-12-11  Daniel GustafssonFix a memory leak in dumping functions with TRANSFORMs
2024-12-11  David RowleyAdd missing BUFFERS OFF in regression tests, take 2
2024-12-11  David RowleyAdd missing BUFFERS OFF in select_into regression tests
2024-12-11  David RowleyEnable BUFFERS with EXPLAIN ANALYZE by default
2024-12-11  David RowleyUse ExprStates for hashing in GROUP BY and SubPlans
2024-12-11  Jeff DavisUse in-place updates for pg_restore_relation_stats().
2024-12-10  Michael PaquierImprove reporting of pg_upgrade log files on test failure
2024-12-10  David RowleySpeedup Hash Joins with dedicated functions for ExprSta...
2024-12-10  Tom LaneDoc: add some commentary about ExecutorRun's NoMovement...
2024-12-10  Noah MischFix elog(FATAL) before PostmasterMain() or just after...
2024-12-10  Peter EisentrautTests for logical replication with temporal keys
2024-12-10  Peter EisentrautSupport for GiST in get_equal_strategy_number()
2024-12-10  Peter EisentrautMake the conditions in IsIndexUsableForReplicaIdentityF...
2024-12-10  Peter EisentrautReplace get_equal_strategy_number_for_am() by get_equal...
2024-12-10  Peter EisentrautImprove internal logical replication error for missing...
2024-12-10  Michael PaquierFix comments of GUC hooks for timezone_abbreviations
2024-12-10  Michael PaquierFix outdated comment of scram_build_secret()
2024-12-09  Masahiko SawadaInclude necessary header files in radixtree.h.
2024-12-09  David RowleyDoc: fix incorrect EXPLAIN ANALYZE output for bloom...
2024-12-09  Daniel GustafssonFix small memory leaks in GUC checks
2024-12-09  Nathan BossartFix various overflow hazards in date and timestamp...
2024-12-09  Tom LaneSimplify executor's determination of whether to use...
2024-12-09  Heikki LinnakangasRemove remants of "snapshot too old"
2024-12-09  Richard GuoAvoid unnecessary wrapping for Vars and PHVs
2024-12-09  Richard GuoFix right-semi-joins in HashJoin rescans
2024-12-09  Michael PaquierFix memory leak in pgoutput with publication list cache
2024-12-09  Michael PaquierImprove comment about dropped entries in pgstat.c
2024-12-09  Amit KapilaImprove the error message introduced in commit 87ce27de696.
2024-12-09  Michael PaquierFix invalidation of local pgstats references for entry...
2024-12-09  David RowleyFix possible crash during WindowAgg evaluation
2024-12-07  Tom LaneEnsure that pg_amop/amproc entries depend on their...
2024-12-07  Tom LaneMake getObjectDescription robust against dangling ampro...
2024-12-07  Tom LaneFix is_digit labeling of to_timestamp's FFn format...
2024-12-07  Peter Eisentrautdoc: remove LC_COLLATE and LC_CTYPE from SHOW command
2024-12-06  Jeff DavisComment fix: "buffer context lock" to "buffer content...
2024-12-06  Peter EisentrautRemove useless casts to (const void *)
2024-12-05  Thomas MunroFix printf format string warning on MinGW.
2024-12-05  Peter EisentrautRemove pg_regex_collation
2024-12-05  Thomas MunroFix header inclusion order in c.h.
2024-12-04  Nathan BossartProvide a better error message for misplaced dispatch...
2024-12-04  Bruce MomjianReturn actual error code from FOP failure in PDF build
2024-12-04  Peter EisentrautFix dead code
2024-12-04  John NaylorFix use-after-free in parallel_vacuum_reset_dead_items
2024-12-04  Peter EisentrautSimplify IsIndexUsableForReplicaIdentityFull()
2024-12-04  Amit KapilaEnsure stored generated columns must be published when...
2024-12-04  Bruce MomjianProperly use $(AWK) in Makefile, not 'awk'
2024-12-04  Thomas MunroUse <stdint.h> and <inttypes.h> for c.h integers.
2024-12-04  Tom LaneDefine __EXTENSIONS__ on Solaris, too.
2024-12-03  Bruce MomjianFix Makefile so invalid characters warning preserves...
2024-12-03  Bruce MomjianNow that we have non-Latin1 SGML detection, restore...
2024-12-03  Jeff DavisMove check for ucol_strcollUTF8 to pg_locale_icu.c
2024-12-03  Tom LaneDefine _POSIX_C_SOURCE as 200112L on Solaris.
2024-12-03  Álvaro HerreraFix synchronized_standby_slots GUC check hook
2024-12-03  Álvaro HerreraDrop "Lock" suffix from LWLock wait event names
2024-12-03  Álvaro HerreraUpdate obsolete comment
2024-12-03  Peter EisentrautFix handling of CREATE DOMAIN with GENERATED constraint...
2024-12-03  Peter EisentrautFix temporary memory leak in system table index scans
2024-12-03  Jeff DavisPerform provider-specific initialization in new functions.
2024-12-03  Michael Paquierdoc: Clarify some terms for pg_createsubscriber
2024-12-03  Jeff DavisFix unintentional behavior change in commit e9931bfb75.
2024-12-03  David RowleyRevert "Introduce CompactAttribute array in TupleDesc"
2024-12-03  David RowleyIntroduce CompactAttribute array in TupleDesc
2024-12-03  Bruce Momjiandoc Makefile: issue warning about chars that cannot...
2024-12-03  Michael PaquierRework some code handling pg_subscription data in psql...
2024-12-02  Thomas MunroRelationTruncate() must set DELAY_CHKPT_START.
2024-12-02  Nathan BossartDeprecate MD5 passwords.
2024-12-02  Dean RasheedAdd a planner support function for numeric generate_ser...
2024-12-02  Dean RasheedFix #include order in timestamp.c.
2024-12-02  Peter EisentrautFix error code for referential action RESTRICT
2024-12-01  Tom LaneFix broken list-munging in ecpg's remove_variables().
2024-11-30  Tom LaneAvoid mislabeling of lateral references, redux.
2024-11-30  Peter Eisentrautdoc: Fix typo
2024-11-29  Peter EisentrautSmall indenting fixes in jsonpath_scan.l
2024-11-29  Peter Eisentrautdoc: Improve description of referential actions
2024-11-29  Peter EisentrautAdd tests for foreign keys with case-insensitive collations
2024-11-29  Alexander KorotkovSkip not SOAP-supported indexes while transforming...
2024-11-29  David RowleyFix typo in header comment for set_operation_ordered_re...
2024-11-28  Michael Paquierpsql: Sprinkle more CppAsString2() in describe.c
2024-11-28  Tom LaneAvoid mislabeling of lateral references when pulling...
2024-11-28  Daniel GustafssonFix wording in comment
2024-11-28  Peter Eisentrautpsql: Add tab completion for COPY (MERGE ...
2024-11-28  Peter EisentrautRemove useless casts to (void *)
2024-11-27  Thomas MunroRequire sizeof(bool) == 1.
2024-11-27  Nathan BossartUse __attribute__((target(...))) for SSE4.2 CRC-32C...
2024-11-27  Álvaro HerreraMake GUC_check_errdetail messages full sentences
2024-11-27  Álvaro HerreraRemove redundant relam initialization
2024-11-27  Tom Laneecpg: clean up some other assorted memory leaks.
2024-11-27  Tom Laneecpg: put all string-valued tokens returned by pgc...
next