aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-09
* Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson2021-07-08
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-07
* Allow CustomScan providers to say whether they support projections.Tom Lane2021-07-06
* Improve TestLib::system_or_bail error reportingAlvaro Herrera2021-07-06
* Reduce the cost of planning deeply-nested views.Tom Lane2021-07-06
* Refactor function parse_subscription_options.Amit Kapila2021-07-06
* Fix typo in commentDavid Rowley2021-07-06
* Reduce the number of pallocs when building partition boundsDavid Rowley2021-07-06
* Use WaitLatch() instead of pg_usleep() at the end of backupsMichael Paquier2021-07-06
* Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane2021-07-05
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-07-05
* Prevent numeric overflows in parallel numeric aggregates.Dean Rasheed2021-07-05
* Cleanup some aggregate code in the executorDavid Rowley2021-07-04
* Further restrict the scope of no-exit()-in-libpq test.Tom Lane2021-07-03
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Use InvalidBucket instead of -1 where appropriatePeter Eisentraut2021-07-02
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-02
* Remove some dead stores.Thomas Munro2021-07-02
* Simplify error handing of jsonapi.c for the frontendMichael Paquier2021-07-02
* Add --clobber-cache option to initdb, for CCA testing.Tom Lane2021-07-01
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-07-01
* Improve build-time check that libpq doesn't call exit().Tom Lane2021-07-01
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* Allow specifying pg_waldump --rmgr option multiple times.Heikki Linnakangas2021-07-01
* Add tests for UNBOUNDED syntax ambiguityPeter Eisentraut2021-07-01
* Improve various places that double the size of a bufferDavid Rowley2021-07-01
* Fix portability fallout from commit dc227eb82.Tom Lane2021-06-30
* genbki stricter error handlingPeter Eisentraut2021-06-30
* Replace magic constants used in pg_stat_get_replication_slot().Amit Kapila2021-06-30
* Allow streaming the changes after speculative aborts.Amit Kapila2021-06-30
* Allow enabling two-phase option via replication protocol.Amit Kapila2021-06-30
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier2021-06-30
* Optimize pg_checksums --enable where checksum is already setMichael Paquier2021-06-30
* Fixes for multirange selectivity estimationAlexander Korotkov2021-06-29
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-29
* Add PQsendFlushRequest to libpqAlvaro Herrera2021-06-29
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-29
* Add a build-time check that libpq doesn't call exit() or abort().Tom Lane2021-06-29
* Remove libpq's use of abort(3) to handle mutex failure cases.Tom Lane2021-06-29
* Remove literal backslash from Perl \Q ... \E.Noah Misch2021-06-29
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-29
* Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier2021-06-29
* Fix compilation warning in xloginsert.cMichael Paquier2021-06-29
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Skip WAL recycling and preallocation during archive recovery.Noah Misch2021-06-28
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-28
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-28