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-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-09
postgres_fdw: Attmempt to stabilize regression tests.
Robert Haas
2018-02-08
postgres_fdw: Remove CTID output from some tests.
Robert Haas
2018-02-07
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-31
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Robert Haas
2018-01-31
pg_prewarm: Add missing LWLockRegisterTranche call.
Robert Haas
2018-01-30
Fix test case for 'outer pathkeys do not match mergeclauses' fix.
Robert Haas
2018-01-30
Remove dead assignment
Peter Eisentraut
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
pageinspect: Fix use of wrong memory context by hash_page_items.
Robert Haas
2018-01-26
Fix C comment typo
Bruce Momjian
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-17
postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.
Robert Haas
2018-01-17
Ability to advance replication slots
Simon Riggs
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
[next]