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
/
tools
Age
Commit message (
Expand
)
Author
2025-02-10
Add test of various escape functions
Andres Freund
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-27
ci: Fix cached MacPorts installation management
Andres Freund
2024-11-27
Fix typo
Peter Eisentraut
2024-11-15
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
2024-11-11
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-06
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-04
Use portable diff options in pg_bsd_indent's regression test.
Tom Lane
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-09
Remove incorrect function import from pgindent
Daniel Gustafsson
2024-09-19
Improve Perl script which adds commit links to release notes
Bruce Momjian
2024-09-16
scripts: add Perl script to add links to release notes
Bruce Momjian
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-18
ci: Upgrade MacPorts version to 2.10.1.
Thomas Munro
2024-07-25
ci: Pin MacPorts version to 2.9.3.
Thomas Munro
2024-07-24
ci: Upgrade macOS version from 13 to 14.
Thomas Munro
2024-07-15
Use atomics to avoid locking in InjectionPointRun()
Heikki Linnakangas
2024-07-10
Use diff's --strip-trailing-cr flag where appropriate on Windows
Andrew Dunstan
2024-07-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-28
Make TAP todo_start effects the same under Meson and prove_check.
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-13
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-12
Harmonize pg_bsd_indent parameter names.
Peter Geoghegan
2024-06-06
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-05-22
amcheck: Refactoring the storage of the last visible entry
Alexander Korotkov
2024-05-17
Sync typedefs.list with buildfarm, for real this time.
Tom Lane
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-05-15
Doc: update src/tools/pgindent/README for current practice.
Tom Lane
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-12
injection_points: Store runtime conditions in private area
Michael Paquier
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-27
Remove redundant JSON parser typedefs
Andrew Dunstan
2024-04-25
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-18
Update src/tools/pginclude/README to match recent changes to cpluspluscheck
Peter Eisentraut
2024-04-16
Undo incorrect typedefs.list change.
Tom Lane
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
[next]