index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
meson: Restore implicit warning/debug/optimize flags for extensions
Peter Eisentraut
2024-06-07
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-06
*
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-06-04
*
Fix a couple of outdated comments now that we have MERGE RETURNING
David Rowley
2024-05-23
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Remove unused typedefs
Peter Eisentraut
2024-05-17
*
Remove enum WaitEventExtension
Michael Paquier
2024-05-17
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Fix incorrect year in some copyright notices added this year
David Rowley
2024-05-15
*
Do pre-release housekeeping on catalog data.
Tom Lane
2024-05-14
*
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
*
Remove COMMAND_TAG_NEXTTAG from enum CommandTag.
Tom Lane
2024-05-13
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Introduce private data area for injection points
Michael Paquier
2024-05-12
*
Change ALPN protocol ID to IANA-approved "postgresql"
Heikki Linnakangas
2024-05-11
*
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
*
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-05-07
*
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
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Disallow direct change of NO INHERIT of not-null constraints
Alvaro Herrera
2024-05-02
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Fix failure to track role dependencies of pg_init_privs entries.
Tom Lane
2024-04-29
*
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-29
*
Small cosmetic fixes in radix tree template
John Naylor
2024-04-27
*
radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.
Masahiko Sawada
2024-04-25
*
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-25
*
Improve comment of DeallocateStmt->isall
Michael Paquier
2024-04-25
*
Remove some unnecessary fields from executor nodes.
Tom Lane
2024-04-23
*
Remove resowner_private.h
Michael Paquier
2024-04-20
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-19
*
Remove unused function prototype
Daniel Gustafsson
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix restore of not-null constraints with inheritance
Alvaro Herrera
2024-04-18
*
SQL/JSON: Miscellaneous fixes and improvements
Amit Langote
2024-04-18
*
SQL/JSON: Improve some error messages
Amit Langote
2024-04-18
*
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore
Andres Freund
2024-04-17
*
Mark some new location fields as ParseLoc
Peter Eisentraut
2024-04-16
*
Clean up more indent breakage from 6377e12a5.
Tom Lane
2024-04-16
*
Fix nbtree posting list comment.
Peter Geoghegan
2024-04-16
*
Fix nbtree page recycling comment.
Peter Geoghegan
2024-04-16
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Add missing PGDLLIMPORT markings
Michael Paquier
2024-04-16
*
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-15
*
Fix some memory leaks associated with parsing json and manifests
Andrew Dunstan
2024-04-12
[next]