Commit Graph

  • e7a59094b3 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 2023-01-06 11:18:44 +00:00
  • 2daf4664ce Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 2023-01-06 11:16:53 +00:00
  • 48599a18d0 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 2023-01-06 11:15:22 +00:00
  • 2ad4abedfe Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 2023-01-06 11:13:34 +00:00
  • 274185d116 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 2023-01-06 11:11:51 +00:00
  • c54b888700 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 2023-01-06 11:09:56 +00:00
  • a3bc631ea9 Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE. Dean Rasheed 2023-01-06 09:57:41 +00:00
  • af209b7893 Fix pg_truncate() on Windows. Thomas Munro 2023-01-06 16:38:46 +13:00
  • f60acde869 Fix pg_truncate() on Windows. Thomas Munro 2023-01-06 16:38:46 +13:00
  • 72aea955d4 Fix pg_truncate() on Windows. Thomas Munro 2023-01-06 16:38:46 +13:00
  • f2857af485 Use unnamed POSIX semaphores on Cygwin. Thomas Munro 2023-01-06 10:09:02 +13:00
  • 39cffe95f2 Pass down current user ID to AddRoleMems and DelRoleMems. Robert Haas 2023-01-05 14:33:35 -05:00
  • 25bb03166b Refactor permissions-checking for role grants. Robert Haas 2023-01-05 14:30:40 -05:00
  • ad38e2f891 Fix calculation of which GENERATED columns need to be updated. Tom Lane 2023-01-05 14:12:17 -05:00
  • 8cd190e13a Fix calculation of which GENERATED columns need to be updated. Tom Lane 2023-01-05 14:12:17 -05:00
  • 3706cc97aa Fix calculation of which GENERATED columns need to be updated. Tom Lane 2023-01-05 14:12:17 -05:00
  • 3f7836ff65 Fix calculation of which GENERATED columns need to be updated. Tom Lane 2023-01-05 14:12:17 -05:00
  • 5c50907df9 Changed name of local variable. readonly --> reading John Morris 2023-01-05 11:07:19 -08:00
  • 91336d1371 Removed debug statements John Morris 2023-01-05 10:56:19 -08:00
  • a389903e1a Merge branch 'master' into ReorderRefactor John Morris 2023-01-05 10:16:46 -08:00
  • 529da086ba Remove extra regress check arguments from test_pg_db_role_setting Alexander Korotkov 2023-01-05 13:11:40 +03:00
  • afdd9f7f0e meson: Add 'running' test setup, as a replacement for installcheck Alexander Korotkov 2023-01-05 13:11:28 +03:00
  • f5e5910f2e 1. Pass OAuth Bearer Token in psql connection string. 2. libpq : Callback hook to send the discovery uri and scope. #112 Mahendrakar Srinivasarao 2023-01-05 14:14:36 +05:30
  • fbecdbb2fe Bug fix WIP John Morris 2023-01-04 19:29:37 -08:00
  • 7cf436ea12 Merge branches 'ReorderRefactor' and 'ReorderRefactor' of github.com:precision-software/postgres into ReorderRefactor John Morris 2023-01-04 16:04:11 -08:00
  • c234493759 no message John Morris 2023-01-04 16:03:50 -08:00
  • 3e9eaeeb67
    Merge branch 'postgres:master' into ReorderRefactor John Morris 2023-01-04 16:01:19 -08:00
  • b82557ecc2 Fix some compiler warnings in aset.c and generation.c David Rowley 2023-01-05 12:56:17 +13:00
  • 4249a4090d Fixed a test and updated comments. John Morris 2023-01-04 10:59:51 -08:00
  • 505320e73b Merge commit 'eb5ad4ff05fd382ac98cab60b82f7fd6ce4cfeb8' into ReorderRefactor John Morris 2023-01-04 09:33:59 -08:00
  • eb5ad4ff05 Check that xmax didn't commit in freeze check. Peter Geoghegan 2023-01-03 21:48:27 -08:00
  • 5212d447fa Update obsolete multixact.c comments. Peter Geoghegan 2023-01-03 16:54:35 -08:00
  • 5f53b42cfd During pg_dump startup, acquire table locks in batches. Tom Lane 2023-01-03 17:56:37 -05:00
  • b23837dde4 Fix typo in memutils_memorychunk.h David Rowley 2023-01-04 09:23:19 +13:00
  • 0b496bc988 Improve documentation of the CREATEROLE attibute. Robert Haas 2023-01-03 14:50:40 -05:00
  • 1a5ff7be26 Improve documentation of the CREATEROLE attibute. Robert Haas 2023-01-03 14:50:40 -05:00
  • 5dac191edf Improve documentation of the CREATEROLE attibute. Robert Haas 2023-01-03 14:50:40 -05:00
  • 1c77873727 Improve documentation of the CREATEROLE attibute. Robert Haas 2023-01-03 14:50:40 -05:00
  • 5136c3fb57 Improve documentation of the CREATEROLE attibute. Robert Haas 2023-01-03 14:50:40 -05:00
  • aa26980ca0 Improve documentation of the CREATEROLE attibute. Robert Haas 2023-01-03 14:50:40 -05:00
  • 54afdcd618 vacuumlazy.c: Save get_database_name() in vacrel. Peter Geoghegan 2023-01-03 11:48:47 -08:00
  • 79d4bf4eff Delay commit status checks until freezing executes. Peter Geoghegan 2023-01-03 11:22:36 -08:00
  • b37a083239 Refine the definition of page-level freezing. Peter Geoghegan 2023-01-03 10:08:55 -08:00
  • bf03cfd162 Windows support in pg_import_system_collations Peter Eisentraut 2023-01-03 14:21:40 +01:00
  • b9eae066b6 patch v02 of PoC: https://www.postgresql.org/message-id/flat/d1b467a78e0e36ed85a09adf979d04cf124a9d4b.camel%40vmware.com Mahendrakar Srinivasarao 2023-01-03 17:33:55 +05:30
  • a80740a7c9 Fix typos in comments, code and documentation Michael Paquier 2023-01-03 16:26:38 +09:00
  • dfaa705ce4 Fix typos in comments, code and documentation Michael Paquier 2023-01-03 16:26:37 +09:00
  • 1c89549ca4 Fix typos in comments, code and documentation Michael Paquier 2023-01-03 16:26:34 +09:00
  • e373e5578b Fix typos in comments, code and documentation Michael Paquier 2023-01-03 16:26:30 +09:00
  • c772dfe07a Fix typos in comments, code and documentation Michael Paquier 2023-01-03 16:26:27 +09:00
  • 33ab0a2a52 Fix typos in comments, code and documentation Michael Paquier 2023-01-03 16:26:14 +09:00
  • 99f8bc335c perl: Hide warnings inside perl.h when using gcc compatible compiler Andres Freund 2022-12-29 12:47:29 -08:00
  • f0e13802f1 perl: Hide warnings inside perl.h when using gcc compatible compiler Andres Freund 2022-12-29 12:47:29 -08:00
  • ce073d0144 perl: Hide warnings inside perl.h when using gcc compatible compiler Andres Freund 2022-12-29 12:47:29 -08:00
  • 7b5dec760f perl: Hide warnings inside perl.h when using gcc compatible compiler Andres Freund 2022-12-29 12:47:29 -08:00
  • c6e75e4c27 perl: Hide warnings inside perl.h when using gcc compatible compiler Andres Freund 2022-12-29 12:47:29 -08:00
  • 92957ed98c Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 2023-01-02 16:17:00 -05:00
  • 982b9b1eba Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 2023-01-02 16:17:00 -05:00
  • 039567eb57 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 2023-01-02 16:17:00 -05:00
  • 19adcaf00f Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 2023-01-02 16:17:00 -05:00
  • a02740e53f Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 2023-01-02 16:17:00 -05:00
  • fbed54fb38 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 2023-01-02 16:17:00 -05:00
  • c8e1ba736b Update copyright for 2023 Bruce Momjian 2023-01-02 15:00:37 -05:00
  • fdaba0a2d7 Update copyright for 2023 Bruce Momjian 2023-01-02 15:00:37 -05:00
  • 1fbcb1360b Update copyright for 2023 Bruce Momjian 2023-01-02 15:00:37 -05:00
  • ef3de55576 Update copyright for 2023 Bruce Momjian 2023-01-02 15:00:36 -05:00
  • 5a93c8f184 Update copyright for 2023 Bruce Momjian 2023-01-02 15:00:36 -05:00
  • 58dcac07ed Update copyright for 2023 Bruce Momjian 2023-01-02 15:00:36 -05:00
  • 325bc54eed Adjust VACUUM hastup LP_REDIRECT comments. Peter Geoghegan 2023-01-02 10:18:22 -08:00
  • 6daeeb1f91 Avoid special XID snapshotConflictHorizon values. Peter Geoghegan 2023-01-02 10:16:51 -08:00
  • 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. Tom Lane 2023-01-02 13:02:29 -05:00
  • e351f85418 Push lpp variable closer to usage in heapgetpage() Peter Eisentraut 2023-01-02 09:39:04 +01:00
  • 72e0ff2677 doc: Re-order Table 28.2 "Collected Statistics Views" Peter Eisentraut 2023-01-02 08:45:17 +01:00
  • 2ceea5adb0 Accept "+infinity" in date and timestamp[tz] input. Tom Lane 2023-01-01 14:16:07 -05:00
  • d747dc85ae In plpgsql, don't preassign portal names to bound cursor variables. Tom Lane 2023-01-01 13:22:34 -05:00
  • 14d63dd252 ci: Change macOS builds from Intel to ARM. Thomas Munro 2023-01-01 10:45:18 +13:00
  • dc513bc654 ci: Change macOS builds from Intel to ARM. Thomas Munro 2023-01-01 10:43:23 +13:00
  • 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE Tomas Vondra 2022-12-30 23:14:53 +01:00
  • f590f8b6ea Refactoring File IO in reorderbuffer to support future encryption effort John Morris 2022-12-30 12:31:19 -08:00
  • 02699bc1fd Fix assert in BRIN build_distances Tomas Vondra 2022-12-30 19:44:48 +01:00
  • c4f64cfab9 Fix assert in BRIN build_distances Tomas Vondra 2022-12-30 19:44:48 +01:00
  • 883dc0214a Fix assert in BRIN build_distances Tomas Vondra 2022-12-30 19:44:48 +01:00
  • 7aa81c61ec Fix precision handling for some COERCE_SQL_SYNTAX functions Michael Paquier 2022-12-30 20:47:57 +09:00
  • 1f605b82ba Change argument of appendBinaryStringInfo from char * to void * Peter Eisentraut 2022-12-30 10:59:25 +01:00
  • 33a33f0ba4 Use appendStringInfoString instead of appendBinaryStringInfo where possible Peter Eisentraut 2022-12-30 10:59:25 +01:00
  • faf3750657 Add const to BufFileWrite Peter Eisentraut 2022-12-30 10:02:59 +01:00
  • 5f2f99c9c6 Remove unnecessary casts Peter Eisentraut 2022-12-30 10:02:59 +01:00
  • 388e80132c perl: Hide warnings inside perl.h when using gcc compatible compiler Andres Freund 2022-12-29 12:47:29 -08:00
  • 203942243c Fix oversight in 7a05425d96 Andrew Dunstan 2022-12-29 07:16:41 -05:00
  • 1de58df4fe Add page-level freezing to VACUUM. Peter Geoghegan 2022-12-28 08:50:47 -08:00
  • 7a05425d96 Convert contrib/ltree's input functions to report errors softly Andrew Dunstan 2022-12-28 09:58:04 -05:00
  • 3b76622e04 Convert contrib/intarray's bqarr_in() to report errors softly Andrew Dunstan 2022-12-28 09:53:00 -05:00
  • 24b55cd949 Reorder some object files in makefiles Peter Eisentraut 2022-12-28 14:20:53 +01:00
  • adb5c32eb5 Suppress uninitialized-variable warning from a61b1f748. Tom Lane 2022-12-27 18:07:48 -05:00
  • 197f98a848 Convert hstore_in to report errors softly. Tom Lane 2022-12-27 14:50:56 -05:00
  • a5434c5258 Remove new locale dependency in regproc regression test. Tom Lane 2022-12-27 13:06:42 -05:00
  • 3ea7329c9a Simplify the implementations of the to_reg* functions. Tom Lane 2022-12-27 12:33:04 -05:00
  • 858e776c84 Convert the reg* input functions to report (most) errors softly. Tom Lane 2022-12-27 12:26:01 -05:00
  • 78212f2101 Convert tsqueryin and tsvectorin to report errors softly. Tom Lane 2022-12-27 12:00:31 -05:00
  • eb8312a22a Detect bad input for types xid, xid8, and cid. Tom Lane 2022-12-27 11:40:01 -05:00