| 2015-08-17 |
Andres Freund | Improve configure test for the sse4.2 crc instruction. |
commit | commitdiff | tree |
| 2015-08-17 |
Heikki Linnakangas | Fix reporting of skipped transactions in pgbench. |
commit | commitdiff | tree |
| 2015-08-15 |
Tom Lane | Add docs about postgres_fdw's setting of search_path... |
commit | commitdiff | tree |
| 2015-08-15 |
Tom Lane | Improve documentation about MVCC-unsafe utility commands. |
commit | commitdiff | tree |
| 2015-08-15 |
Tom Lane | Repair unsafe use of shared typecast-lookup table in... |
commit | commitdiff | tree |
| 2015-08-15 |
Andres Freund | Don't use function definitions looking like old-style... |
commit | commitdiff | tree |
| 2015-08-15 |
Andres Freund | Correct type of waitMode variable in ExecInsertIndexTup... |
commit | commitdiff | tree |
| 2015-08-15 |
Andres Freund | vacuumdb: Don't assign negative values to a boolean. |
commit | commitdiff | tree |
| 2015-08-15 |
Andres Freund | Don't use 'bool' as a struct member name in help_config.c. |
commit | commitdiff | tree |
| 2015-08-15 |
Andres Freund | Use the correct type for TableInfo->relreplident. |
commit | commitdiff | tree |
| 2015-08-15 |
Robert Haas | Remove unused expected-output file. |
commit | commitdiff | tree |
| 2015-08-15 |
Robert Haas | Remove bogus step from test_decoding isolation tests. |
commit | commitdiff | tree |
| 2015-08-15 |
Robert Haas | Reject isolation test specifications with duplicate... |
commit | commitdiff | tree |
| 2015-08-15 |
Noah Misch | Encoding PG_UHC is code page 949. |
commit | commitdiff | tree |
| 2015-08-15 |
Noah Misch | Restore old pgwin32_message_to_UTF16() behavior outside... |
commit | commitdiff | tree |
| 2015-08-14 |
Peter Eisentraut | Update key words table for 9.5 |
commit | commitdiff | tree |
| 2015-08-14 |
Simon Riggs | Reduce lock levels for ALTER TABLE SET autovacuum stora... |
commit | commitdiff | tree |
| 2015-08-14 |
Peter Eisentraut | PL/Python: Make tests pass with Python 3.5 |
commit | commitdiff | tree |
| 2015-08-13 |
Alvaro Herrera | MSVC: Exclude 'brin' contrib module |
commit | commitdiff | tree |
| 2015-08-13 |
Alvaro Herrera | Re-add BRIN isolation test |
commit | commitdiff | tree |
| 2015-08-13 |
Tom Lane | Improve regression test case to avoid depending on... |
commit | commitdiff | tree |
| 2015-08-13 |
Alvaro Herrera | Use materialize SRF mode in brin_page_items |
commit | commitdiff | tree |
| 2015-08-13 |
Heikki Linnakangas | Run autoheader to add a few missing #defines to pg_conf... |
commit | commitdiff | tree |
| 2015-08-13 |
Michael Meskes | Fix declaration of isarray variable. |
commit | commitdiff | tree |
| 2015-08-13 |
Alvaro Herrera | Fix unitialized variables |
commit | commitdiff | tree |
| 2015-08-13 |
Tom Lane | Undo mistaken tightening in join_is_legal(). |
commit | commitdiff | tree |
| 2015-08-12 |
Alvaro Herrera | Close some holes in BRIN page assignment |
commit | commitdiff | tree |
| 2015-08-12 |
Andres Freund | Remove duplicated assignment in pg_create_physical_repl... |
commit | commitdiff | tree |
| 2015-08-12 |
Andres Freund | Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning... |
commit | commitdiff | tree |
| 2015-08-12 |
Andres Freund | Fix two off-by-one errors in bufmgr.c. |
commit | commitdiff | tree |
| 2015-08-12 |
Tom Lane | Fix some possible low-memory failures in regexp compila... |
commit | commitdiff | tree |
| 2015-08-12 |
Tom Lane | Postpone extParam/allParam calculations until the very... |
commit | commitdiff | tree |
| 2015-08-11 |
Alvaro Herrera | Don't include rel.h when relcache.h is sufficient |
commit | commitdiff | tree |
| 2015-08-11 |
Tom Lane | Fix broken markup, and copy-edit a bit. |
commit | commitdiff | tree |
| 2015-08-11 |
Andrew Dunstan | More fixes to allow pg_rewind tests to run on Msys. |
commit | commitdiff | tree |
| 2015-08-11 |
Andres Freund | Allow pg_create_physical_replication_slot() to reserve... |
commit | commitdiff | tree |
| 2015-08-11 |
Andres Freund | Introduce macros determining if a replication slot... |
commit | commitdiff | tree |
| 2015-08-11 |
Andres Freund | Minor cleanups in slot related code. |
commit | commitdiff | tree |
| 2015-08-11 |
Tom Lane | Fix privilege dumping from servers too old to have... |
commit | commitdiff | tree |
| 2015-08-10 |
Tom Lane | Accept alternate spellings of __sparcv7 and __sparcv8. |
commit | commitdiff | tree |
| 2015-08-10 |
Tom Lane | Further mucking with PlaceHolderVar-related restriction... |
commit | commitdiff | tree |
| 2015-08-10 |
Andrew Dunstan | Work around an apparent bug in the Msys DTK perl's... |
commit | commitdiff | tree |
| 2015-08-10 |
Tom Lane | Temporarily(?) remove BRIN isolation test. |
commit | commitdiff | tree |
| 2015-08-10 |
Andres Freund | Add confirmed_flush column to pg_replication_slots. |
commit | commitdiff | tree |
| 2015-08-10 |
Andres Freund | Fix copy & paste mistake in pg_get_replication_slots(). |
commit | commitdiff | tree |
| 2015-08-10 |
Andres Freund | Don't start to stream after pg_receivexlog --create... |
commit | commitdiff | tree |
| 2015-08-09 |
Tom Lane | Remove gram.y's precedence declaration for OVERLAPS. |
commit | commitdiff | tree |
| 2015-08-09 |
Magnus Hagander | Fix typo in LDAP example |
commit | commitdiff | tree |
| 2015-08-09 |
Bruce Momjian | docs: update major release notes item checklist |
commit | commitdiff | tree |
| 2015-08-09 |
Tatsuo Ishii | Fix broken multibyte regression tests. |
commit | commitdiff | tree |
| 2015-08-09 |
Bruce Momjian | docs: fix typo in rules.sgml |
commit | commitdiff | tree |
| 2015-08-08 |
Bruce Momjian | Document items that should appear in the major release... |
commit | commitdiff | tree |
| 2015-08-08 |
Bruce Momjian | 9.5 release notes: add increase buffer mapping partiti... |
commit | commitdiff | tree |
| 2015-08-07 |
Andres Freund | Attempt to work around a 32bit xlc compiler bug from... |
commit | commitdiff | tree |
| 2015-08-07 |
Andres Freund | Fix bug slowing down pgbench when -P is used. |
commit | commitdiff | tree |
| 2015-08-07 |
Tom Lane | Further adjustments to PlaceHolderVar removal. |
commit | commitdiff | tree |
| 2015-08-07 |
Robert Haas | Fix attach-related race condition in shm_mq_send_bytes. |
commit | commitdiff | tree |
| 2015-08-07 |
Andres Freund | Don't include low level locking code from frontend... |
commit | commitdiff | tree |
| 2015-08-07 |
Andres Freund | Address points made in post-commit review of replicatio... |
commit | commitdiff | tree |
| 2015-08-07 |
Bruce Momjian | 9.5 release notes: updates from Andres Freund and... |
commit | commitdiff | tree |
| 2015-08-07 |
Tom Lane | Fix old oversight in join removal logic. |
commit | commitdiff | tree |
| 2015-08-07 |
Bruce Momjian | 9.5 release notes: mention ON CONFLICT DO NOTHING... |
commit | commitdiff | tree |
| 2015-08-07 |
Tom Lane | Fix eclass_useful_for_merging to give valid results... |
commit | commitdiff | tree |
| 2015-08-06 |
Bruce Momjian | 9.5 release notes: mention change to CRC-32C |
commit | commitdiff | tree |
| 2015-08-06 |
Bruce Momjian | 9.5 release notes: adjustments suggested by Andres... |
commit | commitdiff | tree |
| 2015-08-06 |
Bruce Momjian | 9.5 release notes: add non-LEAKPROOF view pushdown... |
commit | commitdiff | tree |
| 2015-08-06 |
Tom Lane | Further fixes for degenerate outer join clauses. |
commit | commitdiff | tree |
| 2015-08-06 |
Robert Haas | Fix incorrect calculation in shm_mq_receive. |
commit | commitdiff | tree |
| 2015-08-06 |
Robert Haas | Reduce ProcArrayLock contention by removing backends... |
commit | commitdiff | tree |
| 2015-08-06 |
Kevin Grittner | Fix `make installcheck` for serializable transactions. |
commit | commitdiff | tree |
| 2015-08-06 |
Andres Freund | Improve includes introduced in the replication origins... |
commit | commitdiff | tree |
| 2015-08-06 |
Bruce Momjian | docs: HTML-escape '>' in '=>' using HTML entities |
commit | commitdiff | tree |
| 2015-08-06 |
Noah Misch | Reconcile nodes/*funcs.c with recent work. |
commit | commitdiff | tree |
| 2015-08-06 |
Noah Misch | Link $(WIN32RES) into single-file modules only when... |
commit | commitdiff | tree |
| 2015-08-05 |
Andrew Dunstan | Allow pg_rewind tap tests to run with older File::Path... |
commit | commitdiff | tree |
| 2015-08-05 |
Andrew Dunstan | Remove carriage returns from certain tap test output... |
commit | commitdiff | tree |
| 2015-08-05 |
Alvaro Herrera | Fix BRIN to use SnapshotAny during summarization |
commit | commitdiff | tree |
| 2015-08-05 |
Tom Lane | Make real sure we don't reassociate joins into or out... |
commit | commitdiff | tree |
| 2015-08-05 |
Andres Freund | Fix typo in commit de6fd1c. |
commit | commitdiff | tree |
| 2015-08-05 |
Andres Freund | Rely on inline functions even if that causes warnings... |
commit | commitdiff | tree |
| 2015-08-05 |
Andres Freund | Fix debug message output when connecting to a logical... |
commit | commitdiff | tree |
| 2015-08-05 |
Andres Freund | Fix comment atomics.h. |
commit | commitdiff | tree |
| 2015-08-05 |
Tom Lane | Docs: add an explicit example about controlling overall... |
commit | commitdiff | tree |
| 2015-08-04 |
Tom Lane | Fix pg_dump to dump shell types. |
commit | commitdiff | tree |
| 2015-08-04 |
Tom Lane | Fix bogus "out of memory" reports in tuplestore.c. |
commit | commitdiff | tree |
| 2015-08-04 |
Tom Lane | Fix a PlaceHolderVar-related oversight in star-schema... |
commit | commitdiff | tree |
| 2015-08-04 |
Robert Haas | Cap wal_buffers to avoid a server crash when it's set... |
commit | commitdiff | tree |
| 2015-08-04 |
Robert Haas | Tab completion for CREATE SEQUENCE. |
commit | commitdiff | tree |
| 2015-08-04 |
Robert Haas | Update comment to match behavior of latest code. |
commit | commitdiff | tree |
| 2015-08-04 |
Heikki Linnakangas | Share transition state between different aggregates... |
commit | commitdiff | tree |
| 2015-08-03 |
Stephen Frost | RLS: Keep deny policy when only restrictive exist |
commit | commitdiff | tree |
| 2015-08-03 |
Tom Lane | Update 9.5 release notes through today. |
commit | commitdiff | tree |
| 2015-08-03 |
Joe Conway | Fix psql \d output of policies. |
commit | commitdiff | tree |
| 2015-08-03 |
Fujii Masao | Make recovery rename tablespace_map to *.old if backup_... |
commit | commitdiff | tree |
| 2015-08-03 |
Heikki Linnakangas | Fix pg_rewind when pg_xlog is a symlink. |
commit | commitdiff | tree |
| 2015-08-03 |
Heikki Linnakangas | Clean up pg_rewind regression test script. |
commit | commitdiff | tree |
| 2015-08-03 |
Tom Lane | Make modules/test_ddl_deparse/.gitignore match its... |
commit | commitdiff | tree |
| 2015-08-03 |
Tom Lane | contrib/isn now needs a .gitignore file. |
commit | commitdiff | tree |
| 2015-08-03 |
Tom Lane | Fix a number of places that produced XX000 errors in... |
commit | commitdiff | tree |
| 2015-08-03 |
Andrew Dunstan | Allow TAP tests to run under Msys |
commit | commitdiff | tree |
| next |