aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove unnecessary assertion in postmaster.cMichael Paquier2021-07-15
* Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier2021-07-14
* Fix lack of message pluralizationPeter Eisentraut2021-07-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Robustify tuplesort's free_sort_tuple functionDavid Rowley2021-07-13
* Fix theoretical bug in tuplesortDavid Rowley2021-07-13
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-12
* Lock the extension during ALTER EXTENSION ADD/DROP.Tom Lane2021-07-11
* Fix assign_record_type_typmod().Jeff Davis2021-07-10
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-10
* Avoid creating a RESULT RTE that's marked LATERAL.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
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-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 bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-29
* 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
* Error message refactoringPeter Eisentraut2021-06-27
* Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane2021-06-25
* Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut2021-06-25
* Remove redundant variable pageSize in gistinitpagePeter Eisentraut2021-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
* Another fix to relmapper race condition.Heikki Linnakangas2021-06-24
* Prevent race condition while reading relmapper file.Heikki Linnakangas2021-06-24
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-23
* Use correct horizon when vacuuming catalog relations.Andres Freund2021-06-21
* Fix assert failure in expand_grouping_setsDavid Rowley2021-06-21
* Translation updatesPeter Eisentraut2021-06-21
* Remove overzealous VACUUM failsafe assertions.Peter Geoghegan2021-06-20
* Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila2021-06-19
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane2021-06-18
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Make archiver process handle barrier events.Fujii Masao2021-06-18
* Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas2021-06-17
* Fix plancache refcount leak after error in ExecuteQuery.Tom Lane2021-06-16