| 2015-08-31 |
Tom Lane | Remove support for Unix systems without the POSIX signa... |
commit | commitdiff | tree |
| 2015-08-31 |
Bruce Momjian | psql: print longtable as a possible \pset option |
commit | commitdiff | tree |
| 2015-08-31 |
Magnus Hagander | Small grammar fix |
commit | commitdiff | tree |
| 2015-08-31 |
Tom Lane | Remove long-dead support for platforms without sig_atom... |
commit | commitdiff | tree |
| 2015-08-30 |
Joe Conway | Fix sepgsql regression tests. |
commit | commitdiff | tree |
| 2015-08-29 |
Tom Lane | Fix s_lock.h PPC assembly code to be compatible with... |
commit | commitdiff | tree |
| 2015-08-28 |
Stephen Frost | Ensure locks are acquired on RLS-added relations |
commit | commitdiff | tree |
| 2015-08-28 |
Andres Freund | Clarify what some historic terms in rewriteHandler... |
commit | commitdiff | tree |
| 2015-08-28 |
Peter Eisentraut | Simplify Perl chmod calls |
commit | commitdiff | tree |
| 2015-08-27 |
Bruce Momjian | dblink docs: fix typo to use "connname" (3 n's), not... |
commit | commitdiff | tree |
| 2015-08-26 |
Tom Lane | Speed up HeapTupleSatisfiesMVCC() by replacing the... |
commit | commitdiff | tree |
| 2015-08-26 |
Bruce Momjian | release notes: abbreviated key speedup only for varcha... |
commit | commitdiff | tree |
| 2015-08-26 |
Bruce Momjian | 9.5 release notes: mention lack of char() sort improve... |
commit | commitdiff | tree |
| 2015-08-26 |
Joe Conway | Reestablish alignment of pg_controldata output. |
commit | commitdiff | tree |
| 2015-08-25 |
Tom Lane | Docs: be explicit about datatype matching for lead... |
commit | commitdiff | tree |
| 2015-08-25 |
Tom Lane | Further tweak wording of error messages about bad CONTI... |
commit | commitdiff | tree |
| 2015-08-25 |
Tom Lane | Limit the verbosity of memory context statistics dumps. |
commit | commitdiff | tree |
| 2015-08-25 |
Tom Lane | Fix potential platform dependence in gist regression... |
commit | commitdiff | tree |
| 2015-08-23 |
Tom Lane | Tweak wording of syntax error messages about bad CONTIN... |
commit | commitdiff | tree |
| 2015-08-23 |
Tom Lane | Reduce number of bytes examined by convert_one_string_t... |
commit | commitdiff | tree |
| 2015-08-23 |
Tom Lane | Avoid use of float arithmetic in bipartite_match.c. |
commit | commitdiff | tree |
| 2015-08-23 |
Kevin Grittner | Fix typo in C comment. |
commit | commitdiff | tree |
| 2015-08-23 |
Peter Eisentraut | Improve whitespace |
commit | commitdiff | tree |
| 2015-08-23 |
Peter Eisentraut | Improve spelling |
commit | commitdiff | tree |
| 2015-08-22 |
Heikki Linnakangas | Add hint to run "pgbench -i", if test tables don't... |
commit | commitdiff | tree |
| 2015-08-22 |
Tom Lane | Avoid O(N^2) behavior when enlarging SPI tuple table... |
commit | commitdiff | tree |
| 2015-08-22 |
Tom Lane | Detect mismatched CONTINUE and EXIT statements at plpgs... |
commit | commitdiff | tree |
| 2015-08-21 |
Stephen Frost | Clean up roles from roleattributes test |
commit | commitdiff | tree |
| 2015-08-21 |
Alvaro Herrera | Do not allow *timestamp to be passed as NULL |
commit | commitdiff | tree |
| 2015-08-21 |
Alvaro Herrera | Remove ExecGetScanType function |
commit | commitdiff | tree |
| 2015-08-21 |
Tom Lane | Fix plpython crash when returning string representation... |
commit | commitdiff | tree |
| 2015-08-21 |
Tom Lane | Allow record_in() and record_recv() to work for transie... |
commit | commitdiff | tree |
| 2015-08-21 |
Stephen Frost | Rename 'cmd' to 'cmd_name' in CreatePolicyStmt |
commit | commitdiff | tree |
| 2015-08-21 |
Stephen Frost | In AlterRole, make bypassrls an int |
commit | commitdiff | tree |
| 2015-08-21 |
Peter Eisentraut | doc: Whitespace and formatting fixes |
commit | commitdiff | tree |
| 2015-08-20 |
Tom Lane | Remove xpath namespace-handling change from 9.5 release... |
commit | commitdiff | tree |
| 2015-08-19 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2015-08-19 |
Kevin Grittner | Fix bug in calculations of hash join buckets. |
commit | commitdiff | tree |
| 2015-08-18 |
Tom Lane | Fix a few bogus statement type names in plpgsql error... |
commit | commitdiff | tree |
| 2015-08-18 |
Robert Haas | psql: Make EXECUTE PROCEDURE tab completion a bit narrower. |
commit | commitdiff | tree |
| 2015-08-17 |
Tom Lane | Fix performance bug from conflict between two previous... |
commit | commitdiff | tree |
| 2015-08-17 |
Andres Freund | docs: Fix "typo" introduced in 3f811c2d. |
commit | commitdiff | tree |
| 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 |
| next |