1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Commit Graph

  • 5668a857de Fix right-semi-joins in HashJoin rescans Richard Guo 2024-12-09 20:36:23 +09:00
  • f0c569d715 Fix memory leak in pgoutput with publication list cache Michael Paquier 2024-12-09 16:41:46 +09:00
  • a0ab20f165 Improve comment about dropped entries in pgstat.c Michael Paquier 2024-12-09 14:35:48 +09:00
  • ec194b448c Improve comment about dropped entries in pgstat.c Michael Paquier 2024-12-09 14:35:46 +09:00
  • bb93b33d7e Improve comment about dropped entries in pgstat.c Michael Paquier 2024-12-09 14:35:44 +09:00
  • 001a537b83 Improve comment about dropped entries in pgstat.c Michael Paquier 2024-12-09 14:35:39 +09:00
  • 2d0152d614 Improve the error message introduced in commit 87ce27de69. Amit Kapila 2024-12-09 09:11:45 +05:30
  • 1df1e1e787 Fix invalidation of local pgstats references for entry reinitialization Michael Paquier 2024-12-09 10:46:10 +09:00
  • ae77bcc3aa Fix invalidation of local pgstats references for entry reinitialization Michael Paquier 2024-12-09 10:46:09 +09:00
  • dc5f905418 Fix invalidation of local pgstats references for entry reinitialization Michael Paquier 2024-12-09 10:46:03 +09:00
  • da99fedf8c Fix invalidation of local pgstats references for entry reinitialization Michael Paquier 2024-12-09 10:45:28 +09:00
  • d54378e984 Fix possible crash during WindowAgg evaluation David Rowley 2024-12-09 14:24:54 +13:00
  • c1d6506acc Fix possible crash during WindowAgg evaluation David Rowley 2024-12-09 14:24:34 +13:00
  • 9d5ce4f1a0 Fix possible crash during WindowAgg evaluation David Rowley 2024-12-09 14:24:07 +13:00
  • 1fe5a347e3 Fix possible crash during WindowAgg evaluation David Rowley 2024-12-09 14:23:21 +13:00
  • 725d981028 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • 1a34cf0f48 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • 0e4fa06ba5 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • be5db08ed3 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • ec7b89cc53 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • 3f9b962176 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • 531cbd8b74 Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • d9d5e1b48e Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • d401914679 Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • faad018350 Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • 5b44a317ae Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • c82003760d Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • f2eba400bc Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • 5882a4ba09 Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • d2f59497a3 Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • 26c233b8b8 Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • 765f76d8cd Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • 3220ceaf77 Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • ad485171c7 doc: remove LC_COLLATE and LC_CTYPE from SHOW command Peter Eisentraut 2024-12-07 12:55:55 +01:00
  • c140c0ffb7 doc: remove LC_COLLATE and LC_CTYPE from SHOW command Peter Eisentraut 2024-12-07 12:55:55 +01:00
  • 263a3f5f7f doc: remove LC_COLLATE and LC_CTYPE from SHOW command Peter Eisentraut 2024-12-07 12:55:55 +01:00
  • ffe003cae1 Comment fix: "buffer context lock" to "buffer content lock". Jeff Davis 2024-12-06 09:59:12 -08:00
  • 8743ea1b2e Remove useless casts to (const void *) Peter Eisentraut 2024-12-06 17:22:19 +01:00
  • 1319997df9 Fix printf format string warning on MinGW. Thomas Munro 2024-12-06 12:34:33 +13:00
  • cd1c8b992e Avoid low-probability crash on out-of-memory. Tom Lane 2024-12-05 12:54:41 -05:00
  • d24eb0e91f Avoid low-probability crash on out-of-memory. Tom Lane 2024-12-05 12:54:41 -05:00
  • 4398507dfa Avoid low-probability crash on out-of-memory. Tom Lane 2024-12-05 12:54:41 -05:00
  • 792b2c7e6d Remove pg_regex_collation Peter Eisentraut 2024-12-05 07:19:37 +01:00
  • 71cb352904 Fix header inclusion order in c.h. Thomas Munro 2024-12-05 14:27:35 +13:00
  • 76fd342496 Provide a better error message for misplaced dispatch options. Nathan Bossart 2024-12-04 15:04:15 -06:00
  • 24c1c63387 Return actual error code from FOP failure in PDF build Bruce Momjian 2024-12-04 14:37:24 -05:00
  • dfbb092cff Fix dead code Peter Eisentraut 2024-12-04 16:43:07 +01:00
  • 83ce20d671 Fix use-after-free in parallel_vacuum_reset_dead_items John Naylor 2024-12-04 16:51:55 +07:00
  • ccc8194e42 Fix use-after-free in parallel_vacuum_reset_dead_items John Naylor 2024-12-04 16:51:55 +07:00
  • 7727049e8f Simplify IsIndexUsableForReplicaIdentityFull() Peter Eisentraut 2024-12-04 08:33:28 +01:00
  • 87ce27de69 Ensure stored generated columns must be published when required. Amit Kapila 2024-12-04 09:45:18 +05:30
  • 77c189cdaf Properly use $(AWK) in Makefile, not 'awk' Bruce Momjian 2024-12-03 22:31:12 -05:00
  • 962da900ac Use <stdint.h> and <inttypes.h> for c.h integers. Thomas Munro 2024-12-04 14:46:59 +13:00
  • 3b08d5224d Define __EXTENSIONS__ on Solaris, too. Tom Lane 2024-12-03 20:21:23 -05:00
  • 498f130756 Fix Makefile so invalid characters warning preserves error code Bruce Momjian 2024-12-03 18:27:41 -05:00
  • 8b318a168a Now that we have non-Latin1 SGML detection, restore Latin1 chars Bruce Momjian 2024-12-03 17:09:49 -05:00
  • 7167e05fc7 Move check for ucol_strcollUTF8 to pg_locale_icu.c Jeff Davis 2024-12-03 11:32:14 -08:00
  • 32a7deb2a0 Define _POSIX_C_SOURCE as 200112L on Solaris. Tom Lane 2024-12-03 12:44:43 -05:00
  • 9abdc1841e Fix synchronized_standby_slots GUC check hook Álvaro Herrera 2024-12-03 17:50:57 +01:00
  • 3c5f9f12c8 Fix synchronized_standby_slots GUC check hook Álvaro Herrera 2024-12-03 17:50:57 +01:00
  • 5ffbbcfa16 Drop "Lock" suffix from LWLock wait event names Álvaro Herrera 2024-12-03 15:50:03 +01:00
  • 1e5ef3a2a1 Drop "Lock" suffix from LWLock wait event names Álvaro Herrera 2024-12-03 15:50:03 +01:00
  • 4cc2a44980 Update obsolete comment Álvaro Herrera 2024-12-03 14:46:31 +01:00
  • 84a67725cd Fix handling of CREATE DOMAIN with GENERATED constraint syntax Peter Eisentraut 2024-12-03 14:32:45 +01:00
  • 1acf10549e Fix temporary memory leak in system table index scans Peter Eisentraut 2024-12-03 09:04:20 +01:00
  • 1ba0782ce9 Perform provider-specific initialization in new functions. Jeff Davis 2024-12-02 23:20:32 -08:00
  • 7a35052a2b doc: Clarify some terms for pg_createsubscriber Michael Paquier 2024-12-03 16:21:10 +09:00
  • 8817e8d3a4 doc: Clarify some terms for pg_createsubscriber Michael Paquier 2024-12-03 16:21:07 +09:00
  • e3fa2b037c Fix unintentional behavior change in commit e9931bfb75. Jeff Davis 2024-12-02 21:59:02 -08:00
  • 4171c44c9b Revert "Introduce CompactAttribute array in TupleDesc" David Rowley 2024-12-03 17:12:38 +13:00
  • d28dff3f6c Introduce CompactAttribute array in TupleDesc David Rowley 2024-12-03 16:50:59 +13:00
  • e4c8865196 doc Makefile: issue warning about chars that cannot be output Bruce Momjian 2024-12-02 21:25:12 -05:00
  • 08691ea958 Rework some code handling pg_subscription data in psql and pg_dump Michael Paquier 2024-12-03 09:48:12 +09:00
  • a501fe5a97 RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • ad5aa7bfd0 RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • d4ffbf47b2 RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • 1168acbca4 RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • 7d0b91a284 RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • 75818b3afb RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • db6a4a985b Deprecate MD5 passwords. Nathan Bossart 2024-12-02 13:30:07 -06:00
  • 97173536ed Add a planner support function for numeric generate_series(). Dean Rasheed 2024-12-02 11:37:57 +00:00
  • 3315235845 Fix #include order in timestamp.c. Dean Rasheed 2024-12-02 11:34:26 +00:00
  • 086c84b23d Fix error code for referential action RESTRICT Peter Eisentraut 2024-12-02 08:18:36 +01:00
  • 60b47525c1 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • cca34f68c6 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • a963abd549 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • e359cbb846 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • 52c7a44e95 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • 2f696453d2 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • 7b456f040f Avoid mislabeling of lateral references, redux. Tom Lane 2024-11-30 12:42:20 -05:00
  • 78883cd905 Avoid mislabeling of lateral references, redux. Tom Lane 2024-11-30 12:42:20 -05:00
  • e032e4c7dd Avoid mislabeling of lateral references, redux. Tom Lane 2024-11-30 12:42:19 -05:00
  • 49ae9fd8b7 doc: Fix typo Peter Eisentraut 2024-11-30 08:43:46 +01:00
  • 5d39becf8b Small indenting fixes in jsonpath_scan.l Peter Eisentraut 2024-11-29 11:33:21 +01:00
  • 1e08905842 doc: Improve description of referential actions Peter Eisentraut 2024-11-29 08:52:28 +01:00
  • 4a2dbfc6be Add tests for foreign keys with case-insensitive collations Peter Eisentraut 2024-11-29 08:52:27 +01:00
  • 5bba0546ee Skip not SOAP-supported indexes while transforming an OR clause into SAOP Alexander Korotkov 2024-11-29 09:48:29 +02:00
  • b6612aedc5 Fix typo in header comment for set_operation_ordered_results_useful David Rowley 2024-11-29 15:56:24 +13:00
  • 18954ce7f6 psql: Sprinkle more CppAsString2() in describe.c Michael Paquier 2024-11-29 08:53:09 +09:00
  • 85990e2fd5 Avoid mislabeling of lateral references when pulling up a subquery. Tom Lane 2024-11-28 17:33:16 -05:00