Commit Graph

  • 4d2a844242 Allow callback functions to deregister themselves during a call. Tom Lane 2022-09-28 11:23:14 -04:00
  • c0c2a9b01a
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • 1f2f50bc1b
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • 84f8e407f5
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • 1dd468c348
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • f1e7f25b5a
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • 1eeac95dc4
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • d84a7b290f
    Change some errdetail() to errdetail_internal() Alvaro Herrera 2022-09-28 17:14:53 +02:00
  • 7188b9b0fd Fix bug in DROP OWNED BY. Robert Haas 2022-09-28 10:42:07 -04:00
  • a448e49bcb Revert 56-bit relfilenode change and follow-up commits. Robert Haas 2022-09-28 09:45:27 -04:00
  • 6af0827232 Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c Robert Haas 2022-09-28 08:02:30 -04:00
  • 0222be1371 Fix alignment problems with SharedInvalSmgrMsg. Robert Haas 2022-09-28 07:51:48 -04:00
  • a60b11327b
    Remove publicationcmds.c's expr_allowed_in_node as a function Alvaro Herrera 2022-09-28 13:47:25 +02:00
  • d0b1dbcb98
    Remove publicationcmds.c's expr_allowed_in_node as a function Alvaro Herrera 2022-09-28 13:47:25 +02:00
  • 2e560b974e Fix some comments of do_pg_backup_start() and do_pg_backup_stop() Michael Paquier 2022-09-28 09:58:44 +09:00
  • 0aaa7cf698 In BufTagGetForkNum, cast to the correct type. Robert Haas 2022-09-27 16:12:43 -04:00
  • 99164b7ea6 Update pg_buffercache's meson.build. Robert Haas 2022-09-27 15:31:36 -04:00
  • 4667d97ca6 Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c. Robert Haas 2022-09-27 15:13:34 -04:00
  • c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions Peter Eisentraut 2022-09-27 20:47:07 +02:00
  • 8caf96de0b Include common/relpath.h in utils/relfilenumbermap.h Robert Haas 2022-09-27 13:34:23 -04:00
  • 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 2022-09-27 13:25:21 -04:00
  • 2f47715cc8 Move RelFileNumber declarations to common/relpath.h. Robert Haas 2022-09-27 12:01:57 -04:00
  • 7ac918ada0 Renumber GUC flags for a bit more sanity. Tom Lane 2022-09-27 11:51:06 -04:00
  • 3853664265 Introduce GUC_NO_RESET flag. Tom Lane 2022-09-27 11:47:12 -04:00
  • f5441b9124
    Improve some publication-related error messages Alvaro Herrera 2022-09-27 14:11:31 +02:00
  • 4148c8b3da
    Improve some publication-related error messages Alvaro Herrera 2022-09-27 14:11:31 +02:00
  • 72abf03b64
    Fix pg_stat_statements for MERGE Alvaro Herrera 2022-09-27 10:44:42 +02:00
  • 249b0409b1
    Fix pg_stat_statements for MERGE Alvaro Herrera 2022-09-27 10:44:42 +02:00
  • d1f95fa247 ci: Add hint about downloadable logs to README Andres Freund 2022-09-26 20:02:26 -07:00
  • bed0927aeb ci: Add hint about downloadable logs to README Andres Freund 2022-09-26 20:02:26 -07:00
  • a1860071b3 meson: Set up absolute rpaths to libdir Andres Freund 2022-09-26 19:44:05 -07:00
  • 1330dcdec0 meson: Include CFLAGS/c_args in summary and pg_config output Andres Freund 2022-09-26 19:36:24 -07:00
  • 78fdb1e50f Mark ParallelMessagePending as sig_atomic_t Michael Paquier 2022-09-27 09:29:56 +09:00
  • e1e6f8f3df Remove dependency to StringInfo in xlogbackup.{c.h} Michael Paquier 2022-09-27 09:15:07 +09:00
  • bb76510a07 Doc: last minute adjustment to the release notes David Rowley 2022-09-27 10:57:07 +13:00
  • 6abbd212b2 Stamp 15rc1. REL_15_RC1 Tom Lane 2022-09-26 16:36:49 -04:00
  • 31d2c4716e windows: remove date from version number in win32ver.rc Andres Freund 2022-09-26 11:38:02 -07:00
  • 780add2c32 Doc: more tweaking of v15 release notes. Tom Lane 2022-09-26 14:32:51 -04:00
  • fbd2bd15b0 Doc: further adjust notes about pg_upgrade_output.d. Tom Lane 2022-09-26 14:19:21 -04:00
  • 796aa20a11 Doc: further adjust notes about pg_upgrade_output.d. Tom Lane 2022-09-26 14:19:21 -04:00
  • 787102b563 Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statements Tom Lane 2022-09-26 16:32:16 +02:00
  • 40ad8f9dee Implement WRITE_READ_PARSE_PLAN_TREES for raw parse trees Tom Lane 2022-09-26 16:32:16 +02:00
  • acd624644b Don't lose precision for float fields of Nodes. Peter Eisentraut 2022-09-26 16:02:09 +02:00
  • c07785d458 catversion bump Peter Eisentraut 2022-09-26 15:56:47 +02:00
  • 8999f5ed3c Fix write/read of empty string fields in Nodes. Peter Eisentraut 2022-09-26 15:25:59 +02:00
  • 0570eba3dc Translation updates Peter Eisentraut 2022-09-26 13:16:06 +02:00
  • 5483649cd6 Update list of acknowledgments in release notes Peter Eisentraut 2022-09-26 12:57:12 +02:00
  • 15113bfb46 Doc: Remove the use of a duplicate word. Amit Kapila 2022-09-26 09:26:47 +05:30
  • af51b2f042 Remove unused xid parameter. Amit Kapila 2022-09-26 08:47:00 +05:30
  • 7d708093b7 Refactor creation of backup_label and backup history files Michael Paquier 2022-09-26 11:15:47 +09:00
  • 5197630945 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 2022-09-25 17:10:58 -04:00
  • 8c17c86154 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 2022-09-25 17:10:58 -04:00
  • 9923764614 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 2022-09-25 17:10:58 -04:00
  • c82766c029 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 2022-09-25 17:10:58 -04:00
  • 216f9c1ab3 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 2022-09-25 17:10:58 -04:00
  • 7a84c35fe6 Avoid loss of code coverage with unlogged-index test cases. Tom Lane 2022-09-25 13:10:10 -04:00
  • 1d2fec990c Avoid loss of code coverage with unlogged-index test cases. Tom Lane 2022-09-25 13:10:10 -04:00
  • 5d6c5d0e95
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • c9a9eae569
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • 0a64835b1e
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • 4a9150f976
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • f2094c78b8
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • 7a41e34e68
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • dda101315a
    Add missing source files to pg_waldump/nls.mk Alvaro Herrera 2022-09-25 17:48:03 +02:00
  • 26f7802beb Message style improvements Peter Eisentraut 2022-09-24 18:38:35 -04:00
  • 517484b582 Message style improvements Peter Eisentraut 2022-09-24 18:38:35 -04:00
  • a6bc330192 Add read support for some missing raw parse nodes Peter Eisentraut 2022-09-24 18:18:33 -04:00
  • 2cb1a5a8d4 Fix reading of BitString nodes Peter Eisentraut 2022-09-24 18:10:52 -04:00
  • 43f4b34915 Fix reading of most-negative integer value nodes Peter Eisentraut 2022-09-24 18:10:11 -04:00
  • 03bf971d2d Remove uses of register due to incompatibility with C++17 and up Andres Freund 2022-09-24 12:01:06 -07:00
  • eef63941c1 De-special-case pgevent's rc file handling Andres Freund 2022-09-24 12:04:56 -07:00
  • a075c616d2 meson: Remove non-binary targets accidentally added to bin_targets Andres Freund 2022-09-24 11:29:29 -07:00
  • 6d6e136872 Improve terminology Peter Eisentraut 2022-09-23 21:16:08 -04:00
  • 8d985560fc Improve terminology Peter Eisentraut 2022-09-23 21:16:08 -04:00
  • 2b14b5b5d9 Doc: make an editorial pass over the v15 release notes. Tom Lane 2022-09-23 18:22:33 -04:00
  • 5f1048881d Doc: minor cleanups. Tom Lane 2022-09-23 18:20:11 -04:00
  • cea5aa988e Doc: minor cleanups. Tom Lane 2022-09-23 18:20:11 -04:00
  • 43e496e242 pgstat: Fix transactional stats dropping for indexes Andres Freund 2022-09-23 13:00:55 -07:00
  • d811ce6ea3 pgstat: Fix transactional stats dropping for indexes Andres Freund 2022-09-23 13:00:55 -07:00
  • e956325c8b Doc: update v15 release notes through today. Tom Lane 2022-09-23 13:59:29 -04:00
  • 0032a54567
    Remove PQsendQuery support in pipeline mode Alvaro Herrera 2022-09-23 18:21:22 +02:00
  • bd8ac900df
    Remove PQsendQuery support in pipeline mode Alvaro Herrera 2022-09-23 18:21:22 +02:00
  • 1c03166352
    Stop using PQsendQuery in libpq_pipeline Alvaro Herrera 2022-09-23 18:11:48 +02:00
  • d11a41a4ce
    Stop using PQsendQuery in libpq_pipeline Alvaro Herrera 2022-09-23 18:11:48 +02:00
  • 27e04412c9
    Stop using PQsendQuery in libpq_pipeline Alvaro Herrera 2022-09-23 18:11:48 +02:00
  • a2ab0ad88c Doc: add list of major features to the v15 release notes. Tom Lane 2022-09-23 11:24:12 -04:00
  • e3e6ee6964 ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/... Andres Freund 2022-09-22 20:36:28 -07:00
  • 13a185f54b Allow publications with schema and table of the same schema. Amit Kapila 2022-09-23 08:21:26 +05:30
  • b7256753ec Allow publications with schema and table of the same schema. Amit Kapila 2022-09-23 08:08:24 +05:30
  • d89755dac6 Doc: adjust misleading phrasing of a few cross-references. Tom Lane 2022-09-22 22:05:09 -04:00
  • 20e69daa13 Harmonize parameter names in pg_dump/pg_dumpall. Peter Geoghegan 2022-09-22 16:41:23 -07:00
  • 0faf7d933f Harmonize parameter names in contrib code. Peter Geoghegan 2022-09-22 13:59:20 -07:00
  • 8fb4e001e9 Harmonize more lexer function parameter names. Peter Geoghegan 2022-09-22 13:27:16 -07:00
  • 3535ebce5d Harmonize parameter names in ecpg code. Peter Geoghegan 2022-09-22 12:53:20 -07:00
  • cab72f0fd0 Fix race condition where heap_delete() fails to pin VM page. Jeff Davis 2022-09-22 10:58:49 -07:00
  • 410c422b75 Fix race condition where heap_delete() fails to pin VM page. Jeff Davis 2022-09-22 10:58:49 -07:00
  • 21934612d8 Fix race condition where heap_delete() fails to pin VM page. Jeff Davis 2022-09-22 10:58:49 -07:00
  • dd6070bc81 Fix race condition where heap_delete() fails to pin VM page. Jeff Davis 2022-09-22 10:58:49 -07:00
  • 163b0993a1 Fix race condition where heap_delete() fails to pin VM page. Jeff Davis 2022-09-22 10:58:49 -07:00
  • f256236fb1
    Remove ALL keyword from TABLES IN SCHEMA for publication Alvaro Herrera 2022-09-22 19:02:25 +02:00