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
/
backend
Age
Commit message (
Expand
)
Author
2024-05-26
Fix potential NULL pointer dereference in getIdentitySequence()
Michael Paquier
2024-05-23
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
2024-05-22
Don't copy extended statistics during MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-22
Fix the name collision detection in MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-22
Fix input of ISO "extended" time format for types time and timetz.
Tom Lane
2024-05-22
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-21
Fix generate_union_paths for non-sortable types.
REL_17_BETA1
Robert Haas
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
Translation updates
Peter Eisentraut
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-05-16
Fix documentation about DROP DATABASE FORCE process termination rights.
Noah Misch
2024-05-16
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-05-15
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-15
Remove stray blank line among gram.y keywords
Peter Eisentraut
2024-05-15
Fix incorrect year in some copyright notices added this year
David Rowley
2024-05-15
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
Add missing gettext triggers
Peter Eisentraut
2024-05-14
Fix memory leaks in error reporting with LOG level
Daniel Gustafsson
2024-05-14
Add missing gettext triggers
Peter Eisentraut
2024-05-14
Make formatting in nls.mk files more consistent
Peter Eisentraut
2024-05-13
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-05-13
Remove COMMAND_TAG_NEXTTAG from enum CommandTag.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-12
Add permission check for MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-12
Introduce private data area for injection points
Michael Paquier
2024-05-10
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-09
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
Make left-join removal safe under -DREALLOCATE_BITMAPSETS.
Tom Lane
2024-05-09
Fix inconsistencies in error messages
Alvaro Herrera
2024-05-08
Fix typo in src/backend/utils/resowner/README.
Etsuro Fujita
2024-05-08
Fix incorrect format placeholder
Peter Eisentraut
2024-05-07
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-05-07
Remove obsolete comment.
Jeff Davis
2024-05-07
Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.
Tom Lane
2024-05-07
postgresql.conf: align variable comments, mostly new ones
Bruce Momjian
2024-05-06
Finish incomplete revert of ec63622c0.
Tom Lane
2024-05-06
Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.
Nathan Bossart
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
Translation updates
Peter Eisentraut
2024-05-05
Silence Coverity complaint about possible null-pointer dereference.
Tom Lane
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-03
Fix an assortment of typos
David Rowley
2024-05-03
Fix segmentation fault in MergeInheritedAttribute()
Peter Eisentraut
[next]