aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-16
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-16
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-09-16
* Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane2020-09-16
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Add leader_pid field into the example of file_fdw for csvlog.Fujii Masao2020-09-16
* Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dumpMichael Paquier2020-09-16
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-15
* HashAgg: release write buffers sooner by rewinding tape.Jeff Davis2020-09-15
* Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila2020-09-16
* Optimize compactify_tuples functionDavid Rowley2020-09-16
* Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera2020-09-15
* Report resource usage at the end of recoveryDavid Rowley2020-09-16
* Allow incremental sorts for windowing functionsDavid Rowley2020-09-15
* Fix compiler warningDavid Rowley2020-09-15
* Make walsenders show their replication commands in pg_stat_activity.Tom Lane2020-09-14
* Fix interpolation in test name.Noah Misch2020-09-13
* Fix typos.Fujii Masao2020-09-14
* Make index_set_state_flags() transactionalMichael Paquier2020-09-14
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Avoid useless allocations for information of dumpable objects in pg_dump/Michael Paquier2020-09-14
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-13
* Fix inconsistency in determining the timestamp of the db statfile.Amit Kapila2020-09-12
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-12
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane2020-09-11
* psql: Display stats target of extended statisticsAlvaro Herrera2020-09-11
* Log a message when resorting to SIGKILL during shutdown/crash recovery.Tom Lane2020-09-11
* Don't run atexit callbacks during signal exits from ProcessStartupPacket.Tom Lane2020-09-11
* Update copyright yearAlvaro Herrera2020-09-11
* Skip empty transaction stream in test_decoding.Amit Kapila2020-09-11
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-10
* Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane2020-09-10
* New contrib module, pg_surgery, with heap surgery functions.Robert Haas2020-09-10
* Remove unused parameterPeter Eisentraut2020-09-10
* Add libpq's openssl dependencies to pkg-config filePeter Eisentraut2020-09-10
* doc: Remove buggy ICU collation from documentationPeter Eisentraut2020-09-10
* Add more tests for EXTRACT of date typePeter Eisentraut2020-09-10
* Fix title in reference sectionMagnus Hagander2020-09-10
* Clean up some code and comments in partbounds.c.Etsuro Fujita2020-09-10
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-09
* Make archiver's SIGQUIT handler exit via _exit().Tom Lane2020-09-09
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-09
* Doc: adjust documentation related to index support functions.Tom Lane2020-09-09
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Add missing quote in docsMagnus Hagander2020-09-09
* Add some more numeric test coveragePeter Eisentraut2020-09-09
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Install an error check into cancel_before_shmem_exit().Tom Lane2020-09-08