index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgcrypto: Report errant decryption as "Wrong key or corrupt data".
Noah Misch
2015-05-18
8
-27
/
+154
*
Fix typos
Peter Eisentraut
2015-05-17
1
-1
/
+1
*
pg_upgrade: force timeline 1 in the new cluster
Bruce Momjian
2015-05-16
1
-2
/
+1
*
pg_upgrade: only allow template0 to be non-connectable
Bruce Momjian
2015-05-16
1
-0
/
+54
*
Fix incorrect declaration of citext's regexp_matches() functions.
Tom Lane
2015-05-05
4
-1
/
+534
*
Fix assorted inconsistent function declarations.
Tom Lane
2015-04-07
1
-1
/
+1
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
1
-0
/
+166
*
Replace insertion sort in contrib/intarray with qsort().
Tom Lane
2015-03-15
1
-29
/
+23
*
Fix contrib/file_fdw's expected file
Alvaro Herrera
2015-03-06
1
-3
/
+3
*
pg_upgrade: quote directory names in delete_old_cluster script
Bruce Momjian
2015-02-11
1
-3
/
+3
*
Cherry-pick security-relevant fixes from upstream imath library.
Noah Misch
2015-02-02
1
-9
/
+15
*
Fix buffer overrun after incomplete read in pullf_read_max().
Noah Misch
2015-02-02
4
-1
/
+54
*
Fix Coverity warning about contrib/pgcrypto's mdc_finish().
Tom Lane
2015-01-30
1
-30
/
+19
*
Handle unexpected query results, especially NULLs, safely in connectby().
Tom Lane
2015-01-29
3
-83
/
+116
*
Fix volatile-safety issue in dblink's materializeQueryResult().
Tom Lane
2015-01-26
1
-6
/
+6
*
pg_standby: Avoid writing one byte beyond the end of the buffer.
Robert Haas
2015-01-15
1
-1
/
+1
*
Correctly handle test durations of more than 2147s in pg_test_timing.
Andres Freund
2015-01-04
1
-1
/
+1
*
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
Andres Freund
2015-01-04
1
-0
/
+3
*
Fix resource leak pointed out by Coverity.
Tatsuo Ishii
2014-12-30
1
-0
/
+2
*
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
4
-9
/
+13
*
Update .gitignore for pg_upgrade
Magnus Hagander
2014-12-17
1
-2
/
+4
*
Fix file descriptor leak after failure of a \setshell command in pgbench.
Tom Lane
2014-12-16
1
-0
/
+1
*
Free libxml2/libxslt resources in a safer order.
Tom Lane
2014-11-27
1
-9
/
+9
*
Avoid file descriptor leak in pg_test_fsync.
Robert Haas
2014-11-19
1
-2
/
+0
*
Loop when necessary in contrib/pgcrypto's pktreader_pull().
Tom Lane
2014-11-11
3
-1
/
+13
*
Fix volatility markings of some contrib I/O functions.
Tom Lane
2014-11-05
3
-12
/
+15
*
Docs: fix incorrect spelling of contrib/pgcrypto option.
Tom Lane
2014-11-03
1
-1
/
+4
*
Make the locale comparison in pg_upgrade more lenient
Heikki Linnakangas
2014-10-24
1
-25
/
+77
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
1
-19
/
+3
*
Fix typo in error message.
Heikki Linnakangas
2014-10-02
1
-1
/
+1
*
Fix failure of contrib/auto_explain to print per-node timing information.
Tom Lane
2014-09-19
1
-3
/
+2
*
Fix citext upgrade script for disallowance of oidvector element assignment.
Tom Lane
2014-08-28
1
-8
/
+20
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
37
-37
/
+37
*
Backpatch: Fix typo in update scripts for some contrib modules.
Fujii Masao
2014-08-25
2
-2
/
+2
*
Check block number against the correct fork in get_raw_page().
Tom Lane
2014-07-22
1
-3
/
+5
*
Diagnose incompatible OpenLDAP versions during build and test.
Noah Misch
2014-07-22
8
-1
/
+92
*
pg_upgrade: allow upgrades for new-only TOAST tables
Bruce Momjian
2014-07-07
1
-10
/
+51
*
Fix inadequately-sized output buffer in contrib/unaccent.
Tom Lane
2014-07-01
1
-24
/
+27
*
Don't prematurely free the BufferAccessStrategy in pgstat_heap().
Noah Misch
2014-06-30
1
-8
/
+5
*
Clean up data conversion short-lived memory context.
Joe Conway
2014-06-20
1
-9
/
+13
*
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-06-14
1
-4
/
+32
*
When using the OSSP UUID library, cache its uuid_t state object.
Tom Lane
2014-05-29
1
-30
/
+44
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
2
-2
/
+2
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
2
-2
/
+2
*
Avoid unportable usage of sscanf(UINT64_FORMAT).
Tom Lane
2014-05-26
1
-2
/
+10
*
Initialize padding bytes in btree_gist varbit support.
Heikki Linnakangas
2014-05-13
1
-4
/
+8
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
76
-114
/
+114
*
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-30
1
-1
/
+1
*
pg_stat_statements forgot to let previous occupant of hook get control too.
Tom Lane
2014-04-21
1
-0
/
+3
*
pgcrypto: fix memset() calls that might be optimized away
Bruce Momjian
2014-04-17
22
-67
/
+82
[next]