summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-03Add table relcache invalidation to index builds.Peter Geoghegan
2018-08-03Fix buffer usage stats for parallel nodes.Amit Kapila
2018-08-03Match the buffer usage tracking for leader and worker backends.Amit Kapila
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-19Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov
2018-07-19Rephrase a few comments for clarity.Heikki Linnakangas
2018-07-19Fix print of Path nodes when using OPTIMIZER_DEBUGMichael Paquier
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
2018-07-11Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane
2018-07-09Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-07-09Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier
2018-07-05logical decoding: beware of an unset specinsert changeAlvaro Herrera
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-07-04Check for interrupts inside the nbtree page deletion code.Andres Freund
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-06-26Move RecoveryLockList into a hash table.Thomas Munro
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-06-18Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier
2018-06-14Fail BRIN control functions during recovery explicitlyAlvaro Herrera
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-06-06Fix function code in error reportAlvaro Herrera
2018-05-24Properly schema-qualify additional object types in getObjectDescription().Tom Lane
2018-05-22Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane
2018-05-21Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth
2018-05-21Fix unsafe usage of strerror(errno) within ereport().Tom Lane
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-16Fix misprocessing of equivalence classes involving record_eq().Tom Lane
2018-05-15Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane
2018-05-09Update time zone data files to tzdata release 2018e.Tom Lane
2018-05-07Translation updatesPeter Eisentraut
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-04Don't mark pages all-visible spuriouslyAlvaro Herrera
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-05-02Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-20Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-18Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane
2018-04-16Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane