Commit Graph

  • de35207015 Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 2024-08-07 12:54:39 -04:00
  • a073835c19 Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 2024-08-07 12:54:39 -04:00
  • 7f875fb5bd Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 2024-08-07 12:54:39 -04:00
  • 0dd33a6fca Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 2024-08-07 12:54:39 -04:00
  • 8d148bb8b8 Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 2024-08-07 12:54:39 -04:00
  • 227de33c0c
    Merge pull request #256 from alina-derkach-oaza/patch-2 Anastasia Alexandrova 2024-08-07 19:50:02 +03:00
  • 2afff13461
    DOCS-127 Add the official icon to the banner Alina Derkach 2024-08-07 19:39:50 +03:00
  • 899f39ea25
    Refactor/reword some error messages to avoid duplicates Alvaro Herrera 2024-08-07 11:30:36 -04:00
  • 2bb969f399
    Refactor/reword some error messages to avoid duplicates Alvaro Herrera 2024-08-07 11:30:36 -04:00
  • bd3ea04380 Fixed version in announcement Anastasia Alexadrova 2024-08-07 16:56:49 +03:00
  • a6b07da227
    add FAQ to README (#251) Kai Wagner 2024-08-07 14:54:31 +02:00
  • 22b4a1b561 Improve file header comments for astramer code. Robert Haas 2024-08-07 08:49:41 -04:00
  • 7696b2ea52 Make fallback MD5 implementation thread-safe on big-endian systems Heikki Linnakangas 2024-08-07 10:43:52 +03:00
  • a38f5f880d Make fallback MD5 implementation thread-safe on big-endian systems Heikki Linnakangas 2024-08-07 10:43:52 +03:00
  • 0583863e9e Make fallback MD5 implementation thread-safe on big-endian systems Heikki Linnakangas 2024-08-07 10:43:52 +03:00
  • ffac8ac48e Make fallback MD5 implementation thread-safe on big-endian systems Heikki Linnakangas 2024-08-07 10:43:52 +03:00
  • 2676040df0 Make fallback MD5 implementation thread-safe on big-endian systems Heikki Linnakangas 2024-08-07 10:43:52 +03:00
  • 5388216f6a Revert ECPG's use of pnstrdup() Peter Eisentraut 2024-08-07 09:21:07 +02:00
  • 40064a8ee1 Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback() Alexander Korotkov 2024-08-07 06:51:29 +03:00
  • d0f020037e Introduce hash_search_with_hash_value() function Alexander Korotkov 2024-08-07 06:51:16 +03:00
  • 3ab2668d48 Use psprintf to simplify gtsvectorout() Heikki Linnakangas 2024-08-06 23:05:25 +03:00
  • d5f139cb68 Constify fields and parameters in spell.c Heikki Linnakangas 2024-08-06 23:04:51 +03:00
  • fe8dd65bf2 Mark misc static global variables as const Heikki Linnakangas 2024-08-06 23:04:48 +03:00
  • 85829c973c Make nullSemAction const, add 'const' decorators to related functions Heikki Linnakangas 2024-08-06 23:04:22 +03:00
  • 1e35951e71 Turn a few 'validnsps' static variables into locals Heikki Linnakangas 2024-08-06 23:03:43 +03:00
  • a890ad2149 selfuncs.c: use pg_strxfrm() instead of strxfrm(). Jeff Davis 2024-08-06 11:55:21 -07:00
  • a54d4ed183 Fix datatypes in comments in instr_time.h Heikki Linnakangas 2024-08-06 22:15:55 +03:00
  • 39a138fbef Revert "Fix comments in instr_time.h and remove an unneeded cast to int64" Heikki Linnakangas 2024-08-06 22:15:46 +03:00
  • ca3bcef312 Updated version string Zsolt Parragi 2024-08-06 19:35:38 +01:00
  • 5f84e8c92d Modified 001_basic tap test to verify that the data on disk is encrypted Zsolt Parragi 2024-08-06 19:35:16 +01:00
  • 6e086fa2e7 Allow parallel workers to cope with a newly-created session user ID. Tom Lane 2024-08-06 12:36:42 -04:00
  • 0ae5b763ea Clean up handling of client_encoding GUC in parallel workers. Tom Lane 2024-08-06 12:21:23 -04:00
  • 8928817769 Remove volatile qualifiers from pg_stat_statements.c. Nathan Bossart 2024-08-06 10:56:37 -05:00
  • 3dcb09de7b Fix comments in instr_time.h and remove an unneeded cast to int64 Heikki Linnakangas 2024-08-06 14:28:02 +03:00
  • 8771298605 Remove unnecessary declaration of heapam_methods Michael Paquier 2024-08-06 16:27:38 +09:00
  • e9931bfb75 Remove support for null pg_locale_t most places. Jeff Davis 2024-08-05 18:15:57 -07:00
  • 76265a851b Stamp 12.20. REL_12_20 Tom Lane 2024-08-05 16:11:34 -04:00
  • 0dc08bbfcc Stamp 13.16. REL_13_16 Tom Lane 2024-08-05 16:09:59 -04:00
  • 33965476b6 Stamp 14.13. REL_14_13 Tom Lane 2024-08-05 16:08:36 -04:00
  • 3cc5e51ab4 Stamp 15.8. REL_15_8 Tom Lane 2024-08-05 16:07:10 -04:00
  • 2caa85f4aa Stamp 16.4. REL_16_4 Tom Lane 2024-08-05 16:05:35 -04:00
  • b18b3a8150 Stamp 17beta3. REL_17_BETA3 Tom Lane 2024-08-05 16:03:01 -04:00
  • 7931b29616
    Merge pull request #249 from dutow/encfix Zsolt Parragi 2024-08-05 19:14:03 +01:00
  • 69c12a394e PG-951: Fixing an issue where we created two keys instead of one in certain situations Zsolt Parragi 2024-08-05 18:50:47 +01:00
  • 1b85e65846 Last-minute updates for release notes. Tom Lane 2024-08-05 14:03:20 -04:00
  • 4295601932 Last-minute updates for release notes. Tom Lane 2024-08-05 14:03:20 -04:00
  • b942cc42b7 Last-minute updates for release notes. Tom Lane 2024-08-05 14:03:20 -04:00
  • 6eca8a5673 Last-minute updates for release notes. Tom Lane 2024-08-05 14:03:20 -04:00
  • c04778592d Last-minute updates for release notes. Tom Lane 2024-08-05 14:03:20 -04:00
  • 08fe8484df Fixing refactoring/codecleanup issues Zsolt Parragi 2024-08-05 17:50:20 +01:00
  • f80b09bac8 Move astreamer (except astreamer_inject) to fe_utils. Robert Haas 2024-08-05 11:40:29 -04:00
  • 53b2c921a0 Move recovery injector astreamer to a separate header file. Robert Haas 2024-08-05 10:40:23 -04:00
  • 3c90569811 Rename bbstreamer to astreamer. Robert Haas 2024-08-05 09:35:42 -04:00
  • 66e94448ab Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:33 -07:00
  • fdf218f1d5 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:30 -07:00
  • 6aba85a4b0 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:28 -07:00
  • e81e53a0c1 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:25 -07:00
  • 72ef1675e2 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:23 -07:00
  • bbc94abf66 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:20 -07:00
  • 79c7a7e296 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 2024-08-05 06:05:17 -07:00
  • 0243cc33c9
    Fix for PG-949: CREATE INDEX doesn't work with full encryption (#248) Muhammad Usama 2024-08-05 17:10:13 +05:00
  • ca6fde9225 Optimize JSON escaping using SIMD David Rowley 2024-08-05 23:16:44 +12:00
  • c2916c0933 Translation updates Peter Eisentraut 2024-08-05 12:25:03 +02:00
  • 1d454d45c8 Translation updates Peter Eisentraut 2024-08-05 12:23:51 +02:00
  • 426a224a6c Translation updates Peter Eisentraut 2024-08-05 12:22:08 +02:00
  • 8b57eb67e8 Translation updates Peter Eisentraut 2024-08-05 12:20:32 +02:00
  • d031106404 Translation updates Peter Eisentraut 2024-08-05 12:16:19 +02:00
  • 91099bb287 Translation updates Peter Eisentraut 2024-08-05 12:12:32 +02:00
  • b5df24e520 Fix typo in bufpage.h. Amit Kapila 2024-08-05 14:38:00 +05:30
  • f68cd847fa injection_points: Add some fixed-numbered statistics Michael Paquier 2024-08-05 12:29:22 +09:00
  • 75534436a4 injection_points: Add some cumulative stats for injection points Michael Paquier 2024-08-05 12:06:54 +09:00
  • 2eff9e678d Add helper routines to retrieve data for custom fixed-numbered pgstats Michael Paquier 2024-08-05 11:43:33 +09:00
  • 3da5e7aa33 WIP: some fixes and advances on integration tests NContinanza 2024-08-04 21:09:52 -03:00
  • 29337a5ff7 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 2024-08-04 13:38:59 -04:00
  • 0cc295e943 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 2024-08-04 13:38:59 -04:00
  • 7af99b2aee Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 2024-08-04 13:38:59 -04:00
  • c26f2728ac Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 2024-08-04 13:38:59 -04:00
  • 6804dbe255 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 2024-08-04 13:38:59 -04:00
  • 8036d73ae3 pg_wal_replay_wait(): Fix typo in the doc Alexander Korotkov 2024-08-04 20:26:48 +03:00
  • 7949d95945 Introduce pluggable APIs for Cumulative Statistics Michael Paquier 2024-08-04 19:41:24 +09:00
  • 365b5a345b Use CXXFLAGS instead of CFLAGS for linking C++ code Peter Eisentraut 2024-08-04 11:17:46 +02:00
  • 028b4b21df Fix incorrect format placeholders in pgstat.c Michael Paquier 2024-08-04 03:07:20 +09:00
  • 4b6638b13d Merge branch 'master' of github.com:isoprophlex/distributed-postgres into integration_tests NContinanza 2024-08-03 09:56:23 -03:00
  • ba8ca5cebe WIP: create table test NContinanza 2024-08-03 09:46:25 -03:00
  • 6618891256 Add -Wmissing-variable-declarations to the standard compilation flags Peter Eisentraut 2024-08-03 11:42:37 +02:00
  • ee219ee8c4 First-draft release notes for 16.4. Tom Lane 2024-08-02 16:24:17 -04:00
  • 7926a9a80f Small refactoring around ExecCreateTableAs(). Jeff Davis 2024-08-02 11:49:03 -07:00
  • c175c9202d Fix name of "Visual Studio" in documentation. Noah Misch 2024-08-02 12:49:56 -07:00
  • 3cffe7946c Fix name of "Visual Studio" in documentation. Noah Misch 2024-08-02 12:49:56 -07:00
  • 3c5db1d6b0 Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 2024-08-02 21:13:05 +03:00
  • ca26455348
    Fix NLS file reference in pg_createsubscriber Alvaro Herrera 2024-08-02 12:05:38 -04:00
  • a83f3088b8
    Fix NLS file reference in pg_createsubscriber Alvaro Herrera 2024-08-02 12:05:38 -04:00
  • 8c6ba6e6a8
    pg_createsubscriber: Fix bogus error message Alvaro Herrera 2024-08-02 12:01:10 -04:00
  • 3b2f668b78
    pg_createsubscriber: Fix bogus error message Alvaro Herrera 2024-08-02 12:01:10 -04:00
  • 9fb855fe1a Include bison header files into implementation files Peter Eisentraut 2024-08-02 09:59:35 +02:00
  • 81568cbd2f
    Merge pull request #16 from isoprophlex/TAS-61/available-memory AldoRastrelli 2024-08-01 19:36:34 -03:00
  • 65755e463b
    Delete sharding/target/release/libsharding.d Franco Cuppari 2024-08-01 19:14:58 -03:00
  • e52a44b8a4 Skip citext_utf8 test on Windows. Thomas Munro 2024-05-13 07:55:20 +12:00
  • 91f498fdec Skip citext_utf8 test on Windows. Thomas Munro 2024-05-13 07:55:20 +12:00
  • 63bef4df97 Minor refactoring of assign_backendlist_entry() Heikki Linnakangas 2024-08-01 23:23:55 +03:00