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
/
catalog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
1
-7
/
+1
*
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
1
-1
/
+1
*
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-14
1
-3
/
+4
*
Fix some typos
Michael Paquier
2020-11-14
2
-2
/
+2
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
3
-6
/
+2
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
3
-7
/
+3
*
Plug memory leak in index_get_partition
Alvaro Herrera
2020-11-06
1
-1
/
+2
*
Remove useless entries for aggregate functions from fmgrtab.c.
Tom Lane
2020-11-04
1
-1
/
+1
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
1
-9
/
+0
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
6
-51
/
+443
*
Add pg_depend.refobjversion.
Thomas Munro
2020-11-03
2
-8
/
+20
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
1
-5
/
+0
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
2
-2
/
+2
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
2
-0
/
+44
*
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
1
-2
/
+6
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
1
-0
/
+3
*
Don't use custom OID symbols in pg_proc.dat.
Tom Lane
2020-10-28
1
-0
/
+7
*
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-10-28
1
-0
/
+9
*
Fix enum errdetail to mention bytes, not chars
Peter Eisentraut
2020-10-27
1
-3
/
+3
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-10-26
1
-1
/
+2
*
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-20
1
-1
/
+1
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
1
-2
/
+2
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
1
-20
/
+7
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
1
-0
/
+10
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-2
/
+7
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
1
-4
/
+2
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
1
-0
/
+6
*
Minor mop-up for List improvements.
Tom Lane
2020-09-27
1
-1
/
+1
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
2
-6
/
+5
*
Make index_set_state_flags() transactional
Michael Paquier
2020-09-14
1
-15
/
+4
*
Update copyright year
Alvaro Herrera
2020-09-11
1
-1
/
+1
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
1
-15
/
+10
*
Fix misleading error message about inconsistent moving-aggregate types.
Tom Lane
2020-09-06
1
-2
/
+2
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
1
-2
/
+1
*
Switch to multi-inserts when registering dependencies for many code paths
Michael Paquier
2020-09-05
9
-139
/
+179
*
Use multi-inserts for pg_depend
Michael Paquier
2020-09-05
3
-65
/
+99
*
Remove some more useless assignments.
Tom Lane
2020-09-04
1
-3
/
+3
*
remove redundant initializations
Bruce Momjian
2020-09-03
1
-1
/
+1
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
2
-1
/
+2
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
1
-4
/
+30
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
2
-2
/
+11
*
Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLY
Michael Paquier
2020-08-30
1
-2
/
+7
*
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-26
1
-0
/
+3
*
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-19
1
-0
/
+3
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
1
-1
/
+1
*
Minimize slot creation for multi-inserts of pg_shdepend
Michael Paquier
2020-08-01
1
-6
/
+16
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
1
-2
/
+2
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
4
-109
/
+205
*
Rename configure.in to configure.ac
Peter Eisentraut
2020-07-24
1
-2
/
+2
*
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-07-21
1
-15
/
+18
[next]