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
/
test
Age
Commit message (
Expand
)
Author
2025-01-17
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-16
Avoid calling pqsignal() with invalid signals on Windows frontends.
Nathan Bossart
2025-01-16
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
Move routines to manipulate WAL into PostgreSQL::Test::Cluster
Michael Paquier
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-14
psql: Add option to use expanded mode to all list commands.
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
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
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
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-09
Fix an ALTER GROUP ... DROP USER error message.
Nathan Bossart
2025-01-08
Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.
Tom Lane
2025-01-07
Fix error message wording
Álvaro Herrera
2025-01-07
Improve nbtree unsatisfiable RowCompare detection.
Peter Geoghegan
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-06
Always use the caller-provided context for radix tree leaves
John Naylor
2025-01-06
Get rid of radix tree's general purpose memory context
John Naylor
2025-01-02
Ignore nullingrels when looking up statistics
Richard Guo
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-30
injection_points: Tweak variable-numbered stats to work with pending data
Michael Paquier
2024-12-30
Fix failures with incorrect epoch handling for 2PC files at recovery
Michael Paquier
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-27
Improve handling of date_trunc() units for infinite input values
Michael Paquier
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Relax regression test for fsync check of backend-level stats
Michael Paquier
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-19
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-17
Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024-12-17
Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024-12-17
Print out error position for some more DDLs
Michael Paquier
2024-12-16
Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024-12-16
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-16
Add some tests for encoding conversion in COPY TO/FROM
Michael Paquier
2024-12-14
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Improve the test case from 5668a857d
Richard Guo
2024-12-12
Add some regression tests for missing DDL patterns
Michael Paquier
2024-12-11
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024-12-11
Add missing BUFFERS OFF in select_into regression tests
David Rowley
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
[next]