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
2017-09-13
Update contrib/seg for new scalarlesel/scalargesel selectivity functions.
Tom Lane
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-06
Sync function prototype with its actual definition.
Tom Lane
2017-09-05
Remove unnecessary casts
Peter Eisentraut
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
fuzzystrmatch: Remove dead code
Peter Eisentraut
2017-08-31
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-21
pg_prewarm: Add automatic prewarm feature.
Robert Haas
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-17
Remove bogus line from comment.
Robert Haas
2017-08-16
Extend the default rules file for contrib/unaccent with Vietnamese letters.
Tom Lane
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
pgstatindex: Insert some casts to prevent overflow.
Robert Haas
2017-08-05
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-08-04
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-07-28
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2017-07-28
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-21
Stabilize postgres_fdw regression tests.
Tom Lane
2017-07-21
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-03
Forbid gen_random_uuid() with --disable-strong-random
Heikki Linnakangas
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-22
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-22
Teach pgrowlocks to check relkind before scanning
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-13
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-08
Fix contrib/sepgsql regr tests for tup-routing constraint check change.
Joe Conway
2017-06-07
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-06-04
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-05-30
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-21
Fix contrib/sepgsql regression tests for partition NOT NULL change.
Tom Lane
2017-05-18
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-14
Suppress indentation from Data::Dumper in regression tests
Andrew Dunstan
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-04-25
postgres_fdw: Fix join push down with extensions
Peter Eisentraut
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-14
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
[next]