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
/
include
/
commands
Age
Commit message (
Expand
)
Author
3 days
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
5 days
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
10 days
Implement WAIT FOR command
Alexander Korotkov
10 days
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
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-05
Add backup_type column to pg_stat_progress_basebackup.
Masahiko Sawada
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-18
Fix concurrent update trigger issues with MERGE in a CTE.
Dean Rasheed
2025-07-03
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-03-20
Add an additional hook for EXPLAIN option validation.
Robert Haas
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-19
extension_control_path
Peter Eisentraut
2025-03-18
Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
2025-03-18
Fix indentation again.
Robert Haas
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-18
Use correct variable name in publicationcmds.c.
Amit Kapila
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-28
Re-export NextCopyFromRawFields() to copy.h.
Masahiko Sawada
2025-02-28
Refactor COPY FROM to use format callback functions.
Masahiko Sawada
2025-02-28
Avoid including explain.h in explain_format.h and explain_dr.h
Robert Haas
2025-02-27
Refactor COPY TO to use format callback functions.
Masahiko Sawada
2025-02-27
Create explain_dr.c and move DestReceiver-related code there.
Robert Haas
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-11
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-10
Adjust signature of cluster_rel() and its subroutines
Álvaro Herrera
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-16
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-08
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
2024-10-03
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-09-19
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
[next]