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
/
backend
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
3
-104
/
+457
*
Add comments for AlteredTableInfo->rel
Alvaro Herrera
2021-03-25
1
-2
/
+12
*
Let ALTER TABLE Phase 2 routines manage the relation pointer
Alvaro Herrera
2021-03-25
1
-6
/
+13
*
Remove StoreSingleInheritance reimplementation
Alvaro Herrera
2021-03-25
1
-17
/
+1
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
1
-5
/
+5
*
Error on invalid TOAST compression in CREATE or ALTER TABLE.
Robert Haas
2021-03-22
1
-3
/
+7
*
More code cleanup for configurable TOAST compression.
Robert Haas
2021-03-22
1
-4
/
+5
*
Fix assorted silliness in ATExecSetCompression().
Tom Lane
2021-03-21
1
-14
/
+12
*
Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.
Robert Haas
2021-03-19
1
-2
/
+2
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
1
-42
/
+271
*
Small error message improvement
Peter Eisentraut
2021-03-17
1
-1
/
+1
*
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-03-17
1
-1
/
+1
*
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
1
-2
/
+71
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
1
-7
/
+93
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
1
-20
/
+30
*
Add support for more progress reporting in COPY
Michael Paquier
2021-03-09
2
-8
/
+54
*
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-03-08
1
-3
/
+5
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
4
-168
/
+52
*
Simplify code to switch pg_class.relrowsecurity in tablecmds.c
Michael Paquier
2021-03-02
1
-29
/
+5
*
Fix use-after-free bug with AfterTriggersTableData.storeslot
Alvaro Herrera
2021-02-27
1
-19
/
+33
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
1
-0
/
+23
*
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-26
1
-1
/
+1
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
1
-1
/
+1
*
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
1
-1
/
+1
*
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
1
-1
/
+1
*
Use pgstat_progress_update_multi_param() where possible
Michael Paquier
2021-02-22
1
-5
/
+14
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
3
-9
/
+9
*
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
1
-5
/
+10
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
1
-5
/
+5
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
1
-98
/
+369
*
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-02-10
1
-4
/
+1
*
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-02-09
1
-3
/
+14
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
3
-13
/
+12
*
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-05
1
-1
/
+9
*
Fix small error in COPY FROM progress reporting.
Heikki Linnakangas
2021-02-04
1
-1
/
+1
*
Add TABLESPACE option to REINDEX
Michael Paquier
2021-02-04
1
-0
/
+111
*
Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace()
Michael Paquier
2021-01-29
1
-7
/
+6
*
Remove bogus restriction from BEFORE UPDATE triggers
Alvaro Herrera
2021-01-28
1
-10
/
+0
*
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
1
-1
/
+1
*
Refactor code in tablecmds.c to check and process tablespace moves
Michael Paquier
2021-01-27
1
-91
/
+120
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
1
-3
/
+4
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
4
-68
/
+127
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
1
-3
/
+8
*
Remove unnecessary pstrdup in fetch_table_list.
Amit Kapila
2021-01-16
1
-1
/
+1
*
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
1
-0
/
+7
*
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
1
-1
/
+47
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
2
-0
/
+16
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
3
-7
/
+6
*
Invent struct ReindexIndexInfo
Alvaro Herrera
2021-01-12
1
-61
/
+65
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
3
-4
/
+39
[next]