aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix assign_record_type_typmod().Jeff Davis2021-07-10
* Add more sanity checks in SASL exchangesMichael Paquier2021-07-10
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-10
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-09
* Eliminate replication protocol error related to IDENTIFY_SYSTEM.Jeff Davis2021-07-09
* Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane2021-07-09
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Teach pg_size_pretty and pg_size_bytes about petabytesDavid Rowley2021-07-09
* Add forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier2021-07-09
* Remove more obsolete comments about semaphores.Thomas Munro2021-07-09
* Use a lookup table for units in pg_size_pretty and pg_size_bytesDavid Rowley2021-07-09
* 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