index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2024-12-19
Remove extra prefetch iterator setup for Bitmap Table Scan
Melanie Plageman
2024-12-19
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-19
Avoid nbtree index scan SAOP scanBehind confusion.
Peter Geoghegan
2024-12-19
bootstrap: pure parser and reentrant scanner
Peter Eisentraut
2024-12-19
Small whitespace improvement
Peter Eisentraut
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
Extract logic filling pg_stat_get_io()'s tuplestore into its own routine
Michael Paquier
2024-12-19
Optimize grouping equality checks with virtual slots
David Rowley
2024-12-19
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-18
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
Melanie Plageman
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-12-18
Fix overflow danger in SampleHeapTupleVisible()
Melanie Plageman
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-12-17
Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024-12-17
Accommodate very large dshash tables.
Nathan Bossart
2024-12-17
Skip useless calculation of join RTE column names during EXPLAIN.
Tom Lane
2024-12-17
Count pages set all-visible and all-frozen in VM during vacuum
Melanie Plageman
2024-12-17
Make visibilitymap_set() return previous state of vmbits
Melanie Plageman
2024-12-17
Rename LVRelState->frozen_pages
Melanie Plageman
2024-12-17
Set max_safe_fds whenever we create shared memory and semaphores.
Tom Lane
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-17
Remove ts_locale.c's lowerstr()
Peter Eisentraut
2024-12-17
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024-12-17
Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024-12-17
Tweak some comments related to variable-numbered stats in pgstat.c
Michael Paquier
2024-12-17
Print out error position for some more DDLs
Michael Paquier
2024-12-16
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-16
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-15
Declare a couple of variables inside not outside a PG_TRY block.
Tom Lane
2024-12-14
Refactor some SQL/JSON error messages
Álvaro Herrera
2024-12-14
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-14
Remove EXTENSION_DONT_CHECK_SIZE from md.c.
Thomas Munro
2024-12-14
Fix typo
John Naylor
2024-12-13
Rewrite maybe_reread_subscription() comment
Álvaro Herrera
2024-12-12
Revert "Don't truncate database and user names in startup packets."
Nathan Bossart
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-12-11
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
Use pg_memory_is_all_zeros() in pgstatfuncs.c.
Nathan Bossart
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-12-11
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-12-11
Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024-12-10
Speedup Hash Joins with dedicated functions for ExprState hashing
David Rowley
2024-12-10
Doc: add some commentary about ExecutorRun's NoMovement special case.
Tom Lane
2024-12-10
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-10
Support for GiST in get_equal_strategy_number()
Peter Eisentraut
2024-12-10
Make the conditions in IsIndexUsableForReplicaIdentityFull() more explicit
Peter Eisentraut
2024-12-10
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
[next]