Commit Graph

2310 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Tom Lane 92bf7e2d02 Provide the OR REPLACE option for CREATE TRIGGER. 5 years ago
Michael Paquier 788dd0b839 Fix some typos 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Peter Eisentraut b4c9695e79 Move catalog toast table declarations 5 years ago
Alvaro Herrera 623644f02c
Plug memory leak in index_get_partition 5 years ago
Tom Lane f21636e5d5 Remove useless entries for aggregate functions from fmgrtab.c. 5 years ago
Michael Paquier e152506ade Revert pg_relation_check_pages() 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro cd6f479e79 Add pg_depend.refobjversion. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Michael Paquier b17ff07aa3 Preserve index data in pg_statistic across REINDEX CONCURRENTLY 5 years ago
Tom Lane f90149e628 Don't use custom OID symbols in pg_type.dat, either. 5 years ago
Amit Kapila 8e90ec5580 Track statistics for streaming of changes from ReorderBuffer. 5 years ago
Tom Lane 36b9312143 Don't use custom OID symbols in pg_proc.dat. 5 years ago
Michael Paquier f2b8839695 Add pg_relation_check_pages() to check on-disk pages of a relation 5 years ago
Peter Eisentraut 0525572860 Fix enum errdetail to mention bytes, not chars 5 years ago
Michael Paquier d401c5769e Extend PageIsVerified() to handle more custom options 5 years ago
Amit Kapila 03d51b776d Change the attribute name in pg_stat_replication_slots view. 5 years ago
Tom Lane c8ab970179 Fix list-munging bug that broke SQL function result coercions. 5 years ago
Alvaro Herrera b05fe7b442 Review logical replication tablesync code 5 years ago
Amit Kapila 9868167500 Track statistics for spilling of changes from ReorderBuffer. 5 years ago
Peter Eisentraut 2453ea1422 Support for OUT parameters in procedures 5 years ago
Tom Lane 97b6144826 Make postgres.bki use the same literal-string syntax as postgresql.conf. 5 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 5 years ago
Tom Lane 9d299a4924 Minor mop-up for List improvements. 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Michael Paquier 83158f74d3 Make index_set_state_flags() transactional 5 years ago
Alvaro Herrera 6a68a233ce
Update copyright year 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Tom Lane 19ad7e1d7b Fix misleading error message about inconsistent moving-aggregate types. 5 years ago
Tom Lane a5cc4dab6d Yet more elimination of dead stores and useless initializations. 5 years ago
Michael Paquier 8febfd1855 Switch to multi-inserts when registering dependencies for many code paths 5 years ago
Michael Paquier 63110c6264 Use multi-inserts for pg_depend 5 years ago
Tom Lane 38a2d70329 Remove some more useless assignments. 5 years ago
Bruce Momjian e36e936e0e remove redundant initializations 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Michael Paquier 1d65416661 Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Michael Paquier 9511fb37ac Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLY 5 years ago
Fujii Masao 29dd6d8bc6 Prevent non-superusers from reading pg_backend_memory_contexts, by default. 5 years ago
Fujii Masao 3e98c0bafb Add pg_backend_memory_contexts system view. 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Michael Paquier 022350b849 Minimize slot creation for multi-inserts of pg_shdepend 5 years ago
Thomas Munro c5315f4f44 Cache smgrnblocks() results in recovery. 5 years ago
Michael Paquier e3931d01f3 Use multi-inserts for pg_attribute and pg_shdepend 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 6 years ago
Tom Lane fc032bed2f Be more careful about marking catalog columns NOT NULL by default. 6 years ago
Tom Lane 3e66019f15 Assert that we don't insert nulls into attnotnull catalog columns. 6 years ago
Tom Lane 0fa0b487b5 Correctly mark pg_subscription_rel.srsublsn as nullable. 6 years ago