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-01-03
Refactor: separate function to find all objects depending on a column
Peter Eisentraut
2024-01-02
Minor fixes for search path cache code.
Tom Lane
2024-01-02
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Robert Haas
2024-01-02
jsonpath_exec: fix typo "absense" -> "absence"
Robert Haas
2024-01-02
gist: fix typo "split(t)ed" -> "split"
Robert Haas
2024-01-02
tsquery: fix typo "rewrited" -> "rewritten"
Robert Haas
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
Add WALSummarizerLock to wait_event_names.txt
Robert Haas
2024-01-02
Replace the relid in some missing fields during SJE
Alexander Korotkov
2024-01-02
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2024-01-01
Turn AT_PASS_* macros into an enum
Peter Eisentraut
2023-12-30
Fix parallel BRIN builds with synchronized scans
Tomas Vondra
2023-12-30
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-30
Don't send "cannot connect" errors on invalid startup packet
Heikki Linnakangas
2023-12-30
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-28
Fix variable name and comment
Peter Eisentraut
2023-12-27
Improve the implementation of information_schema._pg_expandarray().
Tom Lane
2023-12-27
Fix incorrect format placeholders
Peter Eisentraut
2023-12-27
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-27
Initialize variable to placate compiler.
Robert Haas
2023-12-27
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-27
Fix typo and case in messages
John Naylor
2023-12-27
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-27
REALLOCATE_BITMAPSETS manual compile-time option
Alexander Korotkov
2023-12-27
Add asserts to bimapset manipulation functions
Alexander Korotkov
2023-12-26
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-26
Remove unused macro
Peter Eisentraut
2023-12-24
Fix a comment for remove_self_joins_recurse()
Alexander Korotkov
2023-12-24
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-24
Handle PlaceHolderVar case in replace_varno_walker
Alexander Korotkov
2023-12-24
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-22
Set all variable-length fields of pg_attribute to null on column drop
Peter Eisentraut
2023-12-21
Replace nonsense comment with a relevant one.
Robert Haas
2023-12-21
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-12-21
Fix prologue of get_partition_ancestors()
Peter Eisentraut
2023-12-21
Show isCatalogRel in several rmgr descriptions.
Masahiko Sawada
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-20
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-20
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-20
Remove MSVC scripts
Michael Paquier
2023-12-19
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
2023-12-19
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
pgoutput: Raise an error for missing protocol version parameter.
Amit Kapila
2023-12-18
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
[next]