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-03-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
C comment: mention no doc for negative start of substring(text)
Bruce Momjian
2024-03-26
Allow "make check"-style testing to work with musl C library.
Tom Lane
2024-03-26
Remove ObjectClass type
Peter Eisentraut
2024-03-26
Message fixes for pg_createsubscriber
Peter Eisentraut
2024-03-26
Fix inconsistent function prototypes with function definitions.
Masahiko Sawada
2024-03-26
Fix a calculation in TidStoreCreate().
Masahiko Sawada
2024-03-26
Avoid edge case in pg_visibility test with small shared_buffers
Andres Freund
2024-03-25
Improve error message for tts_(virtual|minimal)_is_current_xact_tuple
Alexander Korotkov
2024-03-25
Add comments on some MinimalTupleSlots methods usage
Alexander Korotkov
2024-03-25
ci: macos: Choose python version
Andres Freund
2024-03-25
Add EvalPlanQual delete returning isolation test
Alexander Korotkov
2024-03-25
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-25
Refactor predicate_{implied,refuted}_by_simple_clause.
Tom Lane
2024-03-25
Clarify comment for LogicalTapeSetBlocks().
Jeff Davis
2024-03-25
Adjust pgbench option for debug mode.
Nathan Bossart
2024-03-25
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-25
Fix typo in comment
Daniel Gustafsson
2024-03-25
doc: Document error handling in PGTYPESnumeric_to_long
Daniel Gustafsson
2024-03-25
ecpg: Fix return code for overflow in numeric conversion
Daniel Gustafsson
2024-03-25
Fix indentation from a11f330b5
Daniel Gustafsson
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
pg_createsubscriber: creates a new logical replica from a standby server
Peter Eisentraut
2024-03-25
Track last_inactive_time in pg_replication_slots.
Amit Kapila
2024-03-25
Code review for 6190d828cd2
Amit Langote
2024-03-25
reindexdb: Fix warning about uninitialized indices_tables_cell
Alexander Korotkov
2024-03-25
Do not translate dummy SpecialJoinInfos for child joins
Amit Langote
2024-03-25
Reduce memory used by partitionwise joins
Amit Langote
2024-03-25
make dist uses git archive
Peter Eisentraut
2024-03-25
Fix potential integer handling issue in radixtree.h.
Masahiko Sawada
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
reindexdb: Add the index-level REINDEX with multiple jobs
Alexander Korotkov
2024-03-24
Fix convert_case(), introduced in 5c40364dd6.
Jeff Davis
2024-03-24
doc: Clarify requirements for SET ROLE.
Nathan Bossart
2024-03-24
Allow more cases to pass the unsafe-use-of-new-enum-value restriction.
Tom Lane
2024-03-24
Release PQconninfoOptions array in GetDbnameFromConnectionOptions().
Tom Lane
2024-03-24
Release temporary array in check_for_data_types_usage().
Tom Lane
2024-03-24
ci: freebsd repartition script didn't copy .git directory
Peter Eisentraut
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-23
amcheck: Normalize index tuples containing uncompressed varlena
Alexander Korotkov
2024-03-23
amcheck: Support for different header sizes of short varlena datum
Alexander Korotkov
2024-03-22
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
Use a hash table for catcache.c's CatCList objects.
Tom Lane
2024-03-22
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-22
Fix an oversight in refactoring in 06b10f80ba4.
Alexander Korotkov
2024-03-22
Do not output actual value of location fields in node serialization by default
Peter Eisentraut
2024-03-22
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-22
Make RangeTblEntry dump order consistent
Peter Eisentraut
2024-03-22
Remove custom _jumbleRangeTblEntry()
Peter Eisentraut
2024-03-22
Reformat some node comments
Peter Eisentraut
[next]