Commit Graph

  • d3d0983169 Support PG_UNICODE_FAST locale in the builtin collation provider. master github/master Jeff Davis 2025-01-17 15:56:30 -0800
  • 286a365b9c Support Unicode full case mapping and conversion. Jeff Davis 2025-01-17 15:56:20 -0800
  • 6a9b2a631a vacuumdb: Fix comment for vacuum_one_database(). Nathan Bossart 2025-01-17 15:23:14 -0600
  • 86e4efc52b Add documentation about calling version-1 C functions from C. Tom Lane 2025-01-17 14:37:38 -0500
  • 43830ecb8a Fix parsing of qualified relation names in RETURNING. Dean Rasheed 2025-01-17 10:35:07 +0000
  • e24d77080b Speed up hex_encode with bytewise lookup John Naylor 2025-01-15 13:28:26 +0700
  • 0869ea43e9 Remove flex version checks Peter Eisentraut 2025-01-17 08:35:52 +0100
  • b0eff10988 Add pg_nodiscard decorations to base64 functions Peter Eisentraut 2025-01-17 08:06:24 +0100
  • 4d6d7bdc06 Revert recent changes related to handling of 2PC files at recovery github/REL_13_STABLE REL_13_STABLE Michael Paquier 2025-01-17 13:27:48 +0900
  • 060f9f5ea5 Revert recent changes related to handling of 2PC files at recovery github/REL_14_STABLE REL_14_STABLE Michael Paquier 2025-01-17 13:27:47 +0900
  • 42c900d31e Revert recent changes related to handling of 2PC files at recovery github/REL_15_STABLE REL_15_STABLE Michael Paquier 2025-01-17 13:27:45 +0900
  • 4d72357c40 Revert recent changes related to handling of 2PC files at recovery github/REL_16_STABLE REL_16_STABLE Michael Paquier 2025-01-17 13:27:43 +0900
  • d1bf86a622 Revert recent changes related to handling of 2PC files at recovery github/REL_17_STABLE REL_17_STABLE Michael Paquier 2025-01-17 13:27:42 +0900
  • a6c70f68cd Revert recent changes related to handling of 2PC files at recovery Michael Paquier 2025-01-17 13:27:39 +0900
  • 0dc9c7d200 Remove redefinitions of SIG_* macros in win32_port.h. Nathan Bossart 2025-01-16 20:55:24 -0600
  • 45004f527a Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 2025-01-16 20:40:07 -0500
  • 5f725648fa Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 2025-01-16 20:40:07 -0500
  • 724ebebb11 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 2025-01-16 20:40:07 -0500
  • 94c02bd334 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 2025-01-16 20:40:07 -0500
  • 0671a71e02 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 2025-01-16 20:40:07 -0500
  • bf826ea062 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 2025-01-16 20:40:07 -0500
  • f7a8fc10cc Add and use BitmapHeapScanDescData struct Melanie Plageman 2025-01-16 18:42:39 -0500
  • 7b6468cc95 Rework macro pgstat_is_ioop_tracked_in_bytes() Michael Paquier 2025-01-17 08:26:17 +0900
  • d4a43b2837 Convert libpgport's pqsignal() to a void function. Nathan Bossart 2025-01-16 16:41:05 -0600
  • 5cda4fdb0b Avoid calling pqsignal() with invalid signals on Windows frontends. Nathan Bossart 2025-01-16 15:56:39 -0600
  • d7674c9fab Seek zone abbreviations in the IANA data before timezone_abbreviations. Tom Lane 2025-01-16 14:11:19 -0500
  • bc10219b9c Make pg_interpret_timezone_abbrev() check sp->defaulttype too. Tom Lane 2025-01-16 12:43:03 -0500
  • 901bd4a65a Fix nbtree contradictory array element comment. Peter Geoghegan 2025-01-16 11:26:41 -0500
  • 86374c9a0e
    Split ATExecValidateConstraint into reusable pieces Álvaro Herrera 2025-01-16 16:44:24 +0100
  • 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 2025-01-16 14:57:35 +0000
  • 7407b2d48c Remove dead code Peter Eisentraut 2025-01-16 14:37:28 +0100
  • 7a947ed25b refactor: split ATExecAlterConstrRecurse() Peter Eisentraut 2025-01-16 13:22:01 +0100
  • d278541be4 Fix error handling of pg_b64_decode() Peter Eisentraut 2025-01-16 09:02:21 +0100
  • ff030ebe25 Check return of pg_b64_encode() for error Peter Eisentraut 2025-01-16 08:35:57 +0100
  • 965b2cc0a4 Doc: Improve the Replica Identity information. Amit Kapila 2025-01-16 08:33:02 +0530
  • c9e50ce2a0 Move routines to manipulate WAL into PostgreSQL::Test::Cluster Michael Paquier 2025-01-16 09:26:31 +0900
  • 50406b1554 Move routines to manipulate WAL into PostgreSQL::Test::Cluster Michael Paquier 2025-01-16 09:26:29 +0900
  • e5d113057d Move routines to manipulate WAL into PostgreSQL::Test::Cluster Michael Paquier 2025-01-16 09:26:28 +0900
  • 9420f9bb61 Move routines to manipulate WAL into PostgreSQL::Test::Cluster Michael Paquier 2025-01-16 09:26:26 +0900
  • 149ed87e22 Move routines to manipulate WAL into PostgreSQL::Test::Cluster Michael Paquier 2025-01-16 09:26:25 +0900
  • 32a18cc0a7 Move routines to manipulate WAL into PostgreSQL::Test::Cluster Michael Paquier 2025-01-16 09:25:29 +0900
  • d5221c49a3 Fix cpluspluscheck for "Change gist stratnum function to use CompareType" Peter Eisentraut 2025-01-15 23:11:08 +0100
  • 3edc67d337 Add more general summary to vacuumlazy.c Melanie Plageman 2025-01-15 14:16:38 -0500
  • 44512e7c95 Add a bit of documentation related to IWYU Peter Eisentraut 2025-01-15 18:57:53 +0100
  • fecc8021e1 IWYU pragmas for catalog headers Peter Eisentraut 2025-01-15 18:57:53 +0100
  • 74938d1320 IWYU widely useful pragmas Peter Eisentraut 2025-01-15 18:57:53 +0100
  • 761c79508e postgres_fdw: SCRAM authentication pass-through Peter Eisentraut 2025-01-15 17:55:18 +0100
  • b6463ea6ef Downgrade error in object_aclmask_ext() to internal Peter Eisentraut 2025-01-15 16:53:53 +0100
  • de9037d0d0 Downgrade errors in object_ownercheck() to internal Peter Eisentraut 2025-01-15 16:53:53 +0100
  • 6fdd5d9563 Drop warning-free support for Flex 2.5.35 Peter Eisentraut 2025-01-15 15:35:08 +0100
  • 630f9a43ce Change gist stratnum function to use CompareType Peter Eisentraut 2025-01-15 11:28:39 +0100
  • 6339f6468e Rename RowCompareType to CompareType Peter Eisentraut 2025-01-15 08:31:46 +0100
  • cfd7aadebe Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 2025-01-14 18:50:24 -0500
  • 02e69313ad Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 2025-01-14 18:50:24 -0500
  • a3b709cf73 Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 2025-01-14 18:50:24 -0500
  • b935691b8b Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 2025-01-14 18:50:24 -0500
  • a0dfeae0dc Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 2025-01-14 18:50:24 -0500
  • 9a45a89c38 Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 2025-01-14 18:50:24 -0500
  • 2ae98ea5ab Synchronize guc_tables.c categories with vacuum docs categories Melanie Plageman 2025-01-14 15:30:13 -0500
  • f217c41055 Fix catcache invalidation of a list entry that's being built Heikki Linnakangas 2025-01-14 18:54:56 +0200
  • 00f4c2959d psql: Add option to use expanded mode to all list commands. Dean Rasheed 2025-01-14 16:29:15 +0000
  • 226c9048d7 ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 2025-01-15 01:24:24 +0900
  • d06ab3c0c1 ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 2025-01-15 01:24:24 +0900
  • 71ef47cf0f ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 2025-01-15 01:24:24 +0900
  • 5c7c34db25 ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 2025-01-15 01:24:24 +0900
  • ba2dbedd53 ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 2025-01-15 01:24:24 +0900
  • 94b914f601 ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 2025-01-15 01:23:02 +0900
  • 4cb560b53f Consistently spell "leakproof" without a hyphen. Dean Rasheed 2025-01-14 13:50:54 +0000
  • 2355e51110 psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output. Dean Rasheed 2025-01-14 13:23:24 +0000
  • 91fc447c21 Fix catcache invalidation of a list entry that's being built Heikki Linnakangas 2025-01-14 14:28:49 +0200
  • 96e61b2792 Fix catcache invalidation of a list entry that's being built Heikki Linnakangas 2025-01-14 14:28:49 +0200
  • fce17c3a53 Fix catcache invalidation of a list entry that's being built Heikki Linnakangas 2025-01-14 14:28:49 +0200
  • ce7c406f0f Fix catcache invalidation of a list entry that's being built Heikki Linnakangas 2025-01-14 14:28:49 +0200
  • af8cd1639a Fix catcache invalidation of a list entry that's being built Heikki Linnakangas 2025-01-14 14:28:49 +0200
  • ce9a74707d Bump PGSTAT_FILE_FORMAT_ID Michael Paquier 2025-01-14 15:17:22 +0900
  • 332023e2d0 Fix potential integer overflow in bringetbitmap() Michael Paquier 2025-01-14 15:13:20 +0900
  • e35ff65205 Fix potential integer overflow in bringetbitmap() Michael Paquier 2025-01-14 15:13:19 +0900
  • 9e9f30139e Fix potential integer overflow in bringetbitmap() Michael Paquier 2025-01-14 15:13:17 +0900
  • bfda7d8dd6 Fix potential integer overflow in bringetbitmap() Michael Paquier 2025-01-14 15:13:15 +0900
  • e027ee9902 Fix potential integer overflow in bringetbitmap() Michael Paquier 2025-01-14 15:13:14 +0900
  • 720e529840 Fix potential integer overflow in bringetbitmap() Michael Paquier 2025-01-14 15:12:56 +0900
  • d35ea27e51 Move information about pgstats kinds into its own header pgstat_kind.h Michael Paquier 2025-01-14 12:43:07 +0900
  • d2181b3218 Remove assertion in pgstat_count_io_op() Michael Paquier 2025-01-14 12:19:51 +0900
  • f92c854cf4 Make pg_stat_io count IOs as bytes instead of blocks for some operations Michael Paquier 2025-01-14 12:14:29 +0900
  • b4a07f532b Revert "TupleHashTable: store additional data along with tuple." Jeff Davis 2025-01-13 14:14:07 -0800
  • af2317652d Reorder vacuum GUCs in postgresql.conf.sample to match docs Melanie Plageman 2025-01-13 15:21:04 -0500
  • 1c854eb893 Add BTOPTIONS_PROC comments to nbtree.h. Peter Geoghegan 2025-01-13 15:02:14 -0500
  • 597b1ffbf1 Move nbtree preprocessing into new .c file. Peter Geoghegan 2025-01-13 12:15:00 -0500
  • a8a762bc46 Add commit 6e826278f1 to .git-blame-ignore-revs. Nathan Bossart 2025-01-13 09:37:32 -0600
  • 6e826278f1 Fix pgindent damage Richard Guo 2025-01-13 11:27:32 +0900
  • 7b1f50d8c8 Fix HBA option count Daniel Gustafsson 2025-01-12 23:44:39 +0100
  • 9e596a099a Fix HBA option count Daniel Gustafsson 2025-01-12 23:44:39 +0100
  • 9ad7a32b2a Fix HBA option count Daniel Gustafsson 2025-01-12 23:44:39 +0100
  • 116036d811 Fix HBA option count Daniel Gustafsson 2025-01-12 23:44:39 +0100
  • dc24c9ad52 Fix HBA option count Daniel Gustafsson 2025-01-12 23:44:39 +0100
  • 97698cc517 Fix HBA option count Daniel Gustafsson 2025-01-12 23:44:39 +0100
  • d037cc2af1 Fix JsonExpr deparsing to quote variable names in the PASSING clause. Dean Rasheed 2025-01-12 13:36:44 +0000
  • a93e2a1e25 Fix JsonExpr deparsing to quote variable names in the PASSING clause. Dean Rasheed 2025-01-12 13:35:12 +0000
  • 8f137f0382 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 2025-01-12 13:02:56 +0000
  • dc8cd9cd01 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 2025-01-12 13:01:22 +0000