1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Commit Graph

  • f7c566a1a2 Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas 2025-03-10 18:54:58 +02:00
  • 9b3914f181 Fix snapshot used in logical replication index lookup Heikki Linnakangas 2025-03-10 17:07:38 +02:00
  • 2ef048855f Fix snapshot used in logical replication index lookup Heikki Linnakangas 2025-03-10 17:07:38 +02:00
  • 50c5899922 Fix snapshot used in logical replication index lookup Heikki Linnakangas 2025-03-10 17:07:38 +02:00
  • 8171d2dae9 Fix snapshot used in logical replication index lookup Heikki Linnakangas 2025-03-10 17:07:38 +02:00
  • c1dd3a9443 Fix snapshot used in logical replication index lookup Heikki Linnakangas 2025-03-10 17:07:38 +02:00
  • 2367503177 Fix snapshot used in logical replication index lookup Heikki Linnakangas 2025-03-10 17:07:38 +02:00
  • 6841118216 Doc: improve description of window function processing. Tom Lane 2025-03-10 10:22:08 -04:00
  • e7d29d1fac Doc: improve description of window function processing. Tom Lane 2025-03-10 10:22:08 -04:00
  • 2db974e40d Doc: improve description of window function processing. Tom Lane 2025-03-10 10:22:08 -04:00
  • 778f9dd0d2 Doc: improve description of window function processing. Tom Lane 2025-03-10 10:22:08 -04:00
  • 0f27bd14e4 Doc: improve description of window function processing. Tom Lane 2025-03-10 10:22:08 -04:00
  • 9f87e2593f Doc: improve description of window function processing. Tom Lane 2025-03-10 10:22:08 -04:00
  • 6bb6a62f3c Use extended stats for precise estimation of bucket size in hash join Alexander Korotkov 2025-03-10 13:42:00 +02:00
  • fae535da0a Teach Append to consider tuple_fraction when accumulating subpaths. Alexander Korotkov 2025-03-10 13:38:39 +02:00
  • b83e8a2ca2 Remove support for temporal RESTRICT foreign keys Peter Eisentraut 2025-03-10 11:29:54 +01:00
  • e033696596 Fix incorrect #endif comment David Rowley 2025-03-10 13:36:04 +13:00
  • 03f8e9a7fe Fix incorrect assertion in libpqwalreceiver Heikki Linnakangas 2025-03-09 20:40:45 +02:00
  • 2a943afcff Fix test name and username used in failed connection attempts Heikki Linnakangas 2025-03-09 19:47:55 +02:00
  • a7aa9f21f2 Don't try to parallelize array_agg() on an anonymous record type. Tom Lane 2025-03-09 13:11:20 -04:00
  • 43847dd5e9 Don't try to parallelize array_agg() on an anonymous record type. Tom Lane 2025-03-09 13:11:20 -04:00
  • fedfcf6650 Don't try to parallelize array_agg() on an anonymous record type. Tom Lane 2025-03-09 13:11:20 -04:00
  • 3c472a1829 doc: Adjust note about pg_upgrade's --jobs option. Nathan Bossart 2025-03-08 14:28:16 -06:00
  • 1852aea3f5 Don't convert to and from floats in pg_dump. Jeff Davis 2025-03-08 11:25:36 -08:00
  • f1c1bafcdf Clear errno before calling strtol() in spell.c. Tom Lane 2025-03-08 11:24:22 -05:00
  • da85544ae5 Clear errno before calling strtol() in spell.c. Tom Lane 2025-03-08 11:24:22 -05:00
  • e2921c0e9d Clear errno before calling strtol() in spell.c. Tom Lane 2025-03-08 11:24:22 -05:00
  • 61513da08b Clear errno before calling strtol() in spell.c. Tom Lane 2025-03-08 11:24:22 -05:00
  • 99c01aadf9 Clear errno before calling strtol() in spell.c. Tom Lane 2025-03-08 11:24:22 -05:00
  • 7fb8801021 Clear errno before calling strtol() in spell.c. Tom Lane 2025-03-08 11:24:22 -05:00
  • 67fc4c9fd7 Make parallel nbtree index scans use an LWLock. Peter Geoghegan 2025-03-08 11:10:14 -05:00
  • 8021c77769 Make amcanorder independent of amconsistentordering Peter Eisentraut 2025-03-08 09:37:06 +01:00
  • 661781f3a3 Fix typo Peter Eisentraut 2025-03-08 08:06:30 +01:00
  • 21f653cc00 Use stricter ordering in regression test query for pg_stat_io Michael Paquier 2025-03-08 13:39:57 +09:00
  • 8b532771a0 Add regression test listing all the possible tuples in pg_stat_io Michael Paquier 2025-03-08 12:22:41 +09:00
  • 9a8dd2c5a6 Improve check for detection of pending data in backend statistics Michael Paquier 2025-03-08 10:56:30 +09:00
  • 8e167e6188 nbtree: refine _bt_readnextpage contract comments. Peter Geoghegan 2025-03-07 18:35:13 -05:00
  • c3510cfc8b Assert that wrapper_handler()'s argument is within expected range. Nathan Bossart 2025-03-07 15:23:09 -06:00
  • 088f8e2d56 Assert that wrapper_handler()'s argument is within expected range. Nathan Bossart 2025-03-07 15:23:09 -06:00
  • 34c3c5ce1c Include column name in build_attrmap_by_position's error reports. Tom Lane 2025-03-07 13:24:09 -05:00
  • b48832cddb tests: Don't fail due to high default timeout in postmaster/003_start_stop Andres Freund 2025-03-07 13:09:16 -05:00
  • 71d1ed6fe1 tests: Fix race condition in postmaster/002_connection_limits Andres Freund 2025-03-07 13:09:16 -05:00
  • d3fc7a5120 doc: Add missing decimal places to example rowcount. Robert Haas 2025-03-07 09:00:53 -05:00
  • 7f24c02743 Improve possible performance regression Peter Eisentraut 2025-03-07 11:20:26 +01:00
  • af4002b381 Rename amcancrosscompare Peter Eisentraut 2025-03-07 10:51:53 +01:00
  • 6da469bada Allow casting between bytea and integer types. Dean Rasheed 2025-03-07 09:31:18 +00:00
  • d611f8b158 CREATE INDEX: don't update table stats if autovacuum=off. Jeff Davis 2025-03-06 19:36:34 -08:00
  • 19e57f4f78 Revert "vacuumdb: Add option for analyzing only relations missing stats." John Naylor 2025-03-07 10:35:21 +07:00
  • be342766fb Doc: correct aggressive vacuum threshold for multixact members storage John Naylor 2025-03-07 10:22:56 +07:00
  • bc6a81ac3a Doc: correct aggressive vacuum threshold for multixact members storage John Naylor 2025-03-07 10:22:56 +07:00
  • 98aa99b6d6 Doc: correct aggressive vacuum threshold for multixact members storage John Naylor 2025-03-07 10:22:56 +07:00
  • 5c8dcf9483 Doc: correct aggressive vacuum threshold for multixact members storage John Naylor 2025-03-07 10:22:56 +07:00
  • fcabc3adf8 Doc: correct aggressive vacuum threshold for multixact members storage John Naylor 2025-03-07 10:22:56 +07:00
  • 5f8eb25706 vacuumdb: Add option for analyzing only relations missing stats. Nathan Bossart 2025-02-04 15:07:54 -06:00
  • e2080261cc Fix race condition in TAP test 007_pre_auth Michael Paquier 2025-03-07 08:12:45 +09:00
  • 24503fa95c reindexdb: move PQfinish() calls to the right place Álvaro Herrera 2025-03-06 18:14:41 +01:00
  • 0f21db36d6 Fix some performance issues in GIN query startup. Tom Lane 2025-03-06 11:54:27 -05:00
  • 308d0d4437 Fix some performance issues in GIN query startup. Tom Lane 2025-03-06 11:54:27 -05:00
  • e2a6934a88 Fix some performance issues in GIN query startup. Tom Lane 2025-03-06 11:54:27 -05:00
  • 2d313375c0 Fix some performance issues in GIN query startup. Tom Lane 2025-03-06 11:54:27 -05:00
  • d52221cf0d Fix some performance issues in GIN query startup. Tom Lane 2025-03-06 11:54:27 -05:00
  • 9094eb25b7 Fix some performance issues in GIN query startup. Tom Lane 2025-03-06 11:54:27 -05:00
  • e33969abc1 Further fix for json_strip_nulls documentation Andrew Dunstan 2025-03-06 10:24:03 -05:00
  • fb9023533d valgrind: Adjust suppressions to handle glibc changes Andres Freund 2025-03-06 08:45:35 -05:00
  • 0e76f253f4 Remove extraneous commas in json{b}_strip_nulls documentation Andrew Dunstan 2025-03-06 08:46:15 -05:00
  • 33b02bfac4 valgrind: Adjust suppressions to handle glibc changes Andres Freund 2025-03-06 08:45:35 -05:00
  • 588acf6d0e Avoid invalidating all RelationSyncCache entries on publication change. Amit Kapila 2025-03-06 14:19:38 +05:30
  • 1d33de9d68 Organize and deduplicate statistics import tests. Jeff Davis 2025-03-06 00:19:22 -08:00
  • f9f4b43b8d Address stats export review comments. Jeff Davis 2025-03-06 00:11:12 -08:00
  • 298944e8d8 Address stats import review comments. Jeff Davis 2025-03-05 23:07:25 -08:00
  • 39de4f157d Fix compiler warnings about typedef redefinitions Heikki Linnakangas 2025-03-06 03:10:22 +02:00
  • 7f7f324eb5 Add more monitoring data for WAL writes in the WAL receiver Michael Paquier 2025-03-06 09:39:45 +09:00
  • 393e0d2314 Split WaitEventSet functions to separate source file Heikki Linnakangas 2025-03-06 01:26:16 +02:00
  • 84e5b2f07a Use ModifyWaitEvent to update exit_on_postmaster_death Heikki Linnakangas 2025-03-06 01:26:12 +02:00
  • 9f25b9f739 ecpg: Fix compiler warning in ecpg build with Meson. Fujii Masao 2025-03-06 08:22:30 +09:00
  • a98e4dee63 Remove unused ShutdownLatchSupport() function Heikki Linnakangas 2025-03-05 23:46:29 +02:00
  • 153836b99a ci: Remove installation of libcurl Daniel Gustafsson 2025-03-05 22:12:20 +01:00
  • d4a6c847ca ci: Document what makes certain tasks special Andres Freund 2025-03-05 13:19:28 -05:00
  • 0a2f5df881 ci: freebsd: Specify debug_parallel_query=regress Andres Freund 2025-03-05 13:19:28 -05:00
  • ad40644eb8 ci: Upgrade FreeBSD image Andres Freund 2025-03-05 10:33:47 -05:00
  • 3f4c5e38e8 ci: Upgrade FreeBSD image Andres Freund 2025-03-05 10:29:08 -05:00
  • bfc1bd4a0f ci: Upgrade FreeBSD image Andres Freund 2025-03-05 10:29:05 -05:00
  • 49389240bb ci: Upgrade FreeBSD image Andres Freund 2025-03-05 10:29:03 -05:00
  • d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." Peter Geoghegan 2025-03-05 10:27:31 -05:00
  • 4603903d29 Allow json{b}_strip_nulls to remove null array elements Andrew Dunstan 2025-03-05 09:50:34 -05:00
  • 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. Peter Geoghegan 2025-03-05 09:36:48 -05:00
  • 635f580120 Rename some signal and interrupt handling functions for consistency Heikki Linnakangas 2025-03-05 16:22:26 +02:00
  • f4e53e10b6 Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT Álvaro Herrera 2025-03-05 13:50:22 +01:00
  • f4694e0f35 Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer Michael Paquier 2025-03-05 10:17:39 +09:00
  • 54d23601b9 psql: Fix memory leak with \gx used within a pipeline Michael Paquier 2025-03-05 07:56:03 +09:00
  • b229c10164 Enforce memory limit during parallel GIN builds Tomas Vondra 2025-03-04 20:37:55 +01:00
  • f52345995d pg_upgrade: Check for the expected error message in TAP tests. Masahiko Sawada 2025-03-04 11:16:12 -08:00
  • 0f354e0805 Fix ALTER TABLE error message Álvaro Herrera 2025-03-04 20:07:30 +01:00
  • 931a1c0237 Fix ALTER TABLE error message Álvaro Herrera 2025-03-04 20:07:30 +01:00
  • 4e026be5f1 Fix ALTER TABLE error message Álvaro Herrera 2025-03-04 20:07:30 +01:00
  • bf1e2d2db5 Fix ALTER TABLE error message Álvaro Herrera 2025-03-04 20:07:30 +01:00
  • 9ea5fe5b6c Fix ALTER TABLE error message Álvaro Herrera 2025-03-04 20:07:30 +01:00
  • 7bbc46213d Fix ALTER TABLE error message Álvaro Herrera 2025-03-04 20:07:30 +01:00
  • bacbc4863b Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument. Masahiko Sawada 2025-03-04 10:38:41 -08:00
  • 0b2a45a5d1 Compress TID lists when writing GIN tuples to disk Tomas Vondra 2025-03-04 19:02:04 +01:00