Skip to content

Rel9_4_stable_first #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 991 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
991 commits
Select commit Hold shift + click to select a range
ff2ee45
Improve documentation about MVCC-unsafe utility commands.
tglsfdc Aug 15, 2015
d509560
Add docs about postgres_fdw's setting of search_path and other GUCs.
tglsfdc Aug 15, 2015
928d022
Fix a few bogus statement type names in plpgsql error messages.
tglsfdc Aug 18, 2015
f7ed465
Allow record_in() and record_recv() to work for transient record types.
tglsfdc Aug 21, 2015
22b9ce7
Fix plpython crash when returning string representation of a RECORD r…
tglsfdc Aug 21, 2015
fe939d9
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
tglsfdc Aug 22, 2015
fc3649f
Docs: be explicit about datatype matching for lead/lag functions.
tglsfdc Aug 25, 2015
bef4584
dblink docs: fix typo to use "connname" (3 n's), not "conname"
bmomjian Aug 27, 2015
3da9c06
Fix s_lock.h PPC assembly code to be compatible with native AIX assem…
tglsfdc Aug 29, 2015
747ca66
Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alpha.
tglsfdc Aug 29, 2015
12da677
Fix sepgsql regression tests.
jconway Aug 30, 2015
ce6e50a
psql: print longtable as a possible \pset option
bmomjian Aug 31, 2015
7f7fd9b
Document that max_worker_processes must be high enough in standby.
MasaoFujii Sep 3, 2015
37d10c5
Fix subtransaction cleanup after an outer-subtransaction portal fails.
tglsfdc Sep 4, 2015
2960229
Fix misc typos.
hlinnaka Sep 5, 2015
74fc81e
Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
tglsfdc Sep 5, 2015
b17ce62
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
gsstark Sep 6, 2015
1e03094
Update site address of Snowball project
feodor Sep 7, 2015
b6e3673
Make GIN's cleanup pending list process interruptable
feodor Sep 7, 2015
0198a8d
Change type of DOW/DOY to UNITS
gsstark Sep 7, 2015
8582cf1
Add more sanity checks in contrib/sslinfo
alvherre Sep 7, 2015
ac711dd
Fix error message wording in previous sslinfo commit
alvherre Sep 8, 2015
b74af40
Add gin_fuzzy_search_limit to postgresql.conf.sample.
MasaoFujii Sep 8, 2015
83d0049
Lock all relations referred to in updatable views
sfrost Sep 8, 2015
ed47666
Add temp-check, with_temp_install definition - 9.4
sfrost Sep 8, 2015
2244c06
Remove files signaling a standby promotion request at postmaster startup
MasaoFujii Sep 9, 2015
48c6a1a
Fix minor bug in regexp makesearch() function.
tglsfdc Sep 10, 2015
7786fe0
Revert ed47666 and part of ef57b98
sfrost Sep 10, 2015
21a7c07
Fix typo in setrefs.c
sfrost Sep 10, 2015
59d310b
Fix setrefs.c comment properly.
tglsfdc Sep 10, 2015
907f3a9
Correct description of PageHeaderData layout in documentation
MasaoFujii Sep 11, 2015
7d07128
Fix an O(N^2) problem in foreign key references.
kgrittn Sep 11, 2015
35d2fc1
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
bmomjian Sep 11, 2015
541ec18
Revert "Fix an O(N^2) problem in foreign key references".
tglsfdc Sep 15, 2015
e2e46a9
Fix documentation of regular expression character-entry escapes.
tglsfdc Sep 16, 2015
5ed2d2c
Honour TEMP_CONFIG when testing pg_upgrade
adunstan Sep 17, 2015
f7d896a
Fix low-probability memory leak in regex execution.
tglsfdc Sep 18, 2015
f38070d
Let compiler handle size calculation of bool types.
Sep 17, 2015
e32c5f1
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
tglsfdc Sep 20, 2015
7496aba
Restrict file mode creation mask during tmpfile().
nmisch Sep 21, 2015
fa9fc3a
Fix possible internal overflow in numeric multiplication.
tglsfdc Sep 21, 2015
32b68ed
Fix whitespace
petere Sep 21, 2015
a3e58e7
test_decoding: Protect against rare spurious test failures.
anarazel Sep 22, 2015
d546ce7
Docs: fix typo in to_char() example.
tglsfdc Sep 22, 2015
4ff753c
Lower *_freeze_max_age minimum values.
anarazel Sep 24, 2015
0da864c
Improve handling of collations in contrib/postgres_fdw.
tglsfdc Sep 24, 2015
348dd28
Fix psql's code for locale-aware formatting of numeric output.
tglsfdc Sep 25, 2015
49917ed
Further fix for psql's code for locale-aware formatting of numeric ou…
tglsfdc Sep 25, 2015
c961f40
Further fix for psql's code for locale-aware formatting of numeric ou…
tglsfdc Sep 25, 2015
67d0f7a
Second try at fixing O(N^2) problem in foreign key references.
tglsfdc Sep 25, 2015
8400829
Fix compiler warning about unused function in non-readline case.
adunstan Sep 28, 2015
b62c870
Fix plperl to handle non-ASCII error message texts correctly.
tglsfdc Sep 29, 2015
03f9b63
Improve LISTEN startup time when there are many unread notifications.
tglsfdc Oct 1, 2015
5091f39
Fix mention of htup.h in storage.sgml
MasaoFujii Oct 1, 2015
1128b77
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6cc…
tglsfdc Oct 1, 2015
35435af
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
tglsfdc Oct 1, 2015
2171661
Docs: add disclaimer about hazards of using regexps from untrusted so…
tglsfdc Oct 2, 2015
109def0
Add some more query-cancel checks to regular expression matching.
tglsfdc Oct 2, 2015
c0215b2
Fix potential infinite loop in regular expression execution.
tglsfdc Oct 2, 2015
c5e38b9
Add recursion depth protections to regular expression matching.
tglsfdc Oct 2, 2015
bb1d979
Add recursion depth protection to LIKE matching.
tglsfdc Oct 2, 2015
8e45497
Update time zone data files to tzdata release 2015g.
tglsfdc Oct 2, 2015
9955798
Improve errhint() about replication slot naming restrictions.
anarazel Oct 3, 2015
ff4cbc1
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
tglsfdc Oct 4, 2015
4075fc4
Further twiddling of nodeHash.c hashtable sizing calculation.
tglsfdc Oct 4, 2015
93840f9
Improve contrib/pg_stat_statements' handling of garbage collection fa…
tglsfdc Oct 4, 2015
439b65e
Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.
tglsfdc Oct 4, 2015
13ac4c0
Re-Align *_freeze_max_age reloption limits with corresponding GUC lim…
anarazel Oct 5, 2015
4d95419
pgcrypto: Detect and report too-short crypt() salts.
nmisch Oct 5, 2015
16d58b5
Prevent stack overflow in json-related functions.
nmisch Oct 5, 2015
a0c02ed
Prevent stack overflow in container-type functions.
nmisch Oct 5, 2015
bed3f6d
Prevent stack overflow in query-type functions.
nmisch Oct 5, 2015
2fc66bf
Remove outdated comment about relation level autovacuum freeze limits.
anarazel Oct 5, 2015
1ecae3a
Last-minute updates for release notes.
tglsfdc Oct 5, 2015
5d250a8
Translation updates
petere Oct 5, 2015
868b79a
Fix insufficiently-portable regression test case.
tglsfdc Oct 5, 2015
ffdf2a2
doc: Update URLs of external projects
petere Oct 3, 2015
e96b697
Docs: explain contrib/pg_stat_statements' handling of GC failure.
tglsfdc Oct 5, 2015
d25c7d7
Stamp 9.4.5.
tglsfdc Oct 5, 2015
3d70127
Perform an immediate shutdown if the postmaster.pid file is removed.
tglsfdc Oct 6, 2015
fe86f7f
Improve documentation of the role-dropping process.
tglsfdc Oct 7, 2015
56f9d91
Factor out encoding specific tests for json
adunstan Oct 7, 2015
15e9457
Fix uninitialized-variable bug.
tglsfdc Oct 9, 2015
e491f2b
Make prove_installcheck remove the old log directory, if any.
nmisch Oct 12, 2015
c9853e6
Fix whitespace
petere Oct 12, 2015
22c5705
Use JsonbIteratorToken consistently in automatic variable declarations.
nmisch Oct 12, 2015
57f54b5
Fix "pg_ctl start -w" to test child process status directly.
tglsfdc Oct 12, 2015
06dd4b4
Cause TestLib.pm to define $windows_os in all branches.
tglsfdc Oct 12, 2015
bba442e
Sigh, need "use Config" as well.
tglsfdc Oct 12, 2015
44a6e24
On Windows, ensure shared memory handle gets closed if not being used.
tglsfdc Oct 13, 2015
b6eb5fc
Fix regular-expression compiler to handle loops of constraint arcs.
tglsfdc Oct 16, 2015
bdde29e
Fix O(N^2) performance problems in regular-expression compiler.
tglsfdc Oct 16, 2015
8cf4eed
Improve performance of fixempties() pass in regular-expression compiler.
tglsfdc Oct 16, 2015
9774fda
Improve performance of pullback/pushfwd in regular-expression compiler.
tglsfdc Oct 16, 2015
0ecf4a9
Improve memory-usage accounting in regular-expression compiler.
tglsfdc Oct 16, 2015
f189747
Miscellaneous cleanup of regular-expression compiler.
tglsfdc Oct 16, 2015
a850d71
Fix order of arguments in ecpg generated typedef command.
Oct 16, 2015
52f21c5
Fix incorrect handling of lookahead constraints in pg_regprefix().
tglsfdc Oct 19, 2015
563f40b
Eschew "RESET statement_timeout" in tests.
nmisch Oct 20, 2015
7fc7125
Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.
nmisch Oct 20, 2015
4f33572
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
tglsfdc Oct 20, 2015
87abcb4
shm_mq: Fix failure to notice a dead counterparty when nowait is used.
robertmhaas Oct 22, 2015
5eca6cf
shm_mq: Repair breakage from previous commit.
robertmhaas Oct 23, 2015
fa17165
Measure string lengths only once
alvherre Oct 27, 2015
589017e
Fix incorrect message in ATWrongRelkindError.
robertmhaas Oct 28, 2015
626f9be
Docs: add example clarifying use of nested JSON containment.
tglsfdc Oct 29, 2015
352e3cb
Fix typo in bgworker.c
robertmhaas Oct 30, 2015
5554b30
doc: security_barrier option is a Boolean, not a string.
robertmhaas Oct 30, 2015
1d95617
Fix serialization anomalies due to race conditions on INSERT.
kgrittn Oct 31, 2015
11e7f9d
Add RMV to list of commands taking AE lock.
kgrittn Nov 2, 2015
038aa89
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.
robertmhaas Nov 3, 2015
788e35a
Fix erroneous hash calculations in gin_extract_jsonb_path().
tglsfdc Nov 5, 2015
f69c01f
Fix enforcement of restrictions inside regexp lookaround constraints.
tglsfdc Nov 7, 2015
24379a4
Don't connect() to a wildcard address in test_postmaster_connection().
nmisch Nov 8, 2015
86f358c
Improve our workaround for 'TeX capacity exceeded' in building PDF fi…
tglsfdc Nov 10, 2015
ff4adfd
Docs: fix misleading example.
tglsfdc Nov 11, 2015
40879a9
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
tglsfdc Nov 12, 2015
87cdfeb
pg_upgrade: properly detect file copy failure on Windows
bmomjian Nov 14, 2015
f1b8987
PL/Python: Make tests pass with Python 3.5
petere Jun 3, 2015
d33ab56
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() con…
tglsfdc Nov 15, 2015
a6c4c07
Speed up ruleutils' name de-duplication code, and fix overlength-name…
tglsfdc Nov 16, 2015
8bc496c
Back-patch fixes to make TAP tests work on Windows.
tglsfdc Nov 17, 2015
cc95595
Fix possible internal overflow in numeric division.
tglsfdc Nov 17, 2015
d5bb7c6
Accept flex > 2.5.x in configure.
tglsfdc Nov 18, 2015
b06a8e3
Improve vcregress.pl's handling of tap tests for client programs
adunstan Nov 19, 2015
0fbf440
Update docs for vcregress.pl bincheck changes
adunstan Nov 19, 2015
9892cc2
fix a perl typo
adunstan Nov 19, 2015
47ea461
Fix handling of inherited check constraints in ALTER COLUMN TYPE (aga…
tglsfdc Nov 20, 2015
b29a40f
Fix vcregress.pl's bincheck
adunstan Nov 21, 2015
7acad95
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
tglsfdc Nov 22, 2015
f91c4e3
pg_upgrade: fix CopyFile() on Windows to fail on file existence
bmomjian Nov 24, 2015
3d357b4
Be more paranoid about null return values from libpq status functions.
tglsfdc Nov 25, 2015
b7fc1dd
Fix failure to consider failure cases in GetComboCommandId().
tglsfdc Nov 26, 2015
346cc2f
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
tglsfdc Dec 1, 2015
ab14e0e
Make gincostestimate() cope with hypothetical GIN indexes.
tglsfdc Dec 1, 2015
85cb94f
Further improve documentation of the role-dropping process.
tglsfdc Dec 4, 2015
0cc6bad
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
tglsfdc Dec 5, 2015
0901d68
Fix another oversight in checking if a join with LATERAL refs is legal.
tglsfdc Dec 7, 2015
56a79a5
Avoid odd portability problem in TestLib.pm's slurp_file function.
tglsfdc Dec 8, 2015
7145d35
Simplify LATERAL-related calculations within add_paths_to_joinrel().
tglsfdc Dec 9, 2015
ee0df4d
Accept flex > 2.5.x on Windows, too.
tglsfdc Dec 10, 2015
c6a67bb
Fix bug leading to restoring unlogged relations from empty files.
anarazel Dec 10, 2015
7ad6960
Still more fixes for planner's handling of LATERAL references.
tglsfdc Dec 11, 2015
423697e
Install our "missing" script where PGXS builds can find it.
tglsfdc Dec 11, 2015
1f8757a
For REASSIGN OWNED for foreign user mappings
alvherre Dec 11, 2015
09824cd
Add an expected-file to match behavior of latest libxml2.
tglsfdc Dec 12, 2015
d638aee
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
anarazel Dec 12, 2015
6bdef13
Doc: update external URLs for PostGIS project.
tglsfdc Dec 13, 2015
61c7bee
Properly initialize write, flush and replay locations in walsender slots
mhagander Dec 13, 2015
38a4a42
Docs: document that psql's "\i -" means read from stdin.
tglsfdc Dec 14, 2015
819acea
Correct statement to actually be the intended assert statement.
anarazel Dec 14, 2015
affae5e
Fix out-of-memory error handling in ParameterDescription message proc…
hlinnaka Dec 14, 2015
b9a46f8
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
alvherre Dec 14, 2015
e168dfe
Cope with Readline's failure to track SIGWINCH events outside of input.
tglsfdc Dec 16, 2015
acb6c64
Fix improper initialization order for readline.
tglsfdc Dec 17, 2015
9f74926
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
anarazel Dec 19, 2015
590d201
Remove silly completion for "DELETE FROM tabname ...".
tglsfdc Dec 20, 2015
f02137d
Make viewquery a copy in rewriteTargetView()
sfrost Dec 21, 2015
2c8ae64
adjust ACL owners for REASSIGN and ALTER OWNER TO
alvherre Dec 21, 2015
d07afa4
Rework internals of changing a type's ownership
alvherre Dec 21, 2015
f56802a
In pg_dump, remember connection passwords no matter how we got them.
tglsfdc Dec 23, 2015
70ff737
Fix factual and grammatical errors in comments for struct _tableInfo.
tglsfdc Dec 24, 2015
0a29cf6
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
alvherre Dec 27, 2015
f98bc20
Fix translation domain in pg_basebackup
alvherre Dec 28, 2015
aba8240
Update documentation about pseudo-types.
tglsfdc Dec 28, 2015
3b3e8fc
Document the exponentiation operator as associating left to right.
tglsfdc Dec 28, 2015
12e116a
Put back one copyObject() in rewriteTargetView().
tglsfdc Dec 29, 2015
76eccf0
Add some more defenses against silly estimates to gincostestimate().
tglsfdc Jan 1, 2016
f9b3b3f
Teach flatten_reloptions() to quote option values safely.
tglsfdc Jan 1, 2016
146b4cd
Update copyright for 2016
bmomjian Jan 2, 2016
88ee256
Adjust back-branch release note description of commits a2a718b22 et al.
tglsfdc Jan 2, 2016
1cd3840
Fix overly-strict assertions in spgtextproc.c.
tglsfdc Jan 2, 2016
aab4b73
Teach pg_dump to quote reloption values safely.
tglsfdc Jan 3, 2016
add6d82
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion cond…
tglsfdc Jan 4, 2016
8c558b2
Sort $(wildcard) output where needed for reproducible build output.
tglsfdc Jan 5, 2016
c7aca3d
Windows: Make pg_ctl reliably detect service status
alvherre Jan 7, 2016
882c592
Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.
tglsfdc Jan 7, 2016
33b0512
Fix one more TAP test to use standard command-line argument ordering.
tglsfdc Jan 7, 2016
aa06259
Fix unobvious interaction between -X switch and subdirectory creation.
tglsfdc Jan 7, 2016
831c22b
Add STRICT to some C functions created by the regression tests.
tglsfdc Jan 9, 2016
acbdda4
Clean up code for widget_in() and widget_out().
tglsfdc Jan 9, 2016
78b7aaa
Clean up some lack-of-STRICT issues in the core code, too.
tglsfdc Jan 9, 2016
2281575
Avoid dump/reload problems when using both plpython2 and plpython3.
tglsfdc Jan 12, 2016
7393208
Handle extension members when first setting object dump flags in pg_d…
tglsfdc Jan 13, 2016
ab49f87
Properly close token in sspi authentication
mhagander Jan 14, 2016
fc5d5e9
Fix spelling mistake.
robertmhaas Jan 15, 2016
8b3d528
Properly install dynloader.h on MSVC builds
bmomjian Jan 20, 2016
2b39831
Fix startup so that log prefix %h works for the log_connections message.
tglsfdc Jan 26, 2016
280d05c
Fix syntax descriptions for replication commands in logicaldecoding.sgml
MasaoFujii Jan 29, 2016
5849b6e
Fix incorrect pattern-match processing in psql's \det command.
tglsfdc Jan 29, 2016
e76281e
Fix error in documentated use of mingw-w64 compilers
adunstan Jan 31, 2016
95a2cca
Fix pg_description entries for jsonb_to_record() and jsonb_to_records…
tglsfdc Feb 2, 2016
aa223a0
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
tglsfdc Feb 3, 2016
c33d1a8
pgbench: Install guard against overflow when dividing by -1.
robertmhaas Feb 3, 2016
c27fda6
Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documenta…
tglsfdc Feb 3, 2016
411e2b0
In pg_dump, ensure that view triggers are processed after view rules.
tglsfdc Feb 4, 2016
1f3294c
When modifying a foreign table, initialize tableoid field properly.
robertmhaas Feb 5, 2016
2099b91
postgres_fdw: Avoid possible misbehavior when RETURNING tableoid colu…
robertmhaas Feb 5, 2016
31b792f
Update time zone data files to tzdata release 2016a.
tglsfdc Feb 5, 2016
ed6deeb
Force certain "pljava" custom GUCs to be PGC_SUSET.
nmisch Feb 6, 2016
282a62e
Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.
tglsfdc Feb 7, 2016
73ed2a5
Improve documentation about PRIMARY KEY constraints.
tglsfdc Feb 7, 2016
33b2642
Backpatch of 7a58d19b0 to 9.4, previously omitted.
anarazel Feb 8, 2016
fdc3139
Fix some regex issues with out-of-range characters and large char ran…
tglsfdc Feb 8, 2016
5e54757
Last-minute updates for release notes.
tglsfdc Feb 8, 2016
b101dca
Translation updates
petere Feb 8, 2016
a1efb79
Stamp 9.4.6.
tglsfdc Feb 8, 2016
19e4694
Avoid use of sscanf() to parse ispell dictionary files.
tglsfdc Feb 11, 2016
4492ab5
Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.
nmisch Feb 11, 2016
e3ad502
Suppress compiler warnings about useless comparison of unsigned to zero.
tglsfdc Feb 15, 2016
ccbb01f
pgbench: avoid FD_ISSET on an invalid file descriptor
alvherre Feb 15, 2016
2f66e29
Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in…
MasaoFujii Feb 16, 2016
77c616a
Improve wording in the planner doc
tatsuo-ishii Feb 16, 2016
da5cf6a
Improve documentation about CREATE INDEX CONCURRENTLY.
tglsfdc Feb 16, 2016
f461fa7
Make plpython cope with funny characters in function names.
tglsfdc Feb 17, 2016
b754716
Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.
tglsfdc Feb 18, 2016
bec4d0f
pg_upgrade: suppress creation of delete script
bmomjian Feb 18, 2016
6830cae
Correct StartupSUBTRANS for page wraparound
simonat2ndQuadrant Feb 19, 2016
5c49731
Fix wording in the Tutorial document.
tatsuo-ishii Feb 21, 2016
78e3293
MSVC: Clean tmp_check directory of pg_controldata test suite.
nmisch Feb 25, 2016
f6a6057
Fix typos
alvherre Feb 25, 2016
80c925c
Avoid multiple free_struct_lconv() calls on same data.
tglsfdc Feb 29, 2016
9b69d5c
Fix incorrect varlevelsup in security_barrier_replace_vars().
deanrasheed Feb 29, 2016
0a20d07
Remove useless unary plus.
tglsfdc Feb 29, 2016
8504ec9
doc: document MANPATH as /usr/local/pgsql/share/man
alvherre Feb 29, 2016
0bd51de
Fix typos
alvherre Feb 29, 2016
55965eb
Improve error message for rejecting RETURNING clauses with dropped co…
tglsfdc Mar 1, 2016
597e41e
Fix json_to_record() bug with nested objects.
tglsfdc Mar 3, 2016
d750b20
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.
anarazel Mar 4, 2016
c732756
Add 'tap_tests' flag in config_default.pl
alvherre Mar 4, 2016
8de488d
Fix query-based tab completion for multibyte characters.
robertmhaas Mar 4, 2016
2105091
Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.
robertmhaas Mar 4, 2016
a9613ee
Ignore recovery_min_apply_delay until recovery has reached consistent…
MasaoFujii Mar 5, 2016
465dd92
logical decoding: Tell reorderbuffer about all xids.
anarazel Mar 6, 2016
a50f50a
logical decoding: old/newtuple in spooled UPDATE changes was switched…
anarazel Mar 6, 2016
3b94b3a
logical decoding: Fix handling of large old tuples with replica ident…
anarazel Mar 6, 2016
6192083
Add valgrind suppression for padding bytes in twophase records.
anarazel Mar 6, 2016
3fa4715
Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffix…
tglsfdc Mar 7, 2016
fb3ea04
Fix wrong allocation size in c8f621c43.
anarazel Mar 7, 2016
89f8372
Fix backwards test for Windows service-ness in pg_ctl.
tglsfdc Mar 7, 2016
e3e84fd
Further improvements to c8f621c43.
anarazel Mar 7, 2016
2afe954
Fix minor typo in logical-decoding docs.
tglsfdc Mar 8, 2016
6041d38
plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.
anarazel Mar 8, 2016
8457c69
ltree: Zero padding bytes when allocating memory for externally visib…
anarazel Mar 8, 2016
6416b1d
Add valgrind suppressions for bootstrap related code.
anarazel Mar 9, 2016
7e31314
Add valgrind suppressions for python code.
anarazel Mar 9, 2016
da93620
Fix incorrect handling of NULL index entries in indexed ROW() compari…
tglsfdc Mar 9, 2016
43b491a
Introduce durable_rename() and durable_link_or_rename().
anarazel Mar 10, 2016
4f37d09
Avoid unlikely data-loss scenarios due to rename() without fsync.
anarazel Mar 10, 2016
8857488
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
mhagander Mar 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.
  • Loading branch information
tglsfdc committed Oct 4, 2015
commit 439b65e84e2464e1881e56e2f7218553730293dc
Loading