summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-12-07Enable settings used in TAP tests for MSVC buildsAndrew Dunstan
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-07Update snowballPeter Eisentraut
2021-12-06Account for TOAST data while scheduling parallel dumps.Tom Lane
2021-12-06Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.Tom Lane
2021-12-06Avoid per-object queries in performance-critical paths in pg_dump.Tom Lane
2021-12-06Postpone calls of unsafe server-side functions in pg_dump.Tom Lane
2021-12-06Rethink pg_dump's handling of object ACLs.Tom Lane
2021-12-06Refactor pg_dump's tracking of object components to be dumped.Tom Lane
2021-12-06Fix inappropriate uses of PG_GETARG_UINT32()Peter Eisentraut
2021-12-05Silence perl complaint in ssl testAndrew Dunstan
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-12-03Fix path delimiters in connection string on WindowsDaniel Gustafsson
2021-12-03Improve the description of various GUCsMichael Paquier
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-12-02Add configure probe for rl_variable_bind().Tom Lane
2021-12-02pg_dump: Add missing relkind casePeter Eisentraut
2021-12-02pg_waldump: Emit stats summary when interrupted by SIGINTMichael Paquier
2021-12-02Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier
2021-12-01Avoid leaking memory during large-scale REASSIGN OWNED BY operations.Tom Lane
2021-12-01psql: initialize comment-begin setting to a useful value by default.Tom Lane
2021-12-01psql: treat "--" comments between queries as separate history entries.Tom Lane
2021-12-01psql: include intra-query "--" comments in what's sent to the server.Tom Lane
2021-12-01Remove unused includesPeter Eisentraut
2021-12-01Improve some comments in scanner filesPeter Eisentraut
2021-12-01Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut
2021-12-01Fix certificate paths to use perl2hostDaniel Gustafsson
2021-12-01Remove mention of TimeLineID update from commentsDaniel Gustafsson
2021-12-01Fix comment grammar in slotfuncs.cMichael Paquier
2021-12-01Fix regression test failure caused by commit 8d74fc96db.Amit Kapila
2021-12-01Improve psql tab completion for various DROP commandsMichael Paquier
2021-11-30Extend the private key stat checking error handlingDaniel Gustafsson
2021-11-30vacuumlazy.c: fix remaining "dead tuple" references.Peter Geoghegan
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Increase size of shared memory for pg_commit_tsAlvaro Herrera
2021-11-30Disable unused-variable warning C4101 in MSVCDaniel Gustafsson
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-11-30Use test-specific temp path for keys during SSL testDaniel Gustafsson
2021-11-30Add TAP tests for contrib/sslinfoDaniel Gustafsson
2021-11-30Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson
2021-11-30Fix flags of some GUCs and improve some descriptionsMichael Paquier
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-30Fix typosMichael Paquier
2021-11-30Fix compatibility thinko for fstat() on standard streams in win32stat.cMichael Paquier
2021-11-29vacuumlazy.c: Rename dead_tuples to dead_items.Peter Geoghegan
2021-11-29Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane
2021-11-29Portability hack for pg_global_prng_state.Tom Lane
2021-11-29Centralize timestamp computation of control file on updatesMichael Paquier