aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix oversight in FindTriggerIncompatibleWithInheritance.Etsuro Fujita22 hours
* pg_dump: Fix incorrect parsing of object types in pg_dump --filter.Fujii Masao25 hours
* Disallow collecting transition tuples from child foreign tables.Etsuro Fujita28 hours
* Add information about "generation" when dropping twice pgstats entryMichael Paquier30 hours
* Extend int128.h to support more numeric code.Dean Rasheed39 hours
* Fix checkpointer shared memory allocationAlexander Korotkov43 hours
* Update ICU C++ API symbolsJohn Naylor44 hours
* pg_upgrade: Improve message indentationPeter Eisentraut44 hours
* Simplify non-native 64x64-bit multiplication in int128.h.Dean Rasheed45 hours
* Optimise non-native 128-bit addition in int128.h.Dean Rasheed46 hours
* Improve tests of date_trunc() with infinity and unsupported unitsMichael Paquier2 days
* Fix incorrect Datum conversion in timestamptz_trunc_internal()Michael Paquier2 days
* Expand usage of macros for protocol characters.Nathan Bossart2 days
* Rename transformRelOptions()'s "namspace" parameter to "nameSpace".Nathan Bossart3 days
* Fix typo in comment.Fujii Masao3 days
* Refactor int128.h, bringing the native and non-native code together.Dean Rasheed3 days
* Fix printf format specfiers in test_int128 module.Dean Rasheed3 days
* Remove INT64_HEX_FORMAT and UINT64_HEX_FORMATPeter Eisentraut3 days
* Convert src/tools/testint128.c into a test module.Dean Rasheed3 days
* Add regression test for short varlenas saved in TOAST relationsMichael Paquier3 days
* Suppress maybe-uninitialized warning.Masahiko Sawada3 days
* Fix incorrect return value in brin_minmax_multi_distance_numeric().Tom Lane3 days
* Hide expensive pg_upgrade test behind PG_TEST_EXTRAÁlvaro Herrera4 days
* Add backup_type column to pg_stat_progress_basebackup.Masahiko Sawada4 days
* Don't copy datlocale from template unless provider matches.Jeff Davis4 days
* Mop-up for commit e035863c9.Tom Lane4 days
* Convert varatt.h access macros to static inline functions.Peter Eisentraut4 days
* Fix varatt versus Datum type confusionsPeter Eisentraut4 days
* Fix various hash function usesPeter Eisentraut4 days
* Throw ERROR when publish_generated_columns is specified without a value.Amit Kapila4 days
* Fix mixups of FooGetDatum() vs. DatumGetFoo()Peter Eisentraut4 days
* Minor test fixes in 035_standby_logical_decoding.plMelanie Plageman4 days
* Fix typo in create_index.sql.Dean Rasheed5 days
* Rename XLogData protocol message to WALDataÁlvaro Herrera5 days
* Avoid unexpected shutdown when sync_replication_slots is enabled.Fujii Masao5 days
* Fix incorrect comment regarding mod_since_analyzeDavid Rowley5 days
* Detect and report update_deleted conflicts.Amit Kapila5 days
* Take a little more care in set_backtrace().Tom Lane6 days
* Avoid leakage of zero-length arrays in partition_bounds_copy().Tom Lane6 days
* Silence complaints about leaks in PlanCacheComputeResultDesc.Tom Lane6 days
* Suppress complaints about leaks in TS dictionary loading.Tom Lane6 days
* Suppress complaints about leaks in function cache loading.Tom Lane6 days
* Reduce leakage during PL/pgSQL function compilation.Tom Lane6 days
* Silence Valgrind leakage complaints in more-or-less-hackish ways.Tom Lane6 days
* Fix assorted pretty-trivial memory leaks in the backend.Tom Lane6 days
* Fix MemoryContextAllocAligned's interaction with Valgrind.Tom Lane6 days
* Improve our support for Valgrind's leak tracking.Tom Lane6 days
* Fix assertion failure in pgbench when handling multiple pipeline sync messages.Fujii Masao6 days
* Simplify options in pg_dump and pg_restore.Jeff Davis7 days
* Fix typo in foreign_key.sqlMichael Paquier7 days