aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Fix autovacuum cancellation.Andres Freund2020-09-08
* Use plain memset() in numeric.c, not MemSet and friends.Tom Lane2020-09-08
* Use <unnamed> for name of unnamed portal's memory contextPeter Eisentraut2020-09-08
* Remove unused parameterPeter Eisentraut2020-09-08
* Remove isolation test reindex-partitionsMichael Paquier2020-09-08
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* Adjust cost model for HashAgg that spills to disk.Jeff Davis2020-09-07
* Clarify comments in enforce_generic_type_consistency().Tom Lane2020-09-07
* Frob numeric.c loop so that clang will auto-vectorize it too.Tom Lane2020-09-07
* Add d_type to our Windows dirent emulation.Thomas Munro2020-09-07
* doc: Fix table cell overflowPeter Eisentraut2020-09-07
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* doc: Tweak sentence for pg_checksums when enabling checksumsMichael Paquier2020-09-07
* Add additional tests to test streaming of in-progress transactions.Amit Kapila2020-09-07
* Apply auto-vectorization to the inner loop of numeric multiplication.Tom Lane2020-09-06
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-06
* Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane2020-09-06
* Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane2020-09-06
* Change path in example of file_fdw for logsMagnus Hagander2020-09-06
* Fix typo in commentMagnus Hagander2020-09-06
* Fix misleading error message about inconsistent moving-aggregate types.Tom Lane2020-09-06
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-06
* doc: Don't hide the "Up" link when it is the same as "Home"Peter Eisentraut2020-09-06
* Remove unused parameterPeter Eisentraut2020-09-06
* Improve some ancient, crufty code in bootstrap + initdb.Tom Lane2020-09-05
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier2020-09-05