aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Increment xactCompletionCount during subtransaction abort.Andres Freund2021-04-06
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-06
* psql: Show all query results by defaultPeter Eisentraut2021-04-06
* Fix handling of clauses incompatible with extended statisticsTomas Vondra2021-04-06
* Refactor lazy_scan_heap() loop.Peter Geoghegan2021-04-06
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao2021-04-06
* Mark test_enc_conversion() as STRICT.Heikki Linnakangas2021-04-06
* pgbench: Function to generate random permutations.Dean Rasheed2021-04-06
* Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita2021-04-06
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Fix the tests added by commit ac4645c015.Amit Kapila2021-04-06
* Fix compiler warning in fe-trace.c for MSVCDavid Rowley2021-04-06
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Fix typo in pgstat.c.Fujii Masao2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Fix some issues with SSL and Kerberos testsMichael Paquier2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Refactor function parse_output_parameters.Amit Kapila2021-04-06
* Change PostgresNode::connect_fails() to never send down queriesMichael Paquier2021-04-06
* Allocate access strategy in parallel VACUUM workers.Peter Geoghegan2021-04-05
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Propagate parallel VACUUM's buffer access strategy.Peter Geoghegan2021-04-05
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-05
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-06
* Renumber cursor option flagsPeter Eisentraut2021-04-05
* Fix typo in collationcmds.cMichael Paquier2021-04-05
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-05
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Fix bug in brin_minmax_multi_unionTomas Vondra2021-04-04
* Add regression test for minmax-multi macaddr8 typeTomas Vondra2021-04-04
* Fix order of parameters in BRIN minmax-multi callsTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for inet typeTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for timetz typeTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for interval typeTomas Vondra2021-04-04
* Improve psql's behavior when the editor is exited without saving.Tom Lane2021-04-03
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-03
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Use more verbose matching patterns for errors in SSL TAP testsMichael Paquier2021-04-03
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund2021-04-02
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02
* Remove useless Asserts in Result Cache codeDavid Rowley2021-04-03
* Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian2021-04-02
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* pg_checksums: Fix progress reporting.Fujii Masao2021-04-03
* Strip file names reported in error messages on Windows, too.Tom Lane2021-04-02