index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-23
*
Add completion for storage parameters after CREATE TABLE WITH in psql
Michael Paquier
2018-12-23
*
Add WRITE_*_ARRAY macros
Peter Eisentraut
2018-12-22
*
Add some const decorations
Peter Eisentraut
2018-12-22
*
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
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
*
Make bitmapset.c use 64-bit bitmap words on 64-bit machines.
Tom Lane
2018-12-20
*
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
*
Add more tab completion for CREATE TABLE in psql
Michael Paquier
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
*
Tweak description comments in tests for partition functions
Michael Paquier
2018-12-18
*
Include ALTER INDEX SET STATISTICS in pg_dump
Michael Paquier
2018-12-18
*
Drop support for getting signal descriptions from sys_siglist[].
Tom Lane
2018-12-17
*
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
*
Remove extra semicolons.
Amit Kapila
2018-12-17
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
*
Make error handling in parallel pg_upgrade less bogus.
Tom Lane
2018-12-16
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
2018-12-14
*
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
*
Fix bogus logic for skipping unnecessary partcollation dependencies.
Tom Lane
2018-12-13
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
*
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-12-13
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
*
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
*
Tweak pg_partition_tree for undefined relations and unsupported relkinds
Michael Paquier
2018-12-12
*
Fix test_rls_hooks to assign expression collations properly.
Tom Lane
2018-12-11
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
*
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-12-10
*
Make TupleDescInitBuiltinEntry throw error for unsupported types.
Tom Lane
2018-12-10
*
Add pg_dump test for empty OP class
Stephen Frost
2018-12-10
*
Add additional partition tests to pg_dump
Stephen Frost
2018-12-10
*
Remove dead code in toast_fetch_datum_slice
Stephen Frost
2018-12-10
[next]