summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-12-20Avoid producing over-length specific_name outputs in information_schema.Tom Lane
2018-12-20Fix lock level used for partition when detaching itAlvaro Herrera
2018-12-20DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-12-19Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane
2018-12-19Remove obsolete nbtree duplicate entries comment.Peter Geoghegan
2018-12-19Correct obsolete nbtree recovery comments.Peter Geoghegan
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-18Fix ancient thinko in mergejoin cost estimation.Tom Lane
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Remove extra semicolons.Amit Kapila
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Introduce new extended routines for FDW and foreign server lookupsMichael Paquier
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-13Fix bogus logic for skipping unnecessary partcollation dependencies.Tom Lane
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-12-13Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-12-12Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier
2018-12-10Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane
2018-12-10Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane
2018-12-10Remove dead code in toast_fetch_datum_sliceStephen Frost
2018-12-10Ensure cleanup of orphan archive status filesMichael Paquier
2018-12-09Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane
2018-12-07Clean up sloppy coding in publicationcmds.c's OpenTableList().Tom Lane
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-12-06Improve our response to invalid format strings, and detect more cases.Tom Lane
2018-12-06Cleanup comments in xlog compressionStephen Frost
2018-12-05Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera
2018-12-04Fix typoStephen Frost
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-30Silence compiler warningAlvaro Herrera
2018-11-30Fix typo.Amit Kapila
2018-11-30Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier
2018-11-29Add log_statement_sample_rate parameterAlvaro Herrera
2018-11-29Fix minor typo in dsa.c.Thomas Munro
2018-11-29Fix handling of synchronous replication for stopping WAL sendersMichael Paquier
2018-11-28Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan