users/c2main/postgres.git
2024-12-19 Peter EisentrautSmall whitespace improvement
2024-12-19 Peter EisentrautPrevent redeclaration of typedef yyscan_t
2024-12-19 Michael PaquierAdd backend-level statistics to pgstats
2024-12-19 Michael PaquierExtract logic filling pg_stat_get_io()'s tuplestore...
2024-12-19 David RowleyOptimize grouping equality checks with virtual slots
2024-12-19 David RowleyFix Assert failure in WITH RECURSIVE UNION queries
2024-12-18 Melanie PlagemanRemove leftover mentions of XLOG_HEAP2_FREEZE_PAGE...
2024-12-18 Melanie PlagemanBitmap Table Scans use unified TBMIterator
2024-12-18 Melanie PlagemanAdd common interface for TBMIterators
2024-12-18 Melanie PlagemanFix overflow danger in SampleHeapTupleVisible()
2024-12-18 Melanie PlagemanMake rs_cindex and rs_ntuples unsigned
2024-12-18 Peter Eisentrautseg: pure parser and reentrant scanner
2024-12-18 Peter Eisentrautcube: pure parser and reentrant scanner
2024-12-18 Michael Paquierpsql: Add more information about service name
2024-12-18 Michael Paquierlibpq: Add service name to PGconn and PQservice()
2024-12-18 Tom LaneFix memory leak in pg_restore with zstd-compressed...
2024-12-17 David RowleyFix incorrect slot type in BuildTupleHashTableExt
2024-12-17 Nathan BossartAccommodate very large dshash tables.
2024-12-17 Tom LaneSkip useless calculation of join RTE column names durin...
2024-12-17 Melanie PlagemanCount pages set all-visible and all-frozen in VM during...
2024-12-17 Melanie PlagemanMake visibilitymap_set() return previous state of vmbits
2024-12-17 Melanie PlagemanRename LVRelState->frozen_pages
2024-12-17 Tom LaneSet max_safe_fds whenever we create shared memory and...
2024-12-17 Tom LaneSet the stack_base_ptr in main(), not in random other...
2024-12-17 Tomas VondraDetect version mismatch in brin_page_items
2024-12-17 Tomas VondraUpdate comments about index parallel builds
2024-12-17 Peter EisentrautRemove ts_locale.c's lowerstr()
2024-12-17 Peter EisentrautRemove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
2024-12-17 Richard GuoAvoid unnecessary wrapping for more complex expressions
2024-12-17 Amit KapilaDoc: Fix the wrong link on pg_createsubscriber page.
2024-12-17 Michael PaquierTweak some comments related to variable-numbered stats...
2024-12-17 Michael PaquierPrint out error position for some more DDLs
2024-12-17 Michael Paquierpg_combinebackup: Fix PITR comparison test in 002_compa...
2024-12-16 Tomas Vondradoc: Mention BRIN indexes support parallel builds
2024-12-16 Tomas Vondrapsql: Tab completion for JOIN ... USING column list
2024-12-16 Tomas Vondrapsql: Tab completion for JOIN ... ON/USING
2024-12-16 Tomas Vondrapsql: Tab completion for LATERAL joins
2024-12-16 Jeff DavisRefactor string case conversion into provider-specific...
2024-12-16 Tomas Vondrapsql: Tab completion for CREATE MATERIALIZED VIEW ...
2024-12-16 Tomas Vondrapsql: Tab completion for CREATE TEMP TABLE ... USING
2024-12-16 Tomas Vondrapsql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
2024-12-16 Tomas Vondrapsql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
2024-12-16 Heikki LinnakangasMake 009_twophase.pl test pass with recovery_min_apply_...
2024-12-16 Michael PaquierPrint out error position for CREATE DOMAIN
2024-12-16 Michael PaquierAdd some tests for encoding conversion in COPY TO/FROM
2024-12-15 Tom LaneDeclare a couple of variables inside not outside a...
2024-12-15 Tom Lanepgbench: fix misprocessing of some nested \if constructs.
2024-12-15 Fujii Masaodoc: Clarify old WAL files are kept until they are...
2024-12-14 Tom Lanecontrib/earthdistance: Use SQL-standard function bodies.
2024-12-14 Álvaro HerreraRefactor some SQL/JSON error messages
2024-12-14 Thomas MunroFix warnings about declaration of environ on MinGW.
2024-12-14 Thomas MunroRemove EXTENSION_DONT_CHECK_SIZE from md.c.
2024-12-14 John NaylorFix typo
2024-12-13 Tom LaneFix possible crash in pg_dump with identity sequences.
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
next