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
/
bin
Age
Commit message (
Expand
)
Author
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
Add the system identifier to backup manifests.
Robert Haas
2024-03-13
Expose new function get_controlfile_by_exact_path().
Robert Haas
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
Fix incorrect format placeholders
Peter Eisentraut
2024-03-12
Fix version check in 002_pg_upgrade.pl.
Jeff Davis
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-11
Fix 002_pg_upgrade.pl.
Jeff Davis
2024-03-11
reindexdb: Allow specifying objects to process in all databases.
Nathan Bossart
2024-03-11
clusterdb: Allow specifying tables to process in all databases.
Nathan Bossart
2024-03-11
vacuumdb: Allow specifying objects to process in all databases.
Nathan Bossart
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-09
Run perltidy on 002_pg_upgrade.pl.
Jeff Davis
2024-03-09
Fix cross-version pg_upgrade test.
Jeff Davis
2024-03-08
Improve WIN32 waiting logic in psql's \watch command.
Tom Lane
2024-03-08
Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2024-03-05
Add --copy-file-range option to pg_upgrade.
Thomas Munro
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
pg_verifybackup: Refactor parse_manifest_file.
Robert Haas
2024-03-04
Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.
Robert Haas
2024-03-04
Fix initdb's -c option to treat the GUC name case-insensitively.
Tom Lane
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-02-27
Use C99-designated initializer syntax for more arrays
Michael Paquier
2024-02-21
Add option force_initdb to PostgreSQL::Test::Cluster:init()
Michael Paquier
2024-02-19
Fix 004_subscription.pl to allow its usage in --link mode.
Amit Kapila
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-02-14
Fix multiranges to behave more like dependent types.
Tom Lane
2024-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-09
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-02-07
Rename static function to avoid conflicting names
Daniel Gustafsson
2024-02-05
Improve the comments in 004_subscription.pl.
Amit Kapila
2024-02-04
pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES
Michael Paquier
2024-02-01
Avoid package qualification of $windows_os
Andrew Dunstan
2024-02-01
Continue my quest to make 002_blocks.pl pass reliably.
Robert Haas
2024-01-31
Clean pg_walsummary's tmp_check directory.
Tom Lane
2024-01-31
In 002_blocks.pl, try to prevent a HOT update.
Robert Haas
2024-01-31
Update pg_walsummary copyright notices to 2024
Alvaro Herrera
2024-01-31
Revise pg_walsummary's 002_blocks test to avoid spurious failures.
Robert Haas
2024-01-30
Fix 003_extrafiles.pl test for the Windows
Andrew Dunstan
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-26
Temporary patch to help debug pg_walsummary test failures.
Robert Haas
2024-01-25
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
pgbench: Add \syncpipeline
Michael Paquier
2024-01-22
Abort pgbench if script end is reached with an open pipeline
Alvaro Herrera
2024-01-19
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
[next]