index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
rules.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add writeback to pg_stat_io
Andres Freund
2023-05-17
1
-1
/
+3
*
Add ruleutils support for decompiling MERGE commands.
Tom Lane
2023-05-07
1
-0
/
+85
*
Remove io prefix from pg_stat_io columns
Michael Paquier
2023-04-21
1
-3
/
+3
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
1
-5
/
+6
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
1
-6
/
+5
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
1
-1
/
+2
*
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-07
1
-2
/
+3
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
1
-5
/
+6
*
Track IO times in pg_stat_io
Andres Freund
2023-04-07
1
-1
/
+5
*
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
1
-1
/
+2
*
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-29
1
-1
/
+1
*
Count updates that move row to a new page.
Peter Geoghegan
2023-03-23
1
-3
/
+9
*
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-25
1
-0
/
+25
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
1
-17
/
+30
*
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-11
1
-0
/
+12
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
1
-374
/
+374
*
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
1
-1
/
+2
*
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-13
1
-1
/
+1
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
1
-374
/
+374
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
1
-374
/
+374
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-0
/
+14
*
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
1
-39
/
+52
*
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
1
-37
/
+9
*
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
1
-2
/
+4
*
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-22
1
-1
/
+2
*
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
1
-4
/
+6
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
1
-0
/
+9
*
Fix new pg_publication_tables query.
Tom Lane
2022-09-06
1
-7
/
+2
*
Add result_types column to pg_prepared_statements view
Peter Eisentraut
2022-07-05
1
-1
/
+2
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
1
-2
/
+11
*
Fix whitespace
Peter Eisentraut
2022-04-09
1
-1
/
+1
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-8
/
+0
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
1
-0
/
+11
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
1
-0
/
+6
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-0
/
+32
*
Fix pg_statio_all_tables view for multiple TOAST indexes.
Tom Lane
2022-03-24
1
-8
/
+13
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
1
-0
/
+8
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
1
-0
/
+30
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
1
-17
/
+6
*
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-02-08
1
-214
/
+2
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
1
-0
/
+2
*
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
1
-0
/
+18
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
1
-0
/
+25
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
1
-11
/
+0
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
1
-1
/
+3
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
1
-5
/
+5
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
1
-1
/
+3
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
1
-0
/
+11
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
1
-2
/
+2
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
1
-4
/
+5
[next]