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
/
contrib
Age
Commit message (
Expand
)
Author
2018-01-12
Fix postgres_fdw to cope with duplicate GROUP BY entries.
Tom Lane
2018-01-11
Cosmetic fix in postgres_fdw.c.
Tom Lane
2018-01-11
llow negative coordinate for ~> (cube, int) operator
Teodor Sigaev
2018-01-11
Fix behavior of ~> (cube, int) operator
Teodor Sigaev
2018-01-04
Fix new test case to not be endian-dependent.
Tom Lane
2018-01-04
Fix incorrect computations of length of null bitmap in pageinspect.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-27
Remove incorrect apostrophe.
Robert Haas
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
Consistently use PG_INT(16|32|64)_(MIN|MAX).
Andres Freund
2017-12-13
Use new overflow aware integer operations.
Andres Freund
2017-12-12
Make pg_trgm tests independ from standard_conforming_string. Tests uses
Teodor Sigaev
2017-12-05
postgres_fdw: Fix failing regression test.
Robert Haas
2017-12-05
postgres_fdw: Judge password use by run-as user, not session user.
Robert Haas
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-01
postgres_fdw: Fix test that didn't test what it claimed.
Robert Haas
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-25
Avoid formally-undefined use of memcpy() in hstoreUniquePairs().
Tom Lane
2017-11-21
Support index-only scans in contrib/cube and contrib/seg GiST indexes.
Tom Lane
2017-11-18
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-11-17
Remove contrib/start-scripts/osx/.
Tom Lane
2017-11-17
Provide modern examples of how to auto-start Postgres on macOS.
Tom Lane
2017-11-16
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
Tighten test in contrib/bloom/t/001_wal.pl.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-06
start-scripts: switch to $PGUSER before opening $PGLOG.
Noah Misch
2017-11-03
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-02
Simplify new test suite handling of passwordcheck
Peter Eisentraut
2017-10-28
Fix typo.
Robert Haas
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-20
pg_stat_statements: Add a comment about the dangers of padding bytes.
Robert Haas
2017-10-19
Add more tests for reloptions
Alvaro Herrera
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-06
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-10-05
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-30
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-24
Fix assorted infelicities in new SetWALSegSize() function.
Tom Lane
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-22
Remove contrib/chkpass
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
Disable multi-byte citext tests
Andrew Dunstan
[next]