Commit Graph

  • 5495796ad1 Revert "Add missing padding from MemoryChunk struct" David Rowley 2022-08-31 03:06:31 +12:00
  • c98b6acdb2 Update the comment in rmgrlist.h to match it to the code. Amit Kapila 2022-08-30 09:16:41 +05:30
  • f6c5edb8ab Drop replication origin slots before tablesync worker exits. Amit Kapila 2022-08-30 08:51:41 +05:30
  • 865424627d Further code review of port/simd.h John Naylor 2022-08-30 09:44:44 +07:00
  • 9887dd38f9 Adjust comments that called MultiXactIds "XMIDs". Peter Geoghegan 2022-08-29 19:42:30 -07:00
  • d5ee4db0ea Use MAXALIGN() in calculations using sizeof(SlabBlock) David Rowley 2022-08-30 14:36:04 +12:00
  • b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) Michael Paquier 2022-08-30 09:52:58 +09:00
  • 7fed801135 Clean up inconsistent use of fflush(). Tom Lane 2022-08-29 13:55:38 -04:00
  • 20796536c1 Remove stray "the". Robert Haas 2022-08-29 12:35:46 -04:00
  • 0b3ff539dd Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • 002fba80eb Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • 3c0ef08327 Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • 3f2701cda5 Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • 0e54a5e274 Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • eb29fa3889 Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • 6672d79139 Prevent WAL corruption after a standby promotion. Robert Haas 2022-08-29 10:47:12 -04:00
  • 620ac28548 docs: Fix up some out-of-date references to INHERIT/NOINHERIT. Robert Haas 2022-08-29 10:10:09 -04:00
  • df0f4feef8 Add missing padding from MemoryChunk struct David Rowley 2022-08-29 23:20:25 +12:00
  • c6a43c25a8 Fix broken cast on MSVC John Naylor 2022-08-29 17:25:59 +07:00
  • 82739d4a80 Use ARM Advanced SIMD (NEON) intrinsics where available John Naylor 2022-08-29 14:32:54 +07:00
  • f8f19f7086 Abstract some more architecture-specific details away from SIMD functionality John Naylor 2022-08-29 13:40:53 +07:00
  • c6e0fe1f2a Improve performance of and reduce overheads of memory management David Rowley 2022-08-29 17:15:00 +12:00
  • d2169c9985 Fix the incorrect assertion introduced in commit 7f13ac8123. Amit Kapila 2022-08-29 08:10:10 +05:30
  • 2efeb0437c Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:53 -04:00
  • 9a2c6b26e1 Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:52 -04:00
  • 25ddf59e4b Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:52 -04:00
  • 4079d91e1c Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:52 -04:00
  • 7f5dd42a40 Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:52 -04:00
  • ebe2b4097b Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:52 -04:00
  • 8c7fc86ca9 Doc: fix example of recursive query. Tom Lane 2022-08-28 10:44:52 -04:00
  • 73cbdb7f19 Switch format specifier for replication origins to %d John Naylor 2022-08-23 09:55:05 +07:00
  • 805a397db4 Add more detail why repalloc and pfree do not accept NULL pointers Peter Eisentraut 2022-08-28 09:55:04 +02:00
  • 36389a060c Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds Michael Paquier 2022-08-28 16:04:58 +09:00
  • 94077df1c2 Avoid casting away const in sepgsql's quote_object_name. Tom Lane 2022-08-27 12:52:39 -04:00
  • d1ce745db2 Doc: add comment about bug fixed in back branches as of 3f7323cbb. Tom Lane 2022-08-27 12:16:21 -04:00
  • e1ea6f3745 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 2022-08-27 12:11:20 -04:00
  • d9ebc582fb Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 2022-08-27 12:11:20 -04:00
  • f8e70cfb8f Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 2022-08-27 12:11:20 -04:00
  • 3f7323cbbd Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 2022-08-27 12:11:20 -04:00
  • 924954c670 Fix typo in comment for writetuple() function Alexander Korotkov 2022-08-27 14:46:15 +03:00
  • 4eec2e03c3 Be more careful to avoid including system headers after perl.h John Naylor 2022-08-27 11:17:36 +07:00
  • aeec3534cc Use correct connection for cancellation in frontend's parallel slots Michael Paquier 2022-08-27 15:22:11 +09:00
  • 44817d97bc Use correct connection for cancellation in frontend's parallel slots Michael Paquier 2022-08-27 15:22:07 +09:00
  • 52144b6fcd Use correct connection for cancellation in frontend's parallel slots Michael Paquier 2022-08-27 15:21:31 +09:00
  • e890ce7a4f Remove unneeded null pointer checks before PQfreemem() Peter Eisentraut 2022-08-26 19:16:28 +02:00
  • 45987aae26 Remove unnecessary casts in free() and pfree() Peter Eisentraut 2022-08-26 15:55:57 +02:00
  • 121d2d3d70 Use SSE2 in is_valid_ascii() where available. John Naylor 2022-08-26 15:01:24 +07:00
  • d4e9bca403 Remove obsolete comment Peter Eisentraut 2022-08-26 10:33:55 +02:00
  • ab9717847a Remove obsolete comment Peter Eisentraut 2022-08-26 10:33:55 +02:00
  • 3a376b90ed Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:09 +09:00
  • 1d40200a98 Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:07 +09:00
  • 4e330af04b Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:06 +09:00
  • 7d50165755 Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:04 +09:00
  • 28d351c9ff Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:02 +09:00
  • 2829cfaf78 Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:01 +09:00
  • a8b02587a3 Fix typo in comment. Etsuro Fujita 2022-08-26 16:55:00 +09:00
  • e813e0e168 Add optimized functions for linear search within byte arrays John Naylor 2022-08-20 21:14:01 -07:00
  • bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. Thomas Munro 2022-08-26 10:13:22 +12:00
  • c742eb36b1 libpq code should use libpq_gettext(), not _() Peter Eisentraut 2022-08-25 20:46:58 +02:00
  • 28ec316787 libpq code should use libpq_gettext(), not _() Peter Eisentraut 2022-08-25 20:46:58 +02:00
  • 01b23daa9b Fix doc oversight for custom WAL resource managers. Jeff Davis 2022-08-25 10:26:31 -07:00
  • 66af5eea31 Fix doc oversight for custom WAL resource managers. Jeff Davis 2022-08-25 10:26:31 -07:00
  • d389487525 Small refactor to get rid of -Wshadow=compatible-local warning David Rowley 2022-08-26 02:46:56 +12:00
  • 3e0fff2e68 More -Wshadow=compatible-local warning fixes David Rowley 2022-08-26 02:35:40 +12:00
  • e3ce2de09d Allow grant-level control of role inheritance behavior. Robert Haas 2022-08-25 10:06:02 -04:00
  • 2059c5e3b0 Move NON_EXEC_STATIC from c.h to postgres.h Peter Eisentraut 2022-08-25 15:07:03 +02:00
  • 19c4de8289 Update another comment still referring to pg_start/stop_backup() Peter Eisentraut 2022-08-25 15:04:38 +02:00
  • 421ccaa627 Update another comment still referring to pg_start/stop_backup() Peter Eisentraut 2022-08-25 15:04:38 +02:00
  • b1d4b80208
    Merge 204e66a09ce9126e1fce350335fc4592a86f59f3 into d16c99aa71047e3cd94dad85f9fa82a7d6f94eed #102 Mohamad risza 2022-08-25 19:47:52 +08:00
  • 204e66a09c
    Galeri #102 Mohamad risza 2022-08-25 19:47:34 +08:00
  • d16c99aa71 doc: Fix typo in GRANT docs Daniel Gustafsson 2022-08-25 10:47:02 +02:00
  • 0c67e9e566 Fix typo in MVCC test comment Daniel Gustafsson 2022-08-25 10:31:20 +02:00
  • 4112e39f70 Remove unused symbol __aarch64 John Naylor 2022-08-25 13:37:40 +07:00
  • f2dcf1acfb pg_dump: Fix new ICU tests Peter Eisentraut 2022-08-25 06:35:16 +02:00
  • b4ddf3ee30 pg_dump: Fix new ICU tests Peter Eisentraut 2022-08-25 06:35:16 +02:00
  • 4444317f37 aix: Fix SHLIB_EXPORTS reference in VPATH builds Andres Freund 2022-08-24 20:38:28 -07:00
  • 05bf551040 Remove SUBSYS.o rule in common.mk, hasn't been used in a long time Andres Freund 2022-08-24 20:38:14 -07:00
  • 68fc18d14c Remove rule to generate postgres.o, not needed for 20+ years Andres Freund 2022-08-24 20:37:54 -07:00
  • 3fb0687d32 solaris: Use versioning scripts instead of -Bsymbolic Andres Freund 2022-08-24 20:37:54 -07:00
  • 36a8881c4b Fix code comments still referring to pg_start/stop_backup() Michael Paquier 2022-07-01 09:37:17 +09:00
  • 82ac34db20 Include RelFileLocator fields individually in BufferTag. Robert Haas 2022-08-24 15:50:48 -04:00
  • 72b6828da3 pg_dump: Dump colliculocale Peter Eisentraut 2022-08-24 20:13:52 +02:00
  • 396d348b04 pg_dump: Dump colliculocale Peter Eisentraut 2022-08-24 20:13:52 +02:00
  • 3d3c05c70f Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • f25bed3801 Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • f5157a9acc Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • 310d734efb Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • 599a487b09 Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • 2d1f1523ce Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • 444ec169a7 Defend against stack overrun in a few more places. Tom Lane 2022-08-24 13:01:40 -04:00
  • e6828053d9 Doc: remove duplicate "a" from func.sgml David Rowley 2022-08-24 23:46:40 +12:00
  • a73d6c87f2 Doc: remove duplicate "a" from func.sgml David Rowley 2022-08-24 23:45:57 +12:00
  • f02147bd23 Fix ICU locale option handling in CREATE DATABASE Peter Eisentraut 2022-08-24 13:27:34 +02:00
  • 8b808f189f Fix ICU locale option handling in CREATE DATABASE Peter Eisentraut 2022-08-24 13:27:34 +02:00
  • 701ac2cb1f Remove initialization of MyClientConnectionInfo at backend startup Michael Paquier 2022-08-24 19:19:00 +09:00
  • f959bf9a5b Further -Wshadow=compatible-local warning fixes David Rowley 2022-08-24 22:04:28 +12:00
  • 161355ee6d Change shared library installation naming on macOS Peter Eisentraut 2022-08-24 08:23:49 +02:00
  • d951052a9e Allow parallel workers to retrieve some data from Port Michael Paquier 2022-08-24 12:57:13 +09:00
  • 421892a192 Further reduce warnings with -Wshadow=compatible-local David Rowley 2022-08-24 12:27:12 +12:00
  • 869e56a399 Message style adjustment Peter Eisentraut 2022-08-23 21:50:12 +02:00