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 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
*
Fix thinko in previous commit
Alvaro Herrera
2018-12-28
*
Rewrite ExecPartitionCheckEmitError for clarity
Alvaro Herrera
2018-12-28
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Fix failure to check for open() or fsync() failures.
Tom Lane
2018-12-26
*
Prioritize history files when archiving
Michael Paquier
2018-12-24
*
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-23
*
Add WRITE_*_ARRAY macros
Peter Eisentraut
2018-12-22
*
Add some const decorations
Peter Eisentraut
2018-12-22
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Base information_schema.sql_identifier domain on name, not varchar.
Tom Lane
2018-12-20
*
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
*
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
*
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
*
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
*
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Remove function names from error messages
Alvaro Herrera
2018-12-19
*
Small improvements for allocation logic in ginHeapTupleFastCollect().
Tom Lane
2018-12-19
*
Remove obsolete nbtree duplicate entries comment.
Peter Geoghegan
2018-12-18
*
Correct obsolete nbtree recovery comments.
Peter Geoghegan
2018-12-18
*
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
*
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-18
*
Include partitioned indexes to system view pg_indexes
Michael Paquier
2018-12-18
*
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
[next]