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

Commit Graph

  • 9b4bdf876a Add .gitignore entry for ecpg test detritus. Tom Lane 2025-03-04 12:58:04 -05:00
  • c878de1db4 Make FP_LOCK_SLOTS_PER_BACKEND look like a function Tomas Vondra 2025-03-04 18:33:09 +01:00
  • 91ecb5e0bc Add regression tests for pg_stat_progress_copy.tuples_skipped. Fujii Masao 2025-03-04 23:56:49 +09:00
  • d2e7068392 Fix outdated comment Heikki Linnakangas 2025-03-04 15:33:19 +02:00
  • 56e6a31868 doc: Expand version compatibility for pg_basebackup features Daniel Gustafsson 2025-03-04 12:08:27 +01:00
  • ad13490be0 doc: Expand version compatibility for pg_basebackup features Daniel Gustafsson 2025-03-04 12:08:27 +01:00
  • 3abbd8dbeb Fix accidental use of = instead of == Peter Eisentraut 2025-03-04 09:45:01 +01:00
  • f011acdd61 Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite Peter Eisentraut 2025-03-04 09:18:32 +01:00
  • bc5a08af3c Avoid NullTest deduction for clone clauses Richard Guo 2025-03-04 16:17:19 +09:00
  • 716a051aac Avoid NullTest deduction for clone clauses Richard Guo 2025-03-04 16:11:03 +09:00
  • 28f04984f0 ecpg: Add TAP test for the ecpg command. Fujii Masao 2025-03-04 14:58:46 +09:00
  • c76db55c90 Split pgstat_bestart() into three different routines Michael Paquier 2025-03-04 14:09:44 +09:00
  • 40d3f82744 Add more assertions in palloc0() and palloc_extended() Michael Paquier 2025-03-04 10:53:10 +09:00
  • ba57dcfdcd doc: Convert UUID functions list to table format. Masahiko Sawada 2025-03-03 15:44:01 -08:00
  • 246dedc5d0 Allow => syntax for named cursor arguments in plpgsql. Tom Lane 2025-03-03 18:00:05 -05:00
  • b6904afae4 ci: Use a RAM disk for NetBSD and OpenBSD. Thomas Munro 2025-03-04 11:18:29 +13:00
  • 06eae9e621 Trigger more frequent autovacuums with relallfrozen Melanie Plageman 2025-03-03 14:42:00 -05:00
  • 35c8dd9e11 Simplify some logic around setting pg_attribute.atthasdef. Tom Lane 2025-03-03 13:35:48 -05:00
  • 4528768d98 Remove now-dead code in StoreAttrDefault(). Tom Lane 2025-03-03 13:09:20 -05:00
  • 95f650674d Fix broken handling of domains in atthasmissing logic. Tom Lane 2025-03-03 12:43:29 -05:00
  • aac07b5625 Fix broken handling of domains in atthasmissing logic. Tom Lane 2025-03-03 12:43:29 -05:00
  • c75c830e23 Fix broken handling of domains in atthasmissing logic. Tom Lane 2025-03-03 12:43:29 -05:00
  • 1d180931cc Fix broken handling of domains in atthasmissing logic. Tom Lane 2025-03-03 12:43:29 -05:00
  • edc3bccd0d Fix broken handling of domains in atthasmissing logic. Tom Lane 2025-03-03 12:43:29 -05:00
  • d6dd2a02ba Fix broken handling of domains in atthasmissing logic. Tom Lane 2025-03-03 12:43:29 -05:00
  • 99f8f3fbbc Add relallfrozen to pg_class Melanie Plageman 2025-03-03 11:18:05 -05:00
  • 8492feb98f Allow parallel CREATE INDEX for GIN indexes Tomas Vondra 2025-03-03 16:53:03 +01:00
  • 3f1db99bfa Handle auxiliary processes in SQL functions of backend statistics Michael Paquier 2025-03-03 09:57:48 +09:00
  • fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. Fujii Masao 2025-03-03 08:51:30 +09:00
  • 15a79c7311 Use PRI*64 instead of "ll*" in format strings (minimal trial) Peter Eisentraut 2025-03-02 13:53:03 +01:00
  • ebe919e953 Fix pg_strtof() to not crash on NULL endptr. Tom Lane 2025-03-01 14:22:56 -05:00
  • 76fbb38ef6 Fix pg_strtof() to not crash on NULL endptr. Tom Lane 2025-03-01 14:22:56 -05:00
  • c7303f01c5 Fix pg_strtof() to not crash on NULL endptr. Tom Lane 2025-03-01 14:22:56 -05:00
  • 5c64ece8aa Fix pg_strtof() to not crash on NULL endptr. Tom Lane 2025-03-01 14:22:56 -05:00
  • d69c781084 Fix pg_strtof() to not crash on NULL endptr. Tom Lane 2025-03-01 14:22:56 -05:00
  • 00d61a08c5 Fix pg_strtof() to not crash on NULL endptr. Tom Lane 2025-03-01 14:22:56 -05:00
  • 56ba0463d3 Set amcancrosscompare to true for hash Peter Eisentraut 2025-03-01 09:15:27 +01:00
  • c301a0a74a Work around OAuth/EVFILT_TIMER quirk on NetBSD. Thomas Munro 2025-03-01 13:56:33 +13:00
  • 8a1012b35d Re-export NextCopyFromRawFields() to copy.h. Masahiko Sawada 2025-02-28 15:11:41 -08:00
  • e636da9200 Adjust auto_explain's GUC descriptions. Nathan Bossart 2025-02-28 16:05:51 -06:00
  • 8b49392b27 Tweak regex to avoid a bug in Perl 5.16.3. Tom Lane 2025-02-28 15:20:22 -05:00
  • 7717f63006 Refactor COPY FROM to use format callback functions. Masahiko Sawada 2025-02-28 10:29:36 -08:00
  • 77cb08be51 Avoid including explain.h in explain_format.h and explain_dr.h Robert Haas 2025-02-28 13:17:29 -05:00
  • 51d3e279c3 Fix missing space in EXPLAIN ANALYZE output. Robert Haas 2025-02-28 13:02:03 -05:00
  • 424ededc58 Adjust pg_dump tag for relation stats. Jeff Davis 2025-02-27 20:40:21 -08:00
  • c2a50ac678 Invent pgstat_fetch_stat_backend_by_pid() Michael Paquier 2025-02-28 11:20:31 +09:00
  • 9ca2145b00 pg_upgrade: Fix inconsistency in memory freeing Michael Paquier 2025-02-28 10:15:34 +09:00
  • ee78823ff5 pg_upgrade: Fix inconsistency in memory freeing Michael Paquier 2025-02-28 10:15:32 +09:00
  • 2a083ab807 pg_upgrade: Fix inconsistency in memory freeing Michael Paquier 2025-02-28 10:15:29 +09:00
  • 2e4127b6d2 Refactor COPY TO to use format callback functions. Masahiko Sawada 2025-02-27 15:03:52 -08:00
  • 555960a0fb Create explain_dr.c and move DestReceiver-related code there. Robert Haas 2025-02-27 13:14:16 -05:00
  • 9173e8b604 Create explain_format.c and move relevant code there. Robert Haas 2025-02-27 12:37:10 -05:00
  • 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 2025-02-27 11:25:18 -05:00
  • ce62f2f2a0 Generalize hash and ordering support in amapi Peter Eisentraut 2025-02-27 17:03:31 +01:00
  • 6eb8a1a4f9 Avoid unnecessary computation of pgbench's script line number. Tom Lane 2025-02-27 10:57:55 -05:00
  • c8c74ad7e1 Get rid of O(N^2) script-parsing overhead in pgbench. Tom Lane 2025-02-27 10:53:38 -05:00
  • e167191dc1 Get rid of ojrelid local variable in remove_rel_from_query() Alexander Korotkov 2025-02-23 23:06:33 +02:00
  • 55918f798b Remove arbitrary cap on read_stream.c buffer queue. Thomas Munro 2025-02-27 14:15:15 +13:00
  • 35a591a048 pg_amcheck: Fix inconsistency in memory freeing Michael Paquier 2025-02-27 14:06:00 +09:00
  • ec741d4803 pg_amcheck: Fix inconsistency in memory freeing Michael Paquier 2025-02-27 14:05:58 +09:00
  • 816149dc6b pg_amcheck: Fix inconsistency in memory freeing Michael Paquier 2025-02-27 14:05:57 +09:00
  • f903d4da92 pg_amcheck: Fix inconsistency in memory freeing Michael Paquier 2025-02-27 14:05:55 +09:00
  • 48e4ae9a07 pg_amcheck: Fix inconsistency in memory freeing Michael Paquier 2025-02-27 14:05:51 +09:00
  • 8709dccc79 Fix the race condition in ReplicationSlotAcquire(). Amit Kapila 2025-02-27 09:47:04 +05:30
  • 845511a72a Doc: Additional clarification for -d option of pg_createsubscriber. Amit Kapila 2025-02-27 08:50:03 +05:30
  • 495864a4cf Refactor code of pg_stat_get_wal() building result tuple Michael Paquier 2025-02-27 11:54:36 +09:00
  • 62ec3e1f67 Fix possible double-release of spinlock in procsignal.c Michael Paquier 2025-02-27 09:43:06 +09:00
  • 15df9d7b51 Remove stray diff introduced by a5cbdeb98a. Jeff Davis 2025-02-26 13:37:14 -08:00
  • 40e27d04b4 Use attnum to identify index columns in pg_restore_attribute_stats(). Tom Lane 2025-02-26 16:36:11 -05:00
  • f734c9fc3a Revert "Prepare for Python "Limited API" in PL/Python" Peter Eisentraut 2025-02-26 21:58:38 +01:00
  • 945a9e3832 Fix a typo in 005_char_signedness.pl test. Masahiko Sawada 2025-02-26 11:10:03 -08:00
  • c47e8df815 Prepare for Python "Limited API" in PL/Python Peter Eisentraut 2025-02-26 16:14:16 +01:00
  • 0e42d31b0b Adding new PgStat_WalCounters structure in pgstat.h Michael Paquier 2025-02-26 16:48:54 +09:00
  • 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