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