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
REL_19_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
/
commands
Age
Commit message (
Expand
)
Author
12 days
Fix VACUUM's handling of TOAST storage parameters.
Nathan Bossart
2026-08-22
Track RI fast-path FK-check batches per subtransaction
Amit Langote
2026-08-20
Track RI fast-path FK-check batches per firing cycle
Amit Langote
2026-08-10
Check for USAGE privilege on types used by stored expressions.
Nathan Bossart
2026-08-10
Preserve the owner of extended statistics rebuilt by ALTER TABLE.
Masahiko Sawada
2026-08-04
Validate publisher for retain_dead_tuples in the apply worker.
Amit Kapila
2026-08-03
Handle concurrently-dropped relations in database-wide VACUUM.
Nathan Bossart
2026-06-29
Hardwire RI fast-path end-of-xact cleanup into xact.c
Amit Langote
2026-06-09
Disallow direct use of the pgrepack logical decoding plugin
Álvaro Herrera
2026-04-22
Harmonize function parameter names for Postgres 19.
Peter Geoghegan
2026-04-16
Add missing initialization
Álvaro Herrera
2026-04-13
Explicitly forbid non-top-level WAIT FOR execution
Alexander Korotkov
2026-04-08
Add support for importing statistics from remote servers.
Etsuro Fujita
2026-04-07
Add EXPLAIN (IO) infrastructure with BitmapHeapScan support
Tomas Vondra
2026-04-06
Add CONCURRENTLY option to REPACK
Álvaro Herrera
2026-04-06
Don't try to re-order the subcommands of CREATE SCHEMA.
Tom Lane
2026-04-06
Allow autovacuum to use parallel vacuum workers.
Masahiko Sawada
2026-04-06
Rename cluster.c to repack.c (and corresponding .h)
Álvaro Herrera
2026-04-06
Add a guc_check_handler to the EXPLAIN extension mechanism.
Robert Haas
2026-04-05
Convert SLRUs to use the new shmem allocation functions
Heikki Linnakangas
2026-04-03
Online enabling and disabling of data checksums
Daniel Gustafsson
2026-04-03
Optimize fast-path FK checks with batched index probes
Amit Langote
2026-03-31
Avoid including vacuum.h in tableam.h and heapam.h.
Nathan Bossart
2026-03-30
Remove bits* typedefs.
Nathan Bossart
2026-03-24
Don't include storage/lock.h in so many headers
Álvaro Herrera
2026-03-20
Add option force_array for COPY JSON FORMAT
Andrew Dunstan
2026-03-20
json format for COPY TO
Andrew Dunstan
2026-03-20
introduce CopyFormat, refactor CopyFormatOptions
Andrew Dunstan
2026-03-19
Add parallel vacuum worker usage to VACUUM (VERBOSE) and autovacuum logs.
Masahiko Sawada
2026-03-19
Add some const qualifiers enabled by typeof_unqual change on copyObject
Peter Eisentraut
2026-03-16
Reduce header inclusions via execnodes.h
Álvaro Herrera
2026-03-16
SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2026-03-13
Optimize COPY FROM (FORMAT {text,csv}) using SIMD.
Nathan Bossart
2026-03-10
Introduce the REPACK command
Álvaro Herrera
2026-03-03
Add COPY (on_error set_null) option
Peter Eisentraut
2026-02-09
Harden _int_matchsel() against being attached to the wrong operator.
Tom Lane
2026-01-24
Fix trigger transition table capture for MERGE in CTE queries.
Dean Rasheed
2026-01-05
Fix typos and inconsistencies in code and comments
Michael Paquier
2026-01-04
Include error location in errors from ComputeIndexAttrs().
Tom Lane
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-09
Add started_by column to pg_stat_progress_analyze view.
Masahiko Sawada
2025-12-09
Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-11-12
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
2025-11-10
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-15
Improve ExplainState type handling in header files
Peter Eisentraut
[next]