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
Age
Commit message (
Expand
)
Author
2024-03-09
Run perltidy on 002_pg_upgrade.pl.
Jeff Davis
2024-03-09
Fix cross-version pg_upgrade test.
Jeff Davis
2024-03-09
Document units of "timeout" in ConditionVariableTimedSleep()
Michael Paquier
2024-03-09
Fix type signedness error in commit 5c40364dd6.
Jeff Davis
2024-03-08
Fix errorhandling for reading from a pipe
Daniel Gustafsson
2024-03-08
Replace perror with custom postgres logging
Daniel Gustafsson
2024-03-08
Improve WIN32 waiting logic in psql's \watch command.
Tom Lane
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-08
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-08
Avoid stack overflow in ShowTransactionStateRec()
Alexander Korotkov
2024-03-08
Turn tail recursion into iteration in CommitTransactionCommand()
Alexander Korotkov
2024-03-08
Revert "Fix link error for test_radixtree module on Windows"
John Naylor
2024-03-08
Fix link error for test_radixtree module on Windows
John Naylor
2024-03-08
Fix link error for test_radixtree module on Windows
John Naylor
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-08
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-08
Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2024-03-07
Update comment of AlterTableCmd->name in parsenodes.h
Michael Paquier
2024-03-07
Unicode case mapping tables and functions.
Jeff Davis
2024-03-07
Fix description and grouping of RangeTblEntry.inh
Peter Eisentraut
2024-03-07
Blind attempt to fix ODR violations
John Naylor
2024-03-07
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
2024-03-07
Fix incorrect format specifier for int64
John Naylor
2024-03-07
Fix redefinition of typedefs
John Naylor
2024-03-07
Add template for adaptive radix tree
John Naylor
2024-03-07
Revert "Add recovery TAP test for race condition with slot invalidations"
Michael Paquier
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Add Unicode property tables.
Jeff Davis
2024-03-06
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
Fix signedness error in 9f225e992 for gcc
John Naylor
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
Move some bitmap logic out of bitmapset.c
John Naylor
2024-03-06
Introduce helper SIMD functions for small byte arrays
John Naylor
2024-03-06
Add recovery TAP test for race condition with slot invalidations
Michael Paquier
2024-03-05
Add --copy-file-range option to pg_upgrade.
Thomas Munro
2024-03-05
Remove surplus trailing semicolon
David Rowley
2024-03-05
Run pgindent again on the same file.
Jeff Davis
2024-03-05
Run pgindent for commit ef4cfdce0e.
Jeff Davis
2024-03-05
Fix references to renamed function in comments
Heikki Linnakangas
2024-03-05
Improve field order in RangeTblEntry
Peter Eisentraut
2024-03-05
Fix misspelled assertions
Alvaro Herrera
2024-03-05
Rework redundant code in subtrans.c
Alvaro Herrera
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
Fix a leftover reference to backend_id in comment
Heikki Linnakangas
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix incorrectly reported stats kind in "can't happen" ERROR
David Rowley
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
Add macro for customizing an archiving WARNING message.
Nathan Bossart
2024-03-04
Explicitly list dependent types as extension members in pg_depend.
Tom Lane
2024-03-04
pg_verifybackup: Refactor parse_manifest_file.
Robert Haas
[next]