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
4 days
Support multi-line headers in COPY FROM command.
Fujii Masao
7 days
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
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-31
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-16
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-06-14
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-09
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
[next]