summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-10-22Fix commentPeter Eisentraut
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-10-21Refactor timestamp2timestamptz_opt_error()Alexander Korotkov
2019-10-21Update obsolete comment.Etsuro Fujita
2019-10-21Fix memory leak introduced in commit 7df159a620.Amit Kapila
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-10-19Use standard compare_exchange loop style in ProcArrayGroupClearXid().Noah Misch
2019-10-19Remove last traces of heap_open/close in the treeMichael Paquier
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-18Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao
2019-10-18Fix typoAlvaro Herrera
2019-10-18Update comments about progress reporting by index_dropAlvaro Herrera
2019-10-18Fix timeout handling in logical replication workerMichael Paquier
2019-10-17Fix minor bug in logical-replication walsender shutdownAlvaro Herrera
2019-10-17When restoring GUCs in parallel workers, show an error context.Thomas Munro
2019-10-16Fix bug that could try to freeze running multixacts.Thomas Munro
2019-10-16Fix crash when reporting CREATE INDEX progressAlvaro Herrera
2019-10-16Refresh some incorrect links in pg_crc.c/hMichael Paquier
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-15Fix CLUSTER on expression indexes.Andres Freund
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-13Fix dependency handling of column drop with partitioned tablesMichael Paquier
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-10-11Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao
2019-10-10Fix table rewrites that include a column without a default.Andres Freund
2019-10-09Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut
2019-10-09Use libc version as a collation version on glibc systems.Peter Eisentraut
2019-10-09Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-08Update some outdated links about XLC and UNIX specificationMichael Paquier
2019-10-07Check for too many postmaster children before spawning a bgworker.Tom Lane
2019-10-06Avoid trying to release a List's initial allocation via repalloc().Tom Lane
2019-10-05Change MemoryContextMemAllocated to return SizeTomas Vondra
2019-10-04Fix crash caused by EPQ happening with a before update trigger present.Andres Freund
2019-10-04Use a fd opened for read/write when syncing slots during startup, take 2.Andres Freund
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-10-04Fix bitshiftright()'s zero-padding some more.Tom Lane
2019-10-04Use Size instead of int64 to track allocated memoryTomas Vondra
2019-10-04Remove AtSubStart_Notify.Robert Haas
2019-10-03Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane
2019-10-03Allow repalloc() to give back space when a large chunk is downsized.Tom Lane
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLYTomas Vondra
2019-10-01Optimize partial TOAST decompressionTomas Vondra
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-10-01Add transparent block-level memory accountingTomas Vondra
2019-09-30Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund