aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add object TRUNCATE hookJoe Conway2019-11-23
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-21
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Provide statistics for hypothetical BRIN indexesMichael Paquier2019-11-21
* Sync patternsel_common's operator selection logic with pattern_prefix's.Tom Lane2019-11-20
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-20
* Reduce match_pattern_prefix()'s dependencies on index opfamilies.Tom Lane2019-11-20
* Fix corner-case failure in match_pattern_prefix().Tom Lane2019-11-19
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-20
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* nbtree: Tweak _bt_pgaddtup() comments.Peter Geoghegan2019-11-18
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-16
* Skip system attributes when applying mvdistinct statsTomas Vondra2019-11-16
* Always call ExecShutdownNode() if appropriate.Thomas Munro2019-11-16
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-14
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Remove unused code from tuplesort.Andres Freund2019-11-13
* Add missing check_collation_set call to bpcharne().Tom Lane2019-11-13
* Fix silly initializations (cosmetic only).Tom Lane2019-11-13
* Avoid using SplitIdentifierString to parse ListenAddresses, too.Tom Lane2019-11-13
* Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane2019-11-13
* Include TableFunc references when computing expression dependencies.Tom Lane2019-11-13
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Finish reverting commit 0a52d378b.Tom Lane2019-11-12
* pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera2019-11-12
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Teach datum_image_eq() about cstring datums.Peter Geoghegan2019-11-12
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix whitespacePeter Eisentraut2019-11-11
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-11
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* More precise errors from initial pg_control checkPeter Eisentraut2019-11-08
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-07
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07