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-11-15
Remove unnecessary backslash from CopyFrom() code.
Fujii Masao
2024-11-15
Fix collation handling for foreign keys
Peter Eisentraut
2024-11-15
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
2024-11-15
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-11-15
jit: Stop emitting some unnecessary instructions
Heikki Linnakangas
2024-11-15
Add an assertion in get_object_address()
Peter Eisentraut
2024-11-15
Fix race conditions with drop of reused pgstats entries
Michael Paquier
2024-11-14
Pass MyPMChildSlot as an explicit argument to child process
Heikki Linnakangas
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-14
Kill dead-end children when there's nothing else left
Heikki Linnakangas
2024-11-14
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-14
Remove a useless cast to (void *) in hash_search() call
Peter Eisentraut
2024-11-13
Add nbtree amgettuple return item function.
Peter Geoghegan
2024-11-13
Fix pg_upgrade's cross-version tests when old < 18
Álvaro Herrera
2024-11-13
Fix comment in injection_point.c
Michael Paquier
2024-11-13
Fix obsolete nbtree page reuse FSM comment.
Peter Geoghegan
2024-11-12
Add missing word in comment
Amit Langote
2024-11-12
Silence compilers about extractNotNullColumn()
Álvaro Herrera
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-11-11
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
Fix cross-version upgrade tests.
Tom Lane
2024-11-11
Avoid bizarre meson behavior with backslashes in command arguments.
Tom Lane
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-11
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-11
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-11-10
jit: Remove obsolete LLVM version guard.
Thomas Munro
2024-11-08
Fix sign-compare warnings in pg_iovec.h.
Nathan Bossart
2024-11-08
Assert consistency of currPage that ended scan.
Peter Geoghegan
2024-11-08
Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
Nathan Bossart
2024-11-08
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
Avoid nbtree parallel scan currPos confusion.
Peter Geoghegan
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-11-07
Fix __attribute__((target(...))) usage.
Nathan Bossart
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-11-07
Clarify a foreign key error message
Peter Eisentraut
2024-11-07
Remove an obsolete comment in gistinsert()
Michael Paquier
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
Improve handling of empty query results in BackgroundPsql::query()
Michael Paquier
2024-11-06
Find invalid databases during upgrade check stage
Daniel Gustafsson
2024-11-06
Remove unused variable
Daniel Gustafsson
2024-11-06
doc: Remove event trigger firing matrix
Peter Eisentraut
2024-11-06
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-06
Extend Cluster.pm's background_psql() to be able to start asynchronously
Michael Paquier
2024-11-05
Fix hypothetical bug in ExprState building for hashing
David Rowley
[next]