Commit Graph

  • 2c14037bb5 Refactor some code related to backend statistics Michael Paquier 2025-01-10 09:00:48 +09:00
  • 0b5927dfac Fix an ALTER GROUP ... DROP USER error message. Nathan Bossart 2025-01-09 17:10:13 -06:00
  • c559f61b54 Fix an ALTER GROUP ... DROP USER error message. Nathan Bossart 2025-01-09 17:10:13 -06:00
  • 39e3bcae44 Fix an ALTER GROUP ... DROP USER error message. Nathan Bossart 2025-01-09 17:10:13 -06:00
  • bebe904038 Use @extschema:name@ notation in contrib transform modules. Tom Lane 2025-01-09 15:16:56 -05:00
  • a41f677af7
    Merge pull request #29 from dutow/move_in_ci Zsolt Parragi 2025-01-09 15:00:37 +00:00
  • ebd8fc7e47
    Simplify signature of RewriteTable Álvaro Herrera 2025-01-09 14:17:12 +01:00
  • 6313a76b35 doc: Clarify synchronous_standby_names parameter. Fujii Masao 2025-01-09 21:04:49 +09:00
  • 16cc2a1596 CI updata 1: percona server for postgresql basic build and test Zsolt Parragi 2025-01-08 20:53:57 +00:00
  • ffd9b81346
    Fix SLRU bank selection code Álvaro Herrera 2025-01-09 07:33:52 +01:00
  • 69ab446514
    Fix SLRU bank selection code Álvaro Herrera 2025-01-09 07:33:52 +01:00
  • bd0564f61d Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 2025-01-09 13:17:36 +13:00
  • 8f40d46126 Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 2025-01-09 13:17:36 +13:00
  • 6b6901a26f Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 2025-01-09 13:17:36 +13:00
  • be7489662e Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 2025-01-09 13:17:36 +13:00
  • faee3185aa Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 2025-01-09 13:17:36 +13:00
  • 970b97eeb8 Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 2025-01-09 13:17:36 +13:00
  • 026762dae3 Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 2025-01-09 12:10:26 +13:00
  • af109e3399 Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 2025-01-09 12:10:26 +13:00
  • 0bff6f1da8 Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 2025-01-09 12:10:26 +13:00
  • 70a7a37610 Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 2025-01-09 12:10:26 +13:00
  • 1636c5e56e Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 2025-01-09 12:10:26 +13:00
  • d02486cc8e Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 2025-01-09 12:10:26 +13:00
  • 229e7793d9 Fix duplicate typedef from commit a2f17f004d. Jeff Davis 2025-01-08 15:25:05 -08:00
  • a2f17f004d Control collation behavior with a method table. Jeff Davis 2025-01-08 14:26:33 -08:00
  • 4f5cef2607 Move code for collation version into provider-specific files. Jeff Davis 2025-01-08 13:54:07 -08:00
  • 3c49d462db Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc. Tom Lane 2025-01-08 16:35:54 -05:00
  • a722252ef1 Back-patch b1ffe3ff into REL_13_STABLE. Thomas Munro 2025-01-09 10:03:10 +13:00
  • 45e7ebbc12
    Merge pull request #28 from dutow/tde_move_in Zsolt Parragi 2025-01-08 18:39:22 +00:00
  • b20fe54c9c Set exit status for pgindent if pg_bsd_indent fails Andrew Dunstan 2025-01-08 10:56:12 -05:00
  • 7b27f5fd36 plpgsql: pure parser and reentrant scanner Peter Eisentraut 2025-01-08 09:20:01 +01:00
  • b18464fad4 Remove useless function declaration Peter Eisentraut 2025-01-08 08:21:05 +01:00
  • e0c3d5122e pg_freespacemap: Fix declaration of pg_freespace(regclass) Michael Paquier 2025-01-08 13:16:43 +09:00
  • 417d41c658 Fix C error reported by Oracle compiler. Thomas Munro 2025-01-08 16:54:45 +13:00
  • 049c8cb9a2 Fix C error reported by Oracle compiler. Thomas Munro 2025-01-08 16:54:45 +13:00
  • 190054e61f Fix C error reported by Oracle compiler. Thomas Munro 2025-01-08 16:54:45 +13:00
  • 9defaaa1da Fix C error reported by Oracle compiler. Thomas Munro 2025-01-08 16:54:45 +13:00
  • 45aef9f6bb Fix C error reported by Oracle compiler. Thomas Munro 2025-01-08 16:54:45 +13:00
  • a786cf04df Fix memory leak in pgoutput with relation attribute map Michael Paquier 2025-01-08 08:47:24 +09:00
  • c53d90bb47 Fix memory leak in pgoutput with relation attribute map Michael Paquier 2025-01-08 08:47:19 +09:00
  • 3f482940db ExecInitAgg: update aggstate->numaggs and ->numtrans earlier. Jeff Davis 2025-01-07 15:13:50 -08:00
  • 32ddfaffd1 nodeSetOp.c: missing additionalsize for BuildTupleHashTable(). Jeff Davis 2025-01-07 14:55:53 -08:00
  • 8a96faedc4 Remove unused TupleHashTableData->entrysize. Jeff Davis 2025-01-07 14:49:18 -08:00
  • 834c9e807c Add missing typedefs.list entry for AggStatePerGroupData. Jeff Davis 2025-01-07 14:32:37 -08:00
  • a1d17a8947 Restore smgrtruncate() prototype in back-branches. Thomas Munro 2025-01-08 07:50:30 +13:00
  • f154f028d8 Restore smgrtruncate() prototype in back-branches. Thomas Munro 2025-01-08 07:50:30 +13:00
  • 3181befdca Restore smgrtruncate() prototype in back-branches. Thomas Munro 2025-01-08 07:50:30 +13:00
  • c957d7444f Restore smgrtruncate() prototype in back-branches. Thomas Munro 2025-01-08 07:50:30 +13:00
  • 66aaabe7a1 Restore smgrtruncate() prototype in back-branches. Thomas Munro 2025-01-08 07:50:30 +13:00
  • 4a68d50088 Use PqMsg_* macros in postgres.c. Nathan Bossart 2025-01-07 15:34:19 -06:00
  • e43537cdc3 Use PqMsg_* macros in postgres.c. Nathan Bossart 2025-01-07 15:34:19 -06:00
  • f7e1b3828a Add passwordcheck.min_password_length. Nathan Bossart 2025-01-07 15:06:40 -06:00
  • 9090f12201 Merge branch 'movedtde' into tde_move_in Zsolt Parragi 2025-01-07 20:44:42 +00:00
  • a422640357 Removed old CI scripts Zsolt Parragi 2025-01-07 20:44:14 +00:00
  • 5a1cfae10d Moved pg_tde to contrib/pg_tde Zsolt Parragi 2025-01-07 20:40:37 +00:00
  • 6d01541960 Lower default value of autovacuum_worker_slots in initdb as needed. Nathan Bossart 2025-01-07 14:38:55 -06:00
  • 572d10849d Removed pg_tde submodule Zsolt Parragi 2025-01-07 20:17:39 +00:00
  • d7905aa1da
    Fix error message wording Álvaro Herrera 2025-01-07 20:07:32 +01:00
  • 0e5b14410e
    Fix error message wording Álvaro Herrera 2025-01-07 20:07:32 +01:00
  • c4782c4410 Fix meson detection of a couple of 64 bit builtins. Thomas Munro 2025-01-08 07:15:28 +13:00
  • a9c5c315b7 add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib) #197 Darek Slusarczyk 2025-01-07 18:34:41 +01:00
  • 5b291d1c9c
    Remove unnecessary code to handle CONSTR_NOTNULL Álvaro Herrera 2025-01-07 16:49:41 +01:00
  • ec986020de Improve nbtree unsatisfiable RowCompare detection. Peter Geoghegan 2025-01-07 10:38:30 -05:00
  • 428a99b589 nbtree: Simplify _bt_first parallel scan handling. Peter Geoghegan 2025-01-07 10:29:46 -05:00
  • 2f8b4007db Remove unused parameter in lookup_var_attr_stats Richard Guo 2025-01-07 11:24:14 +09:00
  • c758119e5b Allow changing autovacuum_max_workers without restarting. Nathan Bossart 2025-01-06 15:01:22 -06:00
  • e998901b88 Remove duplicate definitions in proc.h Heikki Linnakangas 2025-01-06 11:56:03 +02:00
  • 5e68f61192 Remove duplicate definitions in proc.h Heikki Linnakangas 2025-01-06 11:56:03 +02:00
  • b1ef48980d flex code modernization: Replace YY_EXTRA_TYPE define with flex option Peter Eisentraut 2025-01-06 09:47:58 +01:00
  • 632384d0eb doc: Clarify log level for VERBOSE messages in maintenance commands. Fujii Masao 2025-01-06 17:24:10 +09:00
  • 3e70da2781 Always use the caller-provided context for radix tree leaves John Naylor 2024-12-20 14:48:24 +07:00
  • e8a6f1f908 Get rid of radix tree's general purpose memory context John Naylor 2024-12-20 13:04:18 +07:00
  • 960013f2a1 Use caller's memory context for radix tree iteration state John Naylor 2024-12-21 10:55:31 +07:00
  • 9a8313dabe Remove useless configure check Peter Eisentraut 2025-01-05 11:30:48 +01:00
  • 6549a02a51 meson: Fix missing name arguments of cc.compiles() calls Peter Eisentraut 2025-01-05 11:30:48 +01:00
  • 30f0176263 Document strange jsonb sort order for empty top level arrays Andrew Dunstan 2025-01-03 09:23:46 -05:00
  • 20a344bce8 Document strange jsonb sort order for empty top level arrays Andrew Dunstan 2025-01-03 09:23:46 -05:00
  • 9577dd523b Document strange jsonb sort order for empty top level arrays Andrew Dunstan 2025-01-03 09:23:46 -05:00
  • bd606ed8ec Document strange jsonb sort order for empty top level arrays Andrew Dunstan 2025-01-03 09:23:46 -05:00
  • 653729ce0e Document strange jsonb sort order for empty top level arrays Andrew Dunstan 2025-01-03 09:23:46 -05:00
  • 591128f9c9 Document strange jsonb sort order for empty top level arrays Andrew Dunstan 2025-01-03 09:23:46 -05:00
  • e28033fe1a Ignore nullingrels when looking up statistics Richard Guo 2025-01-02 17:56:59 +09:00
  • d93bb8163c Fix outdated CHUNKHDRSZ value in nodeAgg.c David Rowley 2025-01-02 22:04:09 +13:00
  • a1a9120c79 Ignore nullingrels when looking up statistics Richard Guo 2025-01-02 18:02:02 +09:00
  • 297b280abd Ignore nullingrels when looking up statistics Richard Guo 2025-01-02 17:59:32 +09:00
  • 11012c5037 Fix an assortment of spelling mistakes and typos David Rowley 2025-01-02 12:42:01 +13:00
  • 50e6eb731d Update copyright for 2025 Bruce Momjian 2025-01-01 11:21:55 -05:00
  • 73055a2bb1 Update copyright for 2025 Bruce Momjian 2025-01-01 11:21:54 -05:00
  • 6a2440167a Update copyright for 2025 Bruce Momjian 2025-01-01 11:21:54 -05:00
  • 24a1948ad2 Update copyright for 2025 Bruce Momjian 2025-01-01 11:21:54 -05:00
  • c4f8291cf0 Update copyright for 2025 Bruce Momjian 2025-01-01 11:21:54 -05:00
  • 759620716a Update copyright for 2025 Bruce Momjian 2025-01-01 11:21:54 -05:00
  • 19c84520fe Cache specific wrapper macros around SearchSysCache() functions #196 Ashutosh Bapat 2025-01-01 17:02:27 +05:30
  • 3e81651bad
    Update COPYRIGHT, fix license year #195 JasonnnW3000 2025-01-01 03:13:05 -05:00
  • 98b1efd6ef Update obsolete reference to plpgsql's gram.y file. Tom Lane 2024-12-30 14:33:45 -05:00
  • b757abefc0 injection_points: Tweak variable-numbered stats to work with pending data Michael Paquier 2024-12-30 18:48:18 +09:00
  • da8bd5d424 Fix memory leak in pgoutput with relation attribute map Michael Paquier 2024-12-30 13:34:01 +09:00
  • e3a27fd06d Fix memory leak in pgoutput with relation attribute map Michael Paquier 2024-12-30 13:33:59 +09:00
  • 836435424b Fix memory leak in pgoutput with relation attribute map Michael Paquier 2024-12-30 13:33:58 +09:00
  • c9b3d4909b Fix memory leak in pgoutput with relation attribute map Michael Paquier 2024-12-30 13:33:09 +09:00