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
...
*
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
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
*
Re-add default_with_oids GUC to avoid breaking old dump files.
Andres Freund
2019-01-14
*
Fix unique INCLUDE indexes on partitioned tables
Alvaro Herrera
2019-01-14
*
Fix error message for logical replication targets
Michael Paquier
2019-01-13
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Improve error messages for incorrect types of logical replication targets
Michael Paquier
2019-01-13
*
Remove heapam.h include made superfluous by b60c3975990.
Andres Freund
2019-01-12
*
Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Andrew Dunstan
2019-01-11
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Add value 'current' for recovery_target_timeline
Peter Eisentraut
2019-01-11
*
Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Andrew Dunstan
2019-01-10
*
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Fix grammar mistakes in md.c
Michael Paquier
2019-01-10
*
Reduce the size of the fmgr_builtin_oid_index[] array.
Tom Lane
2019-01-09
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
*
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-04
*
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
*
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-03
*
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-03
*
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2019-01-02
*
Ensure link commands list *.o files before LDFLAGS.
Tom Lane
2019-01-02
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
2019-01-01
*
Remove some useless code
Alvaro Herrera
2018-12-31
*
Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.
Tom Lane
2018-12-31
*
Change "checkpoint starting" message to use "wal"
Peter Eisentraut
2018-12-30
*
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.
Tom Lane
2018-12-30
*
Use pg_strong_random() to select each server process's random seed.
Tom Lane
2018-12-29
*
Use a separate random seed for SQL random()/setseed() functions.
Tom Lane
2018-12-29
[prev]
[next]