Commit Graph

  • 0bf7d4ca9a psql: Add tab completion for DELETE ... USING. Fujii Masao 2026-03-02 11:07:42 +09:00
  • 038c7d4a3b Fix set of issues with extended statistics on expressions Michael Paquier 2026-03-02 09:38:47 +09:00
  • f033abc6c4 Fix set of issues with extended statistics on expressions Michael Paquier 2026-03-02 09:38:46 +09:00
  • 04745ba9c7 Fix set of issues with extended statistics on expressions Michael Paquier 2026-03-02 09:38:44 +09:00
  • 530b6b02f8 Fix set of issues with extended statistics on expressions Michael Paquier 2026-03-02 09:38:42 +09:00
  • 83671c0da0 Fix set of issues with extended statistics on expressions Michael Paquier 2026-03-02 09:38:40 +09:00
  • 3b7a6fa157 Fix set of issues with extended statistics on expressions Michael Paquier 2026-03-02 09:38:37 +09:00
  • d80b022501 Correctly calculate "MCV frequency" for a unique column. Tom Lane 2026-03-01 12:56:55 -05:00
  • aecc558666 psql: Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands. Fujii Masao 2026-02-28 23:56:46 +09:00
  • 51bb4a58ed Refactor detection of x86 ZMM registers John Naylor 2026-02-28 16:28:09 +07:00
  • 3f98862980 Fix some -Wcast-qual warnings Peter Eisentraut 2026-02-27 21:57:33 +01:00
  • 65a3ff8f1b Doc: improve user docs and code comments about EXISTS(SELECT * ...). Tom Lane 2026-02-27 15:20:16 -05:00
  • c2c1962a64 Don't flatten join alias Vars that are stored within a GROUP RTE. Tom Lane 2026-02-27 12:54:02 -05:00
  • 98616ac18b Don't flatten join alias Vars that are stored within a GROUP RTE. Tom Lane 2026-02-27 12:54:02 -05:00
  • 16743db061 Centralize detection of x86 CPU features John Naylor 2026-02-27 20:30:41 +07:00
  • d6d9b96b40 Clean up nodes that are no longer of use in 007_pgdumpall.pl Andrew Dunstan 2026-02-27 07:14:06 -05:00
  • 574bee89c2 Use pg_malloc_object() and pg_alloc_array() variants in frontend code Michael Paquier 2026-02-27 18:59:41 +09:00
  • a2c89835f5 Don't include proc.h in shm_mq.h Álvaro Herrera 2026-02-27 10:53:47 +01:00
  • e72bde9017 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). Etsuro Fujita 2026-02-27 17:05:06 +09:00
  • cf370919a9 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). Etsuro Fujita 2026-02-27 17:05:05 +09:00
  • e0fd58a841 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). Etsuro Fujita 2026-02-27 17:05:04 +09:00
  • 596a400df7 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). Etsuro Fujita 2026-02-27 17:05:03 +09:00
  • be37f270d7 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). Etsuro Fujita 2026-02-27 17:05:02 +09:00
  • e7b97a2238 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). Etsuro Fujita 2026-02-27 17:05:00 +09:00
  • 53a57cae1c Yet another ltree fix for REL_18_STABLE. Jeff Davis 2026-02-26 15:19:31 -08:00
  • 284925508a Remove table_scan_analyze_next_tuple unneeded parameter OldestXmin Melanie Plageman 2026-02-26 15:35:32 -05:00
  • 3efe58febc Simplify visibility check in heap_page_would_be_all_visible() Melanie Plageman 2026-02-26 15:33:36 -05:00
  • 058710d415 Fix more multibyte issues in ltree. Jeff Davis 2026-02-26 12:26:32 -08:00
  • 2b993167fc Fix more multibyte issues in ltree. Jeff Davis 2026-02-26 12:26:13 -08:00
  • 3ed2c7ef7a Fix more multibyte issues in ltree. Jeff Davis 2026-02-26 12:25:00 -08:00
  • d1bd9a7dc3 Fix more multibyte issues in ltree. Jeff Davis 2026-02-26 12:24:12 -08:00
  • b3c2a3d386 Fix more multibyte issues in ltree. Jeff Davis 2026-02-26 12:23:51 -08:00
  • c8308a984d Fix more multibyte issues in ltree. Jeff Davis 2026-02-26 12:23:22 -08:00
  • a4515c9b41 Fix memory leaks in pg_locale_icu.c. Jeff Davis 2026-01-29 10:37:09 -08:00
  • 4761f2eee6 Fix memory leaks in pg_locale_icu.c. Jeff Davis 2026-01-29 10:37:09 -08:00
  • 4abf63c62b Fix memory leaks in pg_locale_icu.c. Jeff Davis 2026-01-29 10:37:09 -08:00
  • d942511f08 Fix memory leaks in pg_locale_icu.c. Jeff Davis 2026-01-29 10:37:09 -08:00
  • 5aea60839b Rename LVRelState VM-related logging counters Melanie Plageman 2026-02-26 15:04:49 -05:00
  • 746dae69c3 Fix Solution.pm for change in pg_config.h contents. Tom Lane 2026-02-26 12:26:52 -05:00
  • e22821c7bd Fix Solution.pm for change in pg_config.h contents. Tom Lane 2026-02-26 12:26:52 -05:00
  • 99b0786e07 Fix Solution.pm for change in pg_config.h contents. Tom Lane 2026-02-26 12:26:52 -05:00
  • b6b7e96365 Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane 2026-02-26 12:06:58 -05:00
  • 231570d335 Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane 2026-02-26 12:06:58 -05:00
  • 41d75b9a4a Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane 2026-02-26 12:06:58 -05:00
  • b9f7ceabd8 Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane 2026-02-26 12:06:58 -05:00
  • 7b9b620d8f Don't include latch.h in libpq/libpq.h Álvaro Herrera 2026-02-26 17:58:52 +01:00
  • 9d6294c09e instrumentation: Drop INSTR_TIME_SET_CURRENT_LAZY macro Andres Freund 2026-02-26 10:38:20 -05:00
  • 3218825271 instrumentation: Rename INSTR_TIME_LT macro to INSTR_TIME_GT Andres Freund 2026-02-26 10:19:23 -05:00
  • 763aaa06f0 Add non-text output formats to pg_dumpall Andrew Dunstan 2026-02-23 15:08:55 -05:00
  • 7bb50dd7d6 Reduce includes in pgstat.h Álvaro Herrera 2026-02-26 13:50:12 +01:00
  • c3c8b63d76 pg_dump: Preserve NO INHERIT on NOT NULL on inheritance children Álvaro Herrera 2026-02-26 11:50:26 +01:00
  • d0833fdae7 pg_dump: Preserve NO INHERIT on NOT NULL on inheritance children Álvaro Herrera 2026-02-26 11:50:26 +01:00
  • e056563066 EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. Noah Misch 2026-02-25 18:13:22 -08:00
  • 44d29f5c6c EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. Noah Misch 2026-02-25 18:13:22 -08:00
  • 4cb70f73ea EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. Noah Misch 2026-02-25 18:13:22 -08:00
  • 25501fe995 EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. Noah Misch 2026-02-25 18:13:22 -08:00
  • 95e0fac1ee EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. Noah Misch 2026-02-25 18:13:22 -08:00
  • 0163951b78 EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. Noah Misch 2026-02-25 18:13:22 -08:00
  • ec84a1f16f doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. Fujii Masao 2026-02-26 09:02:53 +09:00
  • e81c61ee4a doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. Fujii Masao 2026-02-26 09:02:53 +09:00
  • fe99a03389 doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. Fujii Masao 2026-02-26 09:02:53 +09:00
  • df927d3d08 doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. Fujii Masao 2026-02-26 09:02:53 +09:00
  • 315b0f3e87 doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. Fujii Masao 2026-02-26 09:01:52 +09:00
  • b2ff2a0b52 doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. Fujii Masao 2026-02-26 09:01:52 +09:00
  • 5d2dec77ef Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 2026-02-26 08:46:12 +09:00
  • 74ee3e9e73 Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 2026-02-26 08:46:12 +09:00
  • b993706787 Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 2026-02-26 08:46:12 +09:00
  • f72c92a7f9 Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 2026-02-26 08:46:12 +09:00
  • 0d3be05017 Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 2026-02-26 08:46:12 +09:00
  • 70f470314c Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 2026-02-26 08:46:12 +09:00
  • ff9bd96754 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 2026-02-25 11:57:26 -05:00
  • 7e788a585a Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 2026-02-25 11:57:26 -05:00
  • 1d97e47883 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 2026-02-25 11:57:26 -05:00
  • ae40bb8351 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 2026-02-25 11:57:26 -05:00
  • 753d5eee46 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 2026-02-25 11:57:26 -05:00
  • 244c047205 Fix some cases of indirectly casting away const. Tom Lane 2026-02-25 11:19:50 -05:00
  • cc9c22a516 Fix some cases of indirectly casting away const. Tom Lane 2026-02-25 11:19:50 -05:00
  • 0969bfd0db Fix some cases of indirectly casting away const. Tom Lane 2026-02-25 11:19:50 -05:00
  • a56a70141e Fix some cases of indirectly casting away const. Tom Lane 2026-02-25 11:19:50 -05:00
  • de77775a7b Fix some cases of indirectly casting away const. Tom Lane 2026-02-25 11:19:50 -05:00
  • 4c1a27e53a Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 2026-02-25 10:51:42 -05:00
  • 5d311d6a84 Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 2026-02-25 10:51:42 -05:00
  • b57d35dde7 Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 2026-02-25 10:51:42 -05:00
  • 25b67fa7da Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 2026-02-25 10:51:42 -05:00
  • 0a2600e4cd Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 2026-02-25 10:51:42 -05:00
  • aeaf2fc0dd Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 2026-02-25 10:51:42 -05:00
  • 1c7358099c Fix unsafe RTE_GROUP removal in simplify_EXISTS_query Richard Guo 2026-02-25 11:13:21 +09:00
  • 77c7a17a6e Fix unsafe RTE_GROUP removal in simplify_EXISTS_query Richard Guo 2026-02-25 11:13:21 +09:00
  • 3322f01a11 Fix USE_SLICING_BY_8_CRC32C builds on x86 John Naylor 2026-02-25 08:44:59 +07:00
  • c47744ede0 pg_upgrade: Use max_protocol_version=3.0 for older servers Jacob Champion 2026-02-24 14:01:58 -08:00
  • e726620d20 pg_upgrade: Use max_protocol_version=3.0 for older servers Jacob Champion 2026-02-24 14:01:54 -08:00
  • a38ed212ff pg_upgrade: Use max_protocol_version=3.0 for older servers Jacob Champion 2026-02-24 14:01:51 -08:00
  • ad7fc3f1f8 pg_upgrade: Use max_protocol_version=3.0 for older servers Jacob Champion 2026-02-24 14:01:46 -08:00
  • 1b2773179f pg_upgrade: Use max_protocol_version=3.0 for older servers Jacob Champion 2026-02-24 14:01:41 -08:00
  • a60a103386 pg_upgrade: Use max_protocol_version=3.0 for older servers Jacob Champion 2026-02-24 14:01:37 -08:00
  • 65707ed9af Add backtrace support for Windows using DbgHelp API Álvaro Herrera 2026-02-24 17:34:56 +01:00
  • dea0812cda doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pages Peter Eisentraut 2026-02-24 11:27:49 +01:00
  • a99c6b56ff Make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is already validated Peter Eisentraut 2026-02-24 10:56:17 +01:00
  • f80bedd52b Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK constraints Peter Eisentraut 2026-02-24 10:30:50 +01:00
  • 462fe0ff62 Fix variety of typos and grammar mistakes Michael Paquier 2026-02-24 13:26:37 +09:00