1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Commit Graph

  • d7cbeaf261 Remove pgstat_flush_wal() Michael Paquier 2025-02-26 15:29:51 +09:00
  • e117cfb2f6 Add two-phase option in pg_createsubscriber. Amit Kapila 2025-02-26 11:12:50 +05:30
  • adc6032fa8 Improve FATAL message for invalid TLI history at recovery Michael Paquier 2025-02-26 14:26:16 +09:00
  • 6ee3b91bad pg_dump: prepare attribute stats query. Jeff Davis 2025-02-25 19:50:50 -08:00
  • 8f427187db Avoid unnecessary relation stats query in pg_dump. Jeff Davis 2025-02-25 19:49:49 -08:00
  • 6c349d83b6 Re-add GUC track_wal_io_timing Michael Paquier 2025-02-26 09:49:59 +09:00
  • a5cbdeb98a Remove redundant pg_set_*_stats() variants. Jeff Davis 2025-02-25 16:15:47 -08:00
  • ecbff4378b Change _mdfd_segpath() to return paths by value Andres Freund 2025-02-25 09:02:07 -05:00
  • 37c87e63f9 Change relpath() et al to return path by value Andres Freund 2025-02-25 09:02:07 -05:00
  • 32c393f9f1 Remove obsolete Python version check Peter Eisentraut 2025-02-25 14:11:38 +01:00
  • 363a6e8c6f Eliminate code duplication in replace_rte_variables callbacks Richard Guo 2025-02-25 16:11:34 +09:00
  • 1e4351af32 Expand virtual generated columns in the planner Richard Guo 2025-02-25 16:10:25 +09:00
  • 560a842d63 Fix untranslatable string concatenation in pg_upgrade Michael Paquier 2025-02-25 15:53:32 +09:00
  • 5b8f2ccc0a Doc: Fix pg_copy_logical_replication_slot description. Amit Kapila 2025-02-25 09:42:07 +05:30
  • 7c906c5b46 Doc: Fix pg_copy_logical_replication_slot description. Amit Kapila 2025-02-25 09:22:16 +05:30
  • 15601fa21a Missing doc update for f3dae2ae58. Jeff Davis 2025-02-24 17:27:32 -08:00
  • f3dae2ae58 Do not use in-place updates for statistics import. Jeff Davis 2025-02-24 17:10:59 -08:00
  • 3ce357584e psql: Add pipeline status to prompt and some state variables Michael Paquier 2025-02-25 10:07:24 +09:00
  • cbb9086c9e Fix bug in cbc127917 to handle nested Append correctly Amit Langote 2025-02-25 09:21:17 +09:00
  • cc628f6618 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. Masahiko Sawada 2025-02-24 14:03:10 -08:00
  • 174952ece1 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. Masahiko Sawada 2025-02-24 14:03:07 -08:00
  • 48796a98d5 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. Masahiko Sawada 2025-02-24 14:03:04 -08:00
  • d1146dc2a7 oauth: Rename macro to avoid collisions on Windows Daniel Gustafsson 2025-02-24 22:20:37 +01:00
  • 03366b61df oauth: Fix incorrect const markers in struct Daniel Gustafsson 2025-02-24 22:20:29 +01:00
  • bfe56cdf9a Delay extraction of TIDBitmap per page offsets Melanie Plageman 2025-02-24 16:07:55 -05:00
  • b8778c4cd8 Add lossy indicator to TBMIterateResult Melanie Plageman 2025-02-24 16:07:50 -05:00
  • c56e8af75e Fix comment for MAX_BACKENDS. Nathan Bossart 2025-02-24 15:02:09 -06:00
  • e87c14b19e libpq: Trace all NegotiateProtocolVersion fields Robert Haas 2025-02-24 12:03:25 -05:00
  • c9d94ea215 libpq: Add PQfullProtocolVersion to exports.txt Robert Haas 2025-02-24 11:44:29 -05:00
  • 9de2cc455e Fix confusion about data type of pg_class.relpages and relallvisible. Tom Lane 2025-02-24 11:16:04 -05:00
  • e889422d98 pg_amcheck: PQclear query results Daniel Gustafsson 2025-02-24 16:03:19 +01:00
  • 5ee75e32fa Add static asserts for MAX_BACKENDS limiting factors Andres Freund 2025-02-24 05:39:27 -05:00
  • 418451bfe1 bufmgr: Make it easier to change number of buffer state bits Andres Freund 2025-02-24 05:39:17 -05:00
  • cd3ccf88aa Base LWLock limits directly on MAX_BACKENDS Andres Freund 2025-02-24 05:39:17 -05:00
  • 6394a3a61c Move MAX_BACKENDS to procnumber.h Andres Freund 2025-02-24 05:39:17 -05:00
  • fde7c0164e Silence warning in older versions of Valgrind John Naylor 2025-02-24 18:03:29 +07:00
  • 0600d276d4 Silence warning in older versions of Valgrind John Naylor 2025-02-24 18:03:29 +07:00
  • 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing Michael Paquier 2025-02-24 09:51:56 +09:00
  • fc0d0ce978 Ignore hash's relallvisible when checking pg_upgrade from pre-v10. Tom Lane 2025-02-23 14:16:26 -05:00
  • 454c182f85 backend libpq void * argument for binary data Peter Eisentraut 2025-02-23 14:26:39 +01:00
  • ebdccead16 SnapBuildRestoreContents() void * argument for binary data Peter Eisentraut 2024-09-24 12:18:31 +02:00
  • a4e986ef5a Add more tests for utility commands in pipelines Michael Paquier 2025-02-23 16:43:07 +09:00
  • f98765f0ce jsonb internal API void * argument for binary data Peter Eisentraut 2025-02-23 08:34:55 +01:00
  • cb45dc3afb Documentation fixups for dumping statistics. Jeff Davis 2025-02-22 10:03:11 -08:00
  • bba2fbc623 Change \conninfo to use tabular format Álvaro Herrera 2025-02-22 10:05:26 +01:00
  • 4f1b6e5bb4 Remove unstable test suite added by 525392d57 Amit Langote 2025-02-22 15:19:23 +09:00
  • f8d7f29b3e Allow lwlocks to be disowned Andres Freund 2025-02-21 20:55:23 -05:00
  • 44cbba9a7f Adjust EXPLAIN test case to filter out "Actual Rows" values. Robert Haas 2025-02-21 19:15:44 -05:00
  • 98fc31d649 Avoid race condition between "GRANT role" and "DROP ROLE". Tom Lane 2025-02-21 17:07:01 -05:00
  • ddb17e387a Allow EXPLAIN to indicate fractional rows. Robert Haas 2025-02-21 16:10:44 -05:00
  • 78d3f48895 Add test 005_char_signedness.pl to meson.build. Masahiko Sawada 2025-02-21 12:31:16 -08:00
  • ce1475acd5 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 2025-02-21 13:37:12 -05:00
  • 6df3be415c Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 2025-02-21 13:37:12 -05:00
  • d850a6600c Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 2025-02-21 13:37:12 -05:00
  • 16eff4261f Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 2025-02-21 13:37:12 -05:00
  • 29d75b25b5 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 2025-02-21 13:37:12 -05:00
  • 5302ff95ca Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 2025-02-21 13:37:12 -05:00
  • dfd8e6c73e Fix an issue with index scan using pg_trgm due to char signedness on different architectures. Masahiko Sawada 2025-02-21 10:27:39 -08:00
  • 1aab680591 pg_upgrade: Add --set-char-signedness to set the default char signedness of new cluster. Masahiko Sawada 2025-02-21 10:23:39 -08:00
  • a8238f87f9 pg_upgrade: Preserve default char signedness value from old cluster. Masahiko Sawada 2025-02-21 10:19:40 -08:00
  • 30666d1857 pg_resetwal: Add --char-signedness option to change the default char signedness. Masahiko Sawada 2025-02-21 10:14:36 -08:00
  • 44fe30fdab Add default_char_signedness field to ControlFileData. Masahiko Sawada 2025-02-21 10:12:08 -08:00
  • b91326f372 doc: clarify default checksum behavior in non-master branches Bruce Momjian 2025-02-21 13:03:29 -05:00
  • a5618e4021 doc: clarify default checksum behavior in non-master branches Bruce Momjian 2025-02-21 13:03:29 -05:00
  • b2b112b326 doc: clarify default checksum behavior in non-master branches Bruce Momjian 2025-02-21 13:03:29 -05:00
  • 69c45eccea doc: clarify default checksum behavior in non-master branches Bruce Momjian 2025-02-21 13:03:29 -05:00
  • 901a1cf8b4 doc: clarify default checksum behavior in non-master branches Bruce Momjian 2025-02-21 13:03:29 -05:00
  • 6ea0734e41 doc: remove non-breaking space in SGML files, causes make error Bruce Momjian 2025-02-21 12:15:53 -05:00
  • 28fcaa6a2c Make test portlock logic work with meson Andres Freund 2025-02-21 11:16:57 -05:00
  • 0f7c0fb59c Make test portlock logic work with meson Andres Freund 2025-02-21 11:16:57 -05:00
  • 32ce58e9e9 Make test portlock logic work with meson Andres Freund 2025-02-21 11:16:57 -05:00
  • 514d47dfb6 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Michael Paquier 2025-02-21 20:37:38 +09:00
  • 310907aaf0 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Michael Paquier 2025-02-21 20:37:36 +09:00
  • 665cafe8a4 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Michael Paquier 2025-02-21 20:37:31 +09:00
  • 329304c901 Support text position search functions with nondeterministic collations Peter Eisentraut 2025-02-21 12:21:17 +01:00
  • 41336bf085 doc: Add links to olsen93 and ong90 in bibliography Daniel Gustafsson 2025-02-21 11:28:42 +01:00
  • b4e0d0c53f Fix a WARNING for data origin discrepancies. Amit Kapila 2025-02-21 14:34:40 +05:30
  • 0ae1245e04 Fix a WARNING for data origin discrepancies. Amit Kapila 2025-02-21 14:21:29 +05:30
  • 1c2a2354c3 Fix a WARNING for data origin discrepancies. Amit Kapila 2025-02-21 14:08:27 +05:30
  • 0af3ae4681 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() Michael Paquier 2025-02-21 17:31:02 +09:00
  • 2e0f93d7cb Add missing deparsing of [NO] IDENT to XMLSERIALIZE() Michael Paquier 2025-02-21 17:31:01 +09:00
  • 984410b923 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() Michael Paquier 2025-02-21 17:30:56 +09:00
  • 7d6d2c4bbd Drop opcintype from index AM strategy translation API Peter Eisentraut 2025-02-21 08:34:35 +01:00
  • 7202d72787 backend launchers void * arguments for binary data Peter Eisentraut 2025-02-21 08:03:33 +01:00
  • b50a554cc8 Fix for pg_restore_attribute_stats(). Jeff Davis 2025-02-20 22:31:22 -08:00
  • 41625ab8ea psql: Add support for pipelines Michael Paquier 2025-02-21 11:19:59 +09:00
  • 57dca6faa9 Fix explicit valgrind interaction in read_stream.c. Thomas Munro 2025-02-15 13:13:19 +13:00
  • 40af897eb7 Add braces for if block with large comment in psql's common.c Michael Paquier 2025-02-21 09:18:49 +09:00
  • 2c53dec7f4 Add missing entry to oauth_validator test .gitignore Daniel Gustafsson 2025-02-20 21:29:21 +01:00
  • 3e4d868615 Remove various unnecessary (char *) casts Peter Eisentraut 2025-02-20 19:49:27 +01:00
  • ab84d0ff80 Trial fix for old cross-version upgrades. Jeff Davis 2025-02-20 10:21:24 -08:00
  • 8e4d72573c Ignore blank lines in pgindent exclude files Andrew Dunstan 2025-02-20 11:36:07 -05:00
  • 9d9a71002a cirrus: Temporarily fix libcurl link error Daniel Gustafsson 2025-02-20 16:25:47 +01:00
  • b3f0be788a Add support for OAUTHBEARER SASL mechanism Daniel Gustafsson 2025-02-20 16:25:17 +01:00
  • 1fd1bd8710 Transfer statistics during pg_upgrade. Jeff Davis 2025-02-20 01:29:06 -08:00
  • 7da344b9f8 Improve errdetail message added by ac0e33136a. Amit Kapila 2025-02-20 14:02:29 +05:30
  • 525392d572 Don't lock partitions pruned by initial pruning Amit Langote 2025-02-20 17:09:48 +09:00
  • 4aa6fa3cd0 Include schema/table publications even with exclude options in dump. Amit Kapila 2025-02-20 11:25:29 +05:30
  • f11674f8df doc: Fix typo in section "WAL configuration" Michael Paquier 2025-02-20 14:22:00 +09:00
  • 4538bd3f1d doc: Add details about object "wal" in pg_stat_io Michael Paquier 2025-02-20 14:16:23 +09:00