summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-14Don't allow partitioned index on foreign-table partitionsAlvaro Herrera
2018-05-14Fix file paths in commentsMagnus Hagander
2018-05-14psql: have \d show FKs on partitioned tablesAlvaro Herrera
2018-05-10Various improvements of skipping index scan during vacuum technicsTeodor Sigaev
2018-05-09Update time zone data files to tzdata release 2018e.Tom Lane
2018-05-09Fix assorted partition pruning bugsAlvaro Herrera
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-05-09perltidy some recent code changes before changing perltidy settingsAndrew Dunstan
2018-05-09Make gen_partprune_steps staticAlvaro Herrera
2018-05-09Remove useless 'default' clauseAlvaro Herrera
2018-05-09Add a script and a config file to run perlcriticAndrew Dunstan
2018-05-09Improve jsonb cast error messageTeodor Sigaev
2018-05-09Improve inefficient regexes in vacuumdb TAP test.Tom Lane
2018-05-08Improve initdb's query for generating default descriptions a little.Tom Lane
2018-05-08Refine error messagesPeter Eisentraut
2018-05-08Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().Tom Lane
2018-05-07Clean up some perlcritic warningsAndrew Dunstan
2018-05-07Undo extra chattiness of postmaster logs in TAP tests.Tom Lane
2018-05-07Update oidjoins regression test for v11.Tom Lane
2018-05-07Suppress compiler warnings when building with --enable-dtrace.Tom Lane
2018-05-07Remove unused macroPeter Eisentraut
2018-05-06Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan
2018-05-05Fix bootstrap parser so that its keywords are unreserved words.Tom Lane
2018-05-05Revert "Test conversion of NaN between float4 and float8."Tom Lane
2018-05-05Put in_range_float4_float8's work in-line.Tom Lane
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-04Fix precedence problem in new Perl code.Tom Lane
2018-05-04pg_dump: Use current_database() instead of PQdb()Peter Eisentraut
2018-05-04Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-04Update expected files for older Python versionsPeter Eisentraut
2018-05-03Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-05-03Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-05-03Tweak tests to support Python 3.7Peter Eisentraut
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-05-03Fix pg_dump support for pre-8.2 versionsTeodor Sigaev
2018-05-03Further improve code for probing the availability of ARM CRC instructions.Tom Lane
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-02Improve our method for probing the availability of ARM CRC instructions.Tom Lane
2018-05-02Suppress some compiler warnings in plperl on Windows.Tom Lane
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-05-02Fix bogus code for extracting extended-statistics data from syscache.Tom Lane
2018-05-02Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas
2018-05-02Fix compiler warning on Windows.Tom Lane