index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Age
Commit message (
Expand
)
Author
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
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-02
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
[next]