aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* In bootstrap mode, don't allow the creation of files if they don't alreadyAmit Kapila2019-01-28
* Change function call information to be variable length.Andres Freund2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane2019-01-25
* Teach nulltestsel() that system columns are never NULL.Tom Lane2019-01-25
* Fix possibly-uninitialized-variable warning from commit 9556aa01c.Tom Lane2019-01-25
* Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.Heikki Linnakangas2019-01-25
* Fix comments that claimed that mblen() only looks at first byte.Heikki Linnakangas2019-01-25
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Simplify coding to detach constraints when detaching partitionAlvaro Herrera2019-01-24
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-24
* Remove argument isprimary from index_build()Michael Paquier2019-01-24
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Fix handling of volatile expressions in COPY FROM ... WHERETomas Vondra2019-01-22
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-22
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Rephrase references to "time qualification".Andres Freund2019-01-21
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21
* Flush relcache entries when their FKs are meddled withAlvaro Herrera2019-01-21
* Fix "Remove superfluous tqual.h includes" by adding back one include.Andres Freund2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund2019-01-21
* Sort the dependent objects before recursing in findDependentObjects().Tom Lane2019-01-21
* Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund2019-01-21
* Adjust some more comments for WITH OIDS removal.Andres Freund2019-01-21
* Postpone generating tlists and EC members for inheritance dummy children.Etsuro Fujita2019-01-21
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Fix outdated commentPeter Eisentraut2019-01-19
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Avoid sometimes printing both tables and their columns in DROP CASCADE.Tom Lane2019-01-18
* Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Reorganize planner code moved in b60c39759908Alvaro Herrera2019-01-16
* Don't duplicate parallel seqscan shmem sizing logic in nbtree.Andres Freund2019-01-15
* Move vacuumlazy.c into access/heap.Andres Freund2019-01-15
* Fix parent of WCO qual.Andres Freund2019-01-15