summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-164-14/+34
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-1612-49/+51
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-167-40/+26
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-09-161-6/+28
* Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane2020-09-161-7/+38
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-162-29/+53
* Add leader_pid field into the example of file_fdw for csvlog.Fujii Masao2020-09-161-1/+2
* Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dumpMichael Paquier2020-09-161-4/+6
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-152-2/+12
* HashAgg: release write buffers sooner by rewinding tape.Jeff Davis2020-09-151-5/+9
* Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila2020-09-161-14/+15
* Optimize compactify_tuples functionDavid Rowley2020-09-161-32/+252
* Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera2020-09-157-2/+47
* Report resource usage at the end of recoveryDavid Rowley2020-09-161-2/+7
* Allow incremental sorts for windowing functionsDavid Rowley2020-09-153-7/+100
* Fix compiler warningDavid Rowley2020-09-151-1/+1
* Make walsenders show their replication commands in pg_stat_activity.Tom Lane2020-09-141-28/+34
* Fix interpolation in test name.Noah Misch2020-09-131-1/+1
* Fix typos.Fujii Masao2020-09-142-2/+2
* Make index_set_state_flags() transactionalMichael Paquier2020-09-141-15/+4
* Message fixes and style improvementsPeter Eisentraut2020-09-1424-89/+92
* Avoid useless allocations for information of dumpable objects in pg_dump/Michael Paquier2020-09-141-0/+3
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-133-6/+40
* Fix inconsistency in determining the timestamp of the db statfile.Amit Kapila2020-09-121-6/+11
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-122-2/+1
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-114-18/+32
* Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane2020-09-115-8/+65
* psql: Display stats target of extended statisticsAlvaro Herrera2020-09-113-2/+32
* Log a message when resorting to SIGKILL during shutdown/crash recovery.Tom Lane2020-09-111-0/+2
* Don't run atexit callbacks during signal exits from ProcessStartupPacket.Tom Lane2020-09-113-39/+51
* Update copyright yearAlvaro Herrera2020-09-111-1/+1
* Skip empty transaction stream in test_decoding.Amit Kapila2020-09-115-23/+95
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-103-6/+17
* Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane2020-09-101-32/+51
* New contrib module, pg_surgery, with heap surgery functions.Robert Haas2020-09-1012-0/+860
* Remove unused parameterPeter Eisentraut2020-09-101-6/+4
* Add libpq's openssl dependencies to pkg-config filePeter Eisentraut2020-09-101-0/+2
* doc: Remove buggy ICU collation from documentationPeter Eisentraut2020-09-101-6/+6
* Add more tests for EXTRACT of date typePeter Eisentraut2020-09-103-17/+228
* Fix title in reference sectionMagnus Hagander2020-09-101-2/+2
* Clean up some code and comments in partbounds.c.Etsuro Fujita2020-09-101-7/+5
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-107-10/+11
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-093-8/+36
* Make archiver's SIGQUIT handler exit via _exit().Tom Lane2020-09-091-10/+1
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-098-132/+50
* Doc: adjust documentation related to index support functions.Tom Lane2020-09-091-16/+16
* Minor fixes in docs and error messages.Tom Lane2020-09-095-12/+16
* Add missing quote in docsMagnus Hagander2020-09-091-1/+1
* Add some more numeric test coveragePeter Eisentraut2020-09-092-0/+14
* Check default partitions constraints while descendingAlvaro Herrera2020-09-084-25/+195