aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* Remove more obsolete comments about semaphores.Thomas Munro2021-07-09
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-09
* Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane2021-07-05
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-07-05
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-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
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* 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
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael 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
* Don't use abort(3) in libpq's fe-print.c.Tom Lane2021-06-28
* Don't depend on -fwrapv semantics in pgbench's random() function.Tom Lane2021-06-28
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Message style improvementsPeter Eisentraut2021-06-28
* Improve RelationGetIdentityKeyBitmap().Amit Kapila2021-06-28
* Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila2021-06-28
* Change recovery_init_sync_method to PGC_SIGHUP.Thomas Munro2021-06-28
* Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATIONMichael Paquier2021-06-28
* Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicateMichael Paquier2021-06-28
* Remove memory leaks in isolationtester.Tom Lane2021-06-27
* Error message refactoringPeter Eisentraut2021-06-27
* Remove undesirable libpq dependency on stringinfo.c.Tom Lane2021-06-26
* Remove non-existing variable reference in MSVC's Solution.pmMichael Paquier2021-06-26
* Remove some useless logs from the TAP tests of pgbenchMichael Paquier2021-06-26
* Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane2021-06-25
* Cleanup some code related to pgbench log checks in TAP testsMichael Paquier2021-06-25
* Put option listing back into alphabetical orderPeter Eisentraut2021-06-25
* Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut2021-06-25
* Remove redundant variable pageSize in gistinitpagePeter Eisentraut2021-06-25
* Add more debugging information with log checks in TAP tests of pgbenchMichael Paquier2021-06-25
* doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier2021-06-25
* Prepare for forthcoming LLVM 13 API change.Thomas Munro2021-06-25
* Fix pattern matching logic for logs in TAP tests of pgbenchMichael Paquier2021-06-25
* Another fix to relmapper race condition.Heikki Linnakangas2021-06-24
* Prevent race condition while reading relmapper file.Heikki Linnakangas2021-06-24
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-23
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Add test case for obsoleting slot with active walsender, take 2Alvaro Herrera2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22