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
2019-01-21
Fix sepgsql regression test.
Tom Lane
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-17
postgres_fdw: Remove duplicate code in DML execution callback functions.
Etsuro Fujita
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-11
Extend pg_stat_statements_reset to reset statistics specific to a
Amit Kapila
2019-01-10
Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml
Michael Paquier
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-04
unaccent: Make generate_unaccent_rules.py Python 3 compatible
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-02
Convert unaccent tests to UTF-8
Peter Eisentraut
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
Fix generation of padding message before encrypting Elgamal in pgcrypto
Michael Paquier
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-23
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-18
Update sepgsql regression test results for commit ca4103025.
Tom Lane
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-04
postgres_fdw: Improve cost and size estimation for aggregate pushdown.
Etsuro Fujita
2018-12-03
Add PGXS options to control TAP and isolation tests, take two
Michael Paquier
2018-11-28
C comment: remove extra '*'
Bruce Momjian
2018-11-26
Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier
2018-11-26
Fix regression test handling of test_decoding with MSVC
Michael Paquier
2018-11-26
Disable temporarily TAP tests for contrib/bloom/
Michael Paquier
2018-11-25
Add PGXS options to control TAP and isolation tests
Michael Paquier
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-24
Fix hstore hash function for empty hstores upgraded from 8.4.
Andrew Gierth
2018-11-24
Avoid crashes in contrib/intarray gist__int_ops (bug #15518)
Andrew Gierth
2018-11-23
Add a 64-bit hash function for type hstore.
Tom Lane
2018-11-23
Add a 64-bit hash function for type citext.
Tom Lane
2018-11-23
Silence compiler warnings
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
Blind attempt at fixing sepgsql output for 578b22.
Andres Freund
2018-11-21
Fix sepgsql compile error caused by oid removal.
Andres Freund
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-16
Improve stability of recently-added regression test case.
Tom Lane
2018-10-12
Make float exponent output on Windows look the same as elsewhere.
Tom Lane
2018-10-11
Remove timetravel extension.
Andres Freund
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
Force synchronous commit to be enabled for all test_decoding tests.
Andres Freund
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
Remove redundant allocation
Peter Eisentraut
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
[next]