Commit Graph

  • 6fa431d84a Use libc's snprintf, not sprintf, for special cases in snprintf.c. Tom Lane 2022-10-16 11:47:44 -04:00
  • bd4b2926ec Use libc's snprintf, not sprintf, for special cases in snprintf.c. Tom Lane 2022-10-16 11:47:44 -04:00
  • 450ee70126 Use libc's snprintf, not sprintf, for special cases in snprintf.c. Tom Lane 2022-10-16 11:47:44 -04:00
  • 9a95a510ad meson: macos: Use -Wl,-undefined,error for modules Andres Freund 2022-10-15 17:00:27 -07:00
  • 57bab33302 meson: catch up to a few configure changes Andres Freund 2022-10-15 12:00:16 -07:00
  • 16d11d6843
    Disallow MERGE cleanly for foreign partitions Alvaro Herrera 2022-10-15 19:24:26 +02:00
  • cba4e78f35
    Disallow MERGE cleanly for foreign partitions Alvaro Herrera 2022-10-15 19:24:26 +02:00
  • 1054c604bc Fix some comments in proc.h Michael Paquier 2022-10-15 12:22:29 +09:00
  • c037471832 pgstat: Track time of the last scan of a relation Andres Freund 2022-10-14 11:11:34 -07:00
  • 309b2cf243 Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset Andres Freund 2022-10-14 11:11:33 -07:00
  • b8af4166ff
    libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera 2022-10-14 19:06:26 +02:00
  • 27ca0bce5f
    libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera 2022-10-14 19:06:26 +02:00
  • db1b931a4e
    libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera 2022-10-14 19:06:26 +02:00
  • f13b2088fa Add auxiliary lists to GUC data structures for better performance. Tom Lane 2022-10-14 12:36:14 -04:00
  • 3057465acf Replace the sorted array of GUC variables with a hash table. Tom Lane 2022-10-14 12:26:39 -04:00
  • 407b50f2d4 Store GUC data in a memory context, instead of using malloc(). Tom Lane 2022-10-14 12:10:48 -04:00
  • 9c911ec065 Make some minor improvements in memory-context infrastructure. Tom Lane 2022-10-14 11:55:56 -04:00
  • 1b11561cc1 Standardize format for printing PIDs Peter Eisentraut 2022-10-14 08:37:12 +02:00
  • 34df7b9dfd doc: Correct type of bgw_notify_pid Peter Eisentraut 2022-10-14 08:37:12 +02:00
  • 39b8c293fc Fix incorrect comment regarding command completion tags David Rowley 2022-10-14 14:32:00 +13:00
  • ba185d318d Remove redundant memset call following palloc0 Daniel Gustafsson 2022-10-13 23:18:00 +02:00
  • 2589434ae0 pg_buffercache: Add pg_buffercache_summary() Andres Freund 2022-10-13 09:55:46 -07:00
  • e06ae1eb36
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • 659ffe6a7c
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • ad81292370
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • dd63cf92ce
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • 3fe6f261f7
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • f7eec7fe38
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • 7f8d9cedb3
    Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 2022-10-13 13:36:14 +02:00
  • 9786b89bd1 Put tests of md5() function into separate test file Peter Eisentraut 2022-10-13 11:46:18 +02:00
  • 97da48246d Allow batch insertion during COPY into a foreign table. Etsuro Fujita 2022-10-13 18:45:00 +09:00
  • 56c19fee2d Add missing isolation test for test_decoding in meson build Michael Paquier 2022-10-13 16:03:01 +09:00
  • 5263c6b095 Improve the WARNING message for CREATE SUBSCRIPTION. Amit Kapila 2022-10-13 06:09:43 +05:30
  • 56b662523f Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-13 09:31:57 +09:00
  • 91416f45f8 doc: Fix description of replication command CREATE_REPLICATION_SLOT Michael Paquier 2022-10-13 08:53:44 +09:00
  • 63585b1ebd doc: Fix description of replication command CREATE_REPLICATION_SLOT Michael Paquier 2022-10-13 08:53:42 +09:00
  • 02d43ad626 Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • 59290b20aa Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • 75517026f3 Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • de924f4bb3 Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • c612730371 Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • 42d203ccfa Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • 2d27e13b35 Doc: improve recommended systemd unit file. Tom Lane 2022-10-12 10:51:11 -04:00
  • 8a927e3cfc
    Fix outdated code reference Alvaro Herrera 2022-10-12 09:53:00 +02:00
  • 9c0de04242
    Reduce xlog.h inclusion footprint Alvaro Herrera 2022-10-12 09:44:40 +02:00
  • c929b2745f
    Reduce basebackup_sink.h inclusion footprint Alvaro Herrera 2022-10-12 09:42:20 +02:00
  • 38409787dc Add meson.build to version_stamp.pl Peter Eisentraut 2022-10-12 07:03:51 +02:00
  • a699b7a7aa Remove Abs() Peter Eisentraut 2022-10-12 06:36:12 +02:00
  • 4574eb9d38 Fix shadow variable in postgres.c Michael Paquier 2022-10-12 13:42:30 +09:00
  • a1176c67c4 Simplify some maths in xlogreader.c Michael Paquier 2022-10-12 09:59:36 +09:00
  • 94fd253d56 Fix compilation warning in test_copy_callbacks Michael Paquier 2022-10-12 08:45:01 +09:00
  • 0779b10bdd [pg_dump] add default functions for all types #104 Viktoria Shepard 2022-10-11 05:39:59 +05:00
  • ab35b9dd79 Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • 6c1de98bad Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • 8f98352b5e Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • 7442701374 Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • b10546ecf8 Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • e7b4ff327c Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • 18a4a620e2 Harden pmsignal.c against clobbered shared memory. Tom Lane 2022-10-11 18:54:31 -04:00
  • 23e2a06acf Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:15 -04:00
  • addde9bc6c Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:15 -04:00
  • abc510fa2a Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:15 -04:00
  • 21e042b0bd Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:14 -04:00
  • 3162bd95ca Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:14 -04:00
  • 07ce676982 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:14 -04:00
  • b8f2687fdc Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 2022-10-11 18:24:14 -04:00
  • 422f86a82e Doc: add entry for pg_get_partkeydef(). Tom Lane 2022-10-11 14:28:38 -04:00
  • 434c6cdf0c C comment: explain procArray->pgprocnos[] Bruce Momjian 2022-10-11 13:08:17 -04:00
  • 8bf4705272
    Ensure all perl test modules are installed Alvaro Herrera 2022-10-11 09:56:13 +02:00
  • dd82638734
    Ensure all perl test modules are installed Alvaro Herrera 2022-10-11 09:56:13 +02:00
  • fa5c13178f
    Ensure all perl test modules are installed Alvaro Herrera 2022-10-11 09:56:13 +02:00
  • 33d979aeec
    Ensure all perl test modules are installed Alvaro Herrera 2022-10-11 09:56:13 +02:00
  • 4f6d1cfd6b
    Ensure all perl test modules are installed Alvaro Herrera 2022-10-11 09:56:13 +02:00
  • 776e1c8a5d Add a common function to generate the origin name. Amit Kapila 2022-10-11 10:37:52 +05:30
  • 8432a815fe Add TAP tests for role membership in pg_hba.conf Michael Paquier 2022-10-11 13:57:07 +09:00
  • 9fcdf2c787 Add support for COPY TO callback functions Michael Paquier 2022-10-11 11:45:52 +09:00
  • 0e87dfe464 Harden memory context allocators against bogus chunk pointers. Tom Lane 2022-10-10 18:45:34 -04:00
  • 1a16c1a5ea [pg_dump] add masking tests Viktoria Shepard 2022-10-09 22:00:45 +05:00
  • 2a7ce2e2ce Doc: update release date for v15. REL_15_0 Tom Lane 2022-10-10 16:57:37 -04:00
  • 957d1993c1 Stamp 15.0. Tom Lane 2022-10-10 16:28:16 -04:00
  • 235eb4db98 Simplify our Assert infrastructure a little. Tom Lane 2022-10-10 15:16:56 -04:00
  • 77d500abb8 Translation updates Peter Eisentraut 2022-10-10 12:03:38 +02:00
  • 6291b2546c Remove unnecessary semicolons after goto labels John Naylor 2022-10-10 15:08:38 +07:00
  • 357cfefb09 Use C library functions instead of Abs() for int64 Peter Eisentraut 2022-10-10 08:51:07 +02:00
  • 48c81b57e9 Update list of acknowledgments in release notes Peter Eisentraut 2022-10-10 08:15:29 +02:00
  • 06dbd619bf pgstat: Prevent stats reset from corrupting slotname by removing slotname Andres Freund 2022-10-08 09:33:23 -07:00
  • c3b5992b91 pgstat: Prevent stats reset from corrupting slotname by removing slotname Andres Freund 2022-10-08 09:33:23 -07:00
  • e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate Peter Eisentraut 2022-10-08 13:41:18 +02:00
  • 2473cb9ff3 autoconf: Rely on ar supporting index creation Andres Freund 2022-10-07 11:53:39 -07:00
  • 669803af04
    Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 2022-10-07 19:37:48 +02:00
  • 7d520e68ea
    Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 2022-10-07 19:37:48 +02:00
  • 483d26930b
    Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 2022-10-07 19:37:48 +02:00
  • 6083132abd
    Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 2022-10-07 19:37:48 +02:00
  • 614a406b4f
    Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 2022-10-07 19:37:48 +02:00
  • 3edc71ec04 Convert macros to static inline functions (rel.h) Peter Eisentraut 2022-10-07 16:06:59 +02:00
  • f14aad5169 Remove unnecessary uses of Abs() Peter Eisentraut 2022-10-07 13:28:38 +02:00
  • 0fe954c285 Add -Wshadow=compatible-local to the standard compilation flags David Rowley 2022-10-07 16:50:31 +13:00
  • 80ef926758 Improve our ability to detect bogus pointers passed to pfree et al. Tom Lane 2022-10-06 21:23:52 -04:00
  • f490db4d65 Merge branch 'master' of https://github.com/demonolock/postgres into c4a-pg_dump-data_masking_option Viktoria Shepard 2022-10-07 06:07:52 +05:00
  • e5555657ba meson: Add support for building with precompiled headers Andres Freund 2022-10-06 17:19:30 -07:00