index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-05-21
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-19
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
Add some test coverage for ecpg's "long long" support.
Tom Lane
2018-05-18
Recognize that MSVC can support strtoll() and strtoull().
Tom Lane
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-15
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-09
Update time zone data files to tzdata release 2018e.
Tom Lane
2018-05-09
Improve inefficient regexes in vacuumdb TAP test.
Tom Lane
2018-05-07
Stamp 10.4.
REL_10_4
Tom Lane
2018-05-07
Translation updates
Peter Eisentraut
2018-05-06
Clear severity 5 perlcritic warnings from vcregress.pl
Andrew Dunstan
2018-05-06
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-05
Remove extra newlines after PQerrorMessage()
Peter Eisentraut
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-04
Provide for testing on python3 modules when under MSVC
Andrew Dunstan
2018-05-04
Allow MSYS as well as MINGW in Msys uname
Andrew Dunstan
2018-05-04
Sync our copy of the timezone library with IANA release tzcode2018e.
Tom Lane
2018-05-03
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-02
Revert back-branch changes in power()'s behavior for NaN inputs.
Tom Lane
2018-05-02
Fix bogus code for extracting extended-statistics data from syscache.
Tom Lane
2018-04-30
Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
Update time zone data files to tzdata release 2018d.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-27
Remove outdated comment on how to set logtape's read buffer size.
Heikki Linnakangas
2018-04-26
Correct pg_recvlogical server version test.
Noah Misch
2018-04-23
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-13
In libpq, free any partial query result before collecting a server error.
Tom Lane
2018-04-12
Fix bogus affix-merging code.
Tom Lane
2018-04-12
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-10
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-08
Remove overzeleous assertions in pg_atomic_flag code.
Andres Freund
2018-04-07
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
Enforce child constraints during COPY TO a partitioned table.
Robert Haas
[next]