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
/
include
Age
Commit message (
Expand
)
Author
2024-12-07
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-05
Fix header inclusion order in c.h.
Thomas Munro
2024-12-04
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-12-04
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-03
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
Update obsolete comment
Álvaro Herrera
2024-12-03
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-03
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-11-28
Fix wording in comment
Daniel Gustafsson
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
jsonapi: add lexer option to keep token ownership
Andrew Dunstan
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-27
Remove configure check for _configthreadlocale().
Thomas Munro
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
Improve InitShmemAccess() prototype
Peter Eisentraut
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-25
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-22
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-22
Use auxv to check for CRC32 instructions on ARM.
Thomas Munro
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-20
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-11-18
Optimize pg_memory_is_all_zeros() in memutils.h
Michael Paquier
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
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
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-12
Add missing word in comment
Amit Langote
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
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
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-06
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
Split ProcSleep function into JoinWaitQueue and ProcSleep
Heikki Linnakangas
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
[next]