index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Age
Commit message (
Expand
)
Author
2020-11-01
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-28
Don't use custom OID symbols in pg_proc.dat.
Tom Lane
2020-10-28
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-10-20
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-15
Review logical replication tablesync code
Alvaro Herrera
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
Remove factorial operators, leaving only the factorial() function.
Tom Lane
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-05
Use multi-inserts for pg_depend
Michael Paquier
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-02
Add string_to_table() function.
Tom Lane
2020-08-30
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-26
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-19
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-07-31
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-25
Mark built-in coercion functions as leakproof where possible.
Tom Lane
2020-07-21
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-07-20
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-19
Correctly mark pg_subscription.subslotname as nullable.
Tom Lane
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-15
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-13
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-12
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-07
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-06
Create composite array types for initdb-created relations.
Tom Lane
2020-06-30
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-15
Bump catversion for ACL changes on replication origin functions
Michael Paquier
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-05-17
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-12
Do pre-release housekeeping on catalog data.
Tom Lane
2020-05-06
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-04-24
Repair performance regression in information_schema.triggers view.
Tom Lane
2020-04-21
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
[next]