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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-26
3
-9
/
+98
*
Fix pg_dump to not emit invalid SQL for an empty operator class.
Tom Lane
2017-05-26
1
-1
/
+13
*
Remove docs mention of PGREALM variable
Magnus Hagander
2017-05-26
1
-16
/
+0
*
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-24
2
-11
/
+12
*
Update URLs in pgindent source and README
Magnus Hagander
2017-05-23
2
-4
/
+4
*
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-21
4
-8
/
+61
*
Change documentation references to PG website to use https: not http:
Tom Lane
2017-05-20
16
-27
/
+27
*
Fix typo in comment.
Heikki Linnakangas
2017-05-18
1
-1
/
+1
*
Make psql handle EOF during COPY FROM STDIN properly on all platforms.
Tom Lane
2017-05-17
1
-1
/
+11
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-15
21
-60
/
+60
*
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
1
-56
/
+68
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
6
-249
/
+221
*
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
3
-6
/
+40
*
doc: update markup for release note "release date" block
Bruce Momjian
2017-05-12
12
-1264
/
+1264
*
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
1
-1
/
+1
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
5
-55
/
+64
*
Honor PROVE_FLAGS environment setting
Andrew Dunstan
2017-05-12
2
-2
/
+6
*
Add libxml2 include path for MSVC builds
Andrew Dunstan
2017-05-12
1
-0
/
+1
*
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-11
1
-1
/
+1
*
psql: Add missing translation markers
Peter Eisentraut
2017-05-10
1
-2
/
+2
*
Ignore PQcancel errors properly
Alvaro Herrera
2017-05-09
1
-4
/
+4
*
Stamp 9.4.12.
REL9_4_12
Tom Lane
2017-05-08
6
-21
/
+21
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
3
-12
/
+15
*
Last-minute updates for release notes.
Tom Lane
2017-05-08
3
-4
/
+409
*
Fix possibly-uninitialized variable.
Tom Lane
2017-05-08
1
-2
/
+2
*
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
5
-8
/
+82
*
Restore PGREQUIRESSL recognition in libpq.
Noah Misch
2017-05-08
2
-0
/
+27
*
Translation updates
Peter Eisentraut
2017-05-08
30
-7431
/
+7472
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
7
-32
/
+376
*
Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.
Tom Lane
2017-05-07
3
-1
/
+1107
*
Guard against null t->tm_zone in strftime.c.
Tom Lane
2017-05-07
1
-1
/
+2
*
Install the "posixrules" timezone link in MSVC builds.
Tom Lane
2017-05-07
1
-3
/
+8
*
Restore fullname[] contents before falling through in pg_open_tzfile().
Tom Lane
2017-05-07
1
-0
/
+1
*
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2017-05-06
3
-40
/
+193
*
Document current_role.
Tom Lane
2017-05-06
1
-2
/
+20
*
Allow MSVC to build with Tcl 8.6.
Alvaro Herrera
2017-05-05
1
-8
/
+12
*
Give nicer error message when connecting to a v10 server requiring SCRAM.
Heikki Linnakangas
2017-05-05
2
-0
/
+15
*
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-04
4
-15
/
+71
*
Remove useless and rather expensive stanza in matview regression test.
Tom Lane
2017-05-03
2
-32
/
+0
*
Improve performance of timezone loading, especially pg_timezone_names view.
Tom Lane
2017-05-02
3
-8
/
+60
*
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-02
1
-0
/
+3
*
Fix perl thinko in commit fed6df486dca
Andrew Dunstan
2017-05-02
1
-1
/
+1
*
Update time zone data files to tzdata release 2017b.
Tom Lane
2017-05-01
20
-1307
/
+1063
*
Allow vcregress.pl to run an arbitrary TAP test set
Andrew Dunstan
2017-05-01
1
-17
/
+41
*
Sync our copy of the timezone library with IANA release tzcode2017b.
Tom Lane
2017-04-30
7
-99
/
+139
*
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
3
-2
/
+38
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
3
-9
/
+22
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
8
-18
/
+66
*
Fix postmaster's handling of fork failure for a bgworker process.
Tom Lane
2017-04-24
1
-40
/
+87
*
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
1
-1
/
+1
[prev]
[next]