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
2025-01-15
Downgrade error in object_aclmask_ext() to internal
Peter Eisentraut
2025-01-15
Downgrade errors in object_ownercheck() to internal
Peter Eisentraut
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-14
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
Synchronize guc_tables.c categories with vacuum docs categories
Melanie Plageman
2025-01-14
psql: Add option to use expanded mode to all list commands.
Dean Rasheed
2025-01-14
ecpg: Restore detection of unsupported COPY FROM STDIN.
Fujii Masao
2025-01-14
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-14
psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.
Dean Rasheed
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
Bump PGSTAT_FILE_FORMAT_ID
Michael Paquier
2025-01-14
Fix potential integer overflow in bringetbitmap()
Michael Paquier
2025-01-14
Move information about pgstats kinds into its own header pgstat_kind.h
Michael Paquier
2025-01-14
Remove assertion in pgstat_count_io_op()
Michael Paquier
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-13
Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis
2025-01-13
Reorder vacuum GUCs in postgresql.conf.sample to match docs
Melanie Plageman
2025-01-13
Add BTOPTIONS_PROC comments to nbtree.h.
Peter Geoghegan
2025-01-13
Move nbtree preprocessing into new .c file.
Peter Geoghegan
2025-01-13
Add commit 6e826278f1 to .git-blame-ignore-revs.
Nathan Bossart
2025-01-13
Fix pgindent damage
Richard Guo
2025-01-12
Fix HBA option count
Daniel Gustafsson
2025-01-12
Fix JsonExpr deparsing to quote variable names in the PASSING clause.
Dean Rasheed
2025-01-12
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2025-01-11
Repair memory leaks in plpython.
Tom Lane
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
Fix a compiler warning in initStringInfo().
Tatsuo Ishii
2025-01-11
Fix redefinition of type in commit e0ece2a981.
Jeff Davis
2025-01-11
TupleHashTable: store additional data along with tuple.
Jeff Davis
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
2025-01-10
Add new StringInfo APIs to allow callers to specify the buffer size.
Tatsuo Ishii
2025-01-10
Consolidate docs for vacuum-related GUCs in new subsection
Melanie Plageman
2025-01-10
Fix missing ldapscheme option in pg_hba_file_rules()
Daniel Gustafsson
2025-01-10
Fix obsolete nbtree README left link remarks.
Peter Geoghegan
2025-01-10
Use a non-locking initial test in TAS_SPIN on AArch64.
Nathan Bossart
2025-01-10
postmaster: Rename some shutdown related PMState phase names
Andres Freund
2025-01-10
postmaster: Make btmask_add() variadic
Andres Freund
2025-01-10
postmaster: Introduce variadic btmask_all_except()
Andres Freund
2025-01-10
postmaster: Improve logging of signals sent by postmaster
Andres Freund
2025-01-10
postmaster: Update pmState via a wrapper function
Andres Freund
2025-01-10
Adjust signature of cluster_rel() and its subroutines
Álvaro Herrera
2025-01-10
Fix UNION planner datatype issue
David Rowley
2025-01-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
Michael Paquier
2025-01-10
Refactor some code related to backend statistics
Michael Paquier
2025-01-09
Fix an ALTER GROUP ... DROP USER error message.
Nathan Bossart
2025-01-09
Use @extschema:name@ notation in contrib transform modules.
Tom Lane
2025-01-09
Simplify signature of RewriteTable
Álvaro Herrera
2025-01-09
doc: Clarify synchronous_standby_names parameter.
Fujii Masao
[next]