Commit Graph

61867 Commits (80c758a2e1d720a942610f2f889448d69ce2ce95)
 

Author SHA1 Message Date
Tom Lane 80c758a2e1 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 9 months ago
Álvaro Herrera 455a040d96
Put PG_TEST_EXTRA doc items back in alphabetical order 9 months ago
Álvaro Herrera 37fc1803cc
Hide expensive pg_upgrade test behind PG_TEST_EXTRA 9 months ago
Masahiko Sawada deb674454c Add backup_type column to pg_stat_progress_basebackup. 9 months ago
Jeff Davis 295a39770e Don't copy datlocale from template unless provider matches. 9 months ago
Tom Lane f291751ef8 Mop-up for commit e035863c9. 9 months ago
Peter Eisentraut e035863c9a Convert varatt.h access macros to static inline functions. 9 months ago
Peter Eisentraut 0f5ade7a36 Fix varatt versus Datum type confusions 9 months ago
Peter Eisentraut 2ad6e80de9 Fix various hash function uses 9 months ago
Amit Kapila c9a5860f7a Throw ERROR when publish_generated_columns is specified without a value. 9 months ago
Peter Eisentraut 1469e31297 Fix mixups of FooGetDatum() vs. DatumGetFoo() 9 months ago
Melanie Plageman 6551a05d9c Minor test fixes in 035_standby_logical_decoding.pl 9 months ago
Dean Rasheed 88f0fdabea Fix typo in create_index.sql. 9 months ago
Andrew Dunstan 4e23c9ef65 Split func.sgml into more manageable pieces 9 months ago
Peter Eisentraut 6ae268cf28 Improve prep_buildtree 9 months ago
Álvaro Herrera 07684443b1
Rename XLogData protocol message to WALData 9 months ago
Fujii Masao 4614d53d4e Avoid unexpected shutdown when sync_replication_slots is enabled. 9 months ago
Álvaro Herrera 126665289f
doc: mention unusability of dropped CHECK to verify NOT NULL 9 months ago
David Rowley bca9a1900c Fix incorrect comment regarding mod_since_analyze 9 months ago
Amit Kapila fd5a1a0c3e Detect and report update_deleted conflicts. 9 months ago
Tom Lane 5c8eda1f72 Take a little more care in set_backtrace(). 9 months ago
Tom Lane 4fbfdde58e Avoid leakage of zero-length arrays in partition_bounds_copy(). 9 months ago
Tom Lane b102c8c473 Silence complaints about leaks in PlanCacheComputeResultDesc. 9 months ago
Tom Lane 7f6ededa76 Suppress complaints about leaks in TS dictionary loading. 9 months ago
Tom Lane 2c7b4ad24d Suppress complaints about leaks in function cache loading. 9 months ago
Tom Lane 9f18fa9995 Reduce leakage during PL/pgSQL function compilation. 9 months ago
Tom Lane db01c90b2f Silence Valgrind leakage complaints in more-or-less-hackish ways. 9 months ago
Tom Lane e78d1d6d47 Fix assorted pretty-trivial memory leaks in the backend. 9 months ago
Tom Lane 9e9190154e Fix MemoryContextAllocAligned's interaction with Valgrind. 9 months ago
Tom Lane bb049a79d3 Improve our support for Valgrind's leak tracking. 9 months ago
Fujii Masao 12efa48978 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 9 months ago
Jeff Davis 6a46089e45 Simplify options in pg_dump and pg_restore. 9 months ago
Michael Paquier 2106fe25a1 Fix typo in foreign_key.sql 9 months ago
Etsuro Fujita 37e7744585 Doc: clarify the restrictions of AFTER triggers with transition tables. 9 months ago
Michael Paquier 3b3fa94900 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 9 months ago
Nathan Bossart 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. 9 months ago
Masahiko Sawada a2c6c4ed31 Fix typo in AutoVacLauncherMain(). 9 months ago
Jeff Davis 0ed92cf50c pg_dump: reject combination of "only" and "with" 9 months ago
Heikki Linnakangas a4801eb691 libpq: Complain about missing BackendKeyData later with PGgetCancel() 9 months ago
Amit Kapila 2ab2d6f970 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 9 months ago
Tomas Vondra ca09ef3a6a Fix tab completion for ALTER ROLE|USER ... RESET 9 months ago
Tomas Vondra dbf5a83d46 Schema-qualify unnest() in ALTER DATABASE ... RESET 9 months ago
Noah Misch 0decd5e89d Sort dump objects independent of OIDs, for the 7 holdout object types. 9 months ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 9 months ago
Michael Paquier e125e36002 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt 9 months ago
Nathan Bossart ee924698d5 doc: Adjust documentation for vacuumdb --missing-stats-only. 9 months ago
Nathan Bossart 412036c22d Teach pg_upgrade to handle in-place tablespaces. 9 months ago
Andrew Dunstan ce9a6244b5 Revert Non text modes for pg_dumpall, and pg_restore support 9 months ago
Peter Eisentraut 00c9771779 Fix whitespace 9 months ago
Michael Paquier 1a5212775e Fix ./configure checks with __cpuidex() and __cpuid() 9 months ago