summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-19Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane
2018-05-19Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane
2018-05-18Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane
2018-05-18Add some test coverage for ecpg's "long long" support.Tom Lane
2018-05-18Recognize that MSVC can support strtoll() and strtoull().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-09Improve inefficient regexes in vacuumdb TAP test.Tom Lane
2018-05-07Stamp 10.4.REL_10_4Tom Lane
2018-05-07Translation updatesPeter Eisentraut
2018-05-06Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan
2018-05-06Tweak tests to support Python 3.7Peter Eisentraut
2018-05-05Remove extra newlines after PQerrorMessage()Peter 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-04Provide for testing on python3 modules when under MSVCAndrew Dunstan
2018-05-04Allow MSYS as well as MINGW in Msys unameAndrew Dunstan
2018-05-04Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane
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-05-02Fix bogus code for extracting extended-statistics data from syscache.Tom Lane
2018-04-30Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Update time zone data files to tzdata release 2018d.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-27Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas
2018-04-26Correct pg_recvlogical server version test.Noah Misch
2018-04-23Fix handling of partition bounds for boolean partitioning columns.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-19Enlarge find_other_exec's meager fgets bufferAlvaro Herrera
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-13In libpq, free any partial query result before collecting a server error.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-04-12Use the right memory context for partkey's FmgrInfoAlvaro Herrera
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2018-04-11Do not select new object OIDs that match recently-dead entries.Tom Lane
2018-04-11Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas
2018-04-11Make local copy of client hostnames in backend status array.Heikki Linnakangas
2018-04-10Fix incorrect close() call in dsm_impl_mmap().Tom Lane
2018-04-08Remove overzeleous assertions in pg_atomic_flag code.Andres Freund
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-04-06Enforce child constraints during COPY TO a partitioned table.Robert Haas