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