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
Age
Commit message (
Expand
)
Author
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-17
Detect version mismatch in brin_page_items
Tomas Vondra
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
Doc: Fix the wrong link on pg_createsubscriber page.
Amit Kapila
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-17
pg_combinebackup: Fix PITR comparison test in 002_compare_backups
Michael Paquier
2024-12-16
doc: Mention BRIN indexes support parallel builds
Tomas Vondra
2024-12-16
psql: Tab completion for JOIN ... USING column list
Tomas Vondra
2024-12-16
psql: Tab completion for JOIN ... ON/USING
Tomas Vondra
2024-12-16
psql: Tab completion for LATERAL joins
Tomas Vondra
2024-12-16
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-16
psql: Tab completion for CREATE MATERIALIZED VIEW ... USING
Tomas Vondra
2024-12-16
psql: Tab completion for CREATE TEMP TABLE ... USING
Tomas Vondra
2024-12-16
psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
Tomas Vondra
2024-12-16
psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
Tomas Vondra
2024-12-16
Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024-12-16
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-16
Add some tests for encoding conversion in COPY TO/FROM
Michael Paquier
2024-12-15
Declare a couple of variables inside not outside a PG_TRY block.
Tom Lane
2024-12-15
pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024-12-15
doc: Clarify old WAL files are kept until they are summarized.
Fujii Masao
2024-12-14
contrib/earthdistance: Use SQL-standard function bodies.
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
Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024-12-13
Rewrite maybe_reread_subscription() comment
Álvaro Herrera
2024-12-13
Dump not-null constraints on inherited columns correctly
Álvaro Herrera
2024-12-12
Revert "Don't truncate database and user names in startup packets."
Nathan Bossart
2024-12-12
Adjust some comments about structure properties in pg_stat.h
Michael Paquier
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Improve the test case from 5668a857d
Richard Guo
2024-12-12
Add some regression tests for missing DDL patterns
Michael Paquier
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
Fix further fallout from EXPLAIN ANALYZE BUFFERS change
David Rowley
2024-12-11
Use pg_memory_is_all_zeros() in pgstatfuncs.c.
Nathan Bossart
2024-12-11
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
Fix a memory leak in dumping functions with TRANSFORMs
Daniel Gustafsson
2024-12-11
Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024-12-11
Add missing BUFFERS OFF in select_into regression tests
David Rowley
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
Improve reporting of pg_upgrade log files on test failure
Michael Paquier
[next]