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-09-17
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
Ensure standby promotion point in 043_wal_replay_wait.pl
Alexander Korotkov
2024-09-17
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-17
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-09-17
Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Tatsuo Ishii
2024-09-16
Fix redefinition of typedef.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize encoding conversion check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize WITH OIDS check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize incompatible polymorphics check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize postfix operator check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize contrib/isn check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize data type checks.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize retrieving extension updates.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize retrieving loadable libraries.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize subscription check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize retrieving relation information.
Nathan Bossart
2024-09-16
Introduce framework for parallelizing various pg_upgrade tasks.
Nathan Bossart
2024-09-16
doc PG relnotes: fix SGML markup for new commit links
Bruce Momjian
2024-09-16
scripts: add Perl script to add links to release notes
Bruce Momjian
2024-09-16
Perl scripts: revert 43ce181059d
Bruce Momjian
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-15
Perl scripts: eliminate "Useless interpolation" warnings
Bruce Momjian
2024-09-14
Run regression tests with timezone America/Los_Angeles.
Tom Lane
2024-09-14
Add commit 7229ebe011df to .git-blame-ignore-revs.
Alvaro Herrera
2024-09-14
Remove obsolete comment in pg_stat_statements.
Tom Lane
2024-09-14
Improve meson's detection of perl build flags
Andrew Dunstan
2024-09-14
Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required
Andrew Dunstan
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-13
Add commit 2b03cfeea4 to .git-blame-ignore-revs.
Nathan Bossart
2024-09-13
Fix contrib/pageinspect's test for sequences.
Nathan Bossart
2024-09-13
Remove separate locale_is_c arguments
Peter Eisentraut
2024-09-13
SQL/JSON: Update example in JSON_QUERY() documentation
Amit Langote
2024-09-13
Prohibit altering invalidated replication slots.
Amit Kapila
2024-09-13
pg_stat_statements: Add tests with extended query protocol
Michael Paquier
2024-09-12
Reintroduce support for sequences in pgstattuple and pageinspect.
Nathan Bossart
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
Remove redundant check for default collation.
Jeff Davis
2024-09-12
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
Add has_largeobject_privilege function.
Fujii Masao
2024-09-12
Deduplicate code in LargeObjectExists and myLargeObjectExists.
Fujii Masao
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-09-12
Doc: alphabetize aggregate function table
David Rowley
2024-09-12
Remove old RULE privilege completely.
Fujii Masao
2024-09-12
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-09-12
Adjust tuplestore stats API
David Rowley
[next]