aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix failure to check for open() or fsync() failures.Tom Lane2018-12-26
* Prioritize history files when archivingMichael Paquier2018-12-24
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-23
* Add WRITE_*_ARRAY macrosPeter Eisentraut2018-12-22
* Add some const decorationsPeter Eisentraut2018-12-22
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Base information_schema.sql_identifier domain on name, not varchar.Tom Lane2018-12-20
* Avoid producing over-length specific_name outputs in information_schema.Tom Lane2018-12-20
* Fix lock level used for partition when detaching itAlvaro Herrera2018-12-20
* DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera2018-12-20
* Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark2018-12-19
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-19
* Make type "name" collation-aware.Tom Lane2018-12-19
* Remove function names from error messagesAlvaro Herrera2018-12-19
* Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane2018-12-19
* Remove obsolete nbtree duplicate entries comment.Peter Geoghegan2018-12-18
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Fix ancient thinko in mergejoin cost estimation.Tom Lane2018-12-18
* Include partitioned indexes to system view pg_indexesMichael Paquier2018-12-18
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-17
* Remove extra semicolons.Amit Kapila2018-12-17
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-17
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-17
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-16
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Introduce new extended routines for FDW and foreign server lookupsMichael Paquier2018-12-14
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-13
* Fix bogus logic for skipping unnecessary partcollation dependencies.Tom Lane2018-12-13
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-13
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-12
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-12
* Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier2018-12-12
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane2018-12-10
* Remove dead code in toast_fetch_datum_sliceStephen Frost2018-12-10
* Ensure cleanup of orphan archive status filesMichael Paquier2018-12-10
* Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier2018-12-09
* Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane2018-12-07
* Clean up sloppy coding in publicationcmds.c's OpenTableList().Tom Lane2018-12-07
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Improve our response to invalid format strings, and detect more cases.Tom Lane2018-12-06
* Cleanup comments in xlog compressionStephen Frost2018-12-06
* Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera2018-12-05
* Fix typoStephen Frost2018-12-04
* Add some missing schema qualificationsMichael Paquier2018-12-03