| 2017-04-09 |
Joe Conway | Add partitioned table support to sepgsql |
commit | commitdiff | tree |
| 2017-04-08 |
Tom Lane | Clean up bugs in clause_selectivity() cleanup. |
commit | commitdiff | tree |
| 2017-04-08 |
Tom Lane | Add newly-symlinked files to "make clean" target. |
commit | commitdiff | tree |
| 2017-04-08 |
Heikki Linnakangas | Fix the new SASLprep tests to work with non-UTF-8 locales. |
commit | commitdiff | tree |
| 2017-04-08 |
Peter Eisentraut | doc: Add some markup |
commit | commitdiff | tree |
| 2017-04-08 |
Kevin Grittner | Add GUCs for predicate lock promotion thresholds. |
commit | commitdiff | tree |
| 2017-04-08 |
Tom Lane | Optimize joins when the inner relation can be proven... |
commit | commitdiff | tree |
| 2017-04-08 |
Andres Freund | Fix issues in e8fdbd58fe. |
commit | commitdiff | tree |
| 2017-04-07 |
Peter Eisentraut | doc: Add SPFLAGS to osx calls |
commit | commitdiff | tree |
| 2017-04-07 |
Peter Eisentraut | doc: Add missing closing tag |
commit | commitdiff | tree |
| 2017-04-07 |
Alvaro Herrera | Fix printf format to use %zd when printing sizes |
commit | commitdiff | tree |
| 2017-04-07 |
Alvaro Herrera | Reduce the number of pallocs() in BRIN |
commit | commitdiff | tree |
| 2017-04-07 |
Andres Freund | Improve 64bit atomics support. |
commit | commitdiff | tree |
| 2017-04-07 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree |
| 2017-04-07 |
Peter Eisentraut | Avoid using a C++ keyword in header file |
commit | commitdiff | tree |
| 2017-04-07 |
Alvaro Herrera | Fix new BRIN desummarize WAL record |
commit | commitdiff | tree |
| 2017-04-07 |
Robert Haas | Use English, instead of internal names, for translatabl... |
commit | commitdiff | tree |
| 2017-04-07 |
Robert Haas | Add ProcArrayGroupUpdate wait event. |
commit | commitdiff | tree |
| 2017-04-07 |
Tom Lane | Ensure that ExecPrepareExprList's result is all in... |
commit | commitdiff | tree |
| 2017-04-07 |
Heikki Linnakangas | Remove duplicate assignment. |
commit | commitdiff | tree |
| 2017-04-07 |
Tom Lane | Fix planner error (or assert trap) with nested set... |
commit | commitdiff | tree |
| 2017-04-07 |
Heikki Linnakangas | Use SASLprep to normalize passwords for SCRAM authentic... |
commit | commitdiff | tree |
| 2017-04-07 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2017-04-07 |
Andrew Dunstan | Remove extraneous comma to satisfy picky compiler |
commit | commitdiff | tree |
| 2017-04-07 |
Andrew Dunstan | Make json_populate_record and friends operate recursively |
commit | commitdiff | tree |
| 2017-04-07 |
Peter Eisentraut | Remove use of Jade and DSSSL |
commit | commitdiff | tree |
| 2017-04-07 |
Tom Lane | Clean up after insufficiently-researched optimization... |
commit | commitdiff | tree |
| 2017-04-06 |
Simon Riggs | Reset API of clause_selectivity() |
commit | commitdiff | tree |
| 2017-04-06 |
Kevin Grittner | Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_i... |
commit | commitdiff | tree |
| 2017-04-06 |
Andres Freund | Allow avoiding tuple copy within tuplesort_gettupleslot(). |
commit | commitdiff | tree |
| 2017-04-06 |
Joe Conway | Silence uninitialized variable compiler warning in... |
commit | commitdiff | tree |
| 2017-04-06 |
Joe Conway | Silence compiler warning in sepgsql |
commit | commitdiff | tree |
| 2017-04-06 |
Andres Freund | Fix parallel bitmapscan tests on builds without USE_PRE... |
commit | commitdiff | tree |
| 2017-04-06 |
Alvaro Herrera | Fix BRIN cost estimation |
commit | commitdiff | tree |
| 2017-04-06 |
Andres Freund | Add minimal test for EXPLAIN ANALYZE of parallel query. |
commit | commitdiff | tree |
| 2017-04-06 |
Andres Freund | Increase parallel bitmap scan test coverage. |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | Fix logical replication between different encodings |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | Mark immutable functions in information schema as paral... |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | pg_dump: Rename some typedefs to avoid name conflicts |
commit | commitdiff | tree |
| 2017-04-06 |
Tom Lane | Clean up psql/describe.c's messy query for extended... |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | Fix mixup of bool and ternary value |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | doc: Formatting fix for XSL-FO PDF build |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | Fix AclResult vs bool type mix-up |
commit | commitdiff | tree |
| 2017-04-06 |
Alvaro Herrera | Comment fixes for extended statistics |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | Fix compiler warning and add some more comments |
commit | commitdiff | tree |
| 2017-04-06 |
Heikki Linnakangas | Remove bogus SCRAM_ITERATION_LEN constant. |
commit | commitdiff | tree |
| 2017-04-06 |
Simon Riggs | Always SnapshotResetXmin() during ClearTransaction() |
commit | commitdiff | tree |
| 2017-04-06 |
Peter Eisentraut | Identity columns |
commit | commitdiff | tree |
| 2017-04-06 |
Simon Riggs | Avoid SnapshotResetXmin() during AtEOXact_Snapshot() |
commit | commitdiff | tree |
| 2017-04-06 |
Heikki Linnakangas | Remove dead code and fix comments in fast-path function... |
commit | commitdiff | tree |
| 2017-04-06 |
Andres Freund | Code review for recent slot.c changes. |
commit | commitdiff | tree |
| 2017-04-06 |
Tom Lane | Fix integer-overflow problems in interval comparison. |
commit | commitdiff | tree |
| 2017-04-05 |
Simon Riggs | Reduce lock level for CREATE STATISTICS |
commit | commitdiff | tree |
| 2017-04-05 |
Simon Riggs | Collect and use multi-column dependency stats |
commit | commitdiff | tree |
| 2017-04-05 |
Simon Riggs | Allow --with-wal-segsize=n up to n=1024MB |
commit | commitdiff | tree |
| 2017-04-05 |
Simon Riggs | Spelling mistake in comment in utility.c |
commit | commitdiff | tree |
| 2017-04-05 |
Robert Haas | Fix pageinspect failures on hash indexes. |
commit | commitdiff | tree |
| 2017-04-05 |
Peter Eisentraut | Use American English in error message |
commit | commitdiff | tree |
| 2017-04-05 |
Peter Eisentraut | doc: Remove remark elements |
commit | commitdiff | tree |
| 2017-04-05 |
Robert Haas | hash: Fix write-ahead logging bug. |
commit | commitdiff | tree |
| 2017-04-05 |
Kevin Grittner | Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE. |
commit | commitdiff | tree |
| 2017-04-05 |
Peter Eisentraut | dblink: Small code rearrangement for clarity |
commit | commitdiff | tree |
| 2017-04-05 |
Peter Eisentraut | Capitalize names of PLs consistently |
commit | commitdiff | tree |
| 2017-04-05 |
Peter Eisentraut | pageinspect: Add bt_page_items function with bytea... |
commit | commitdiff | tree |
| 2017-04-04 |
Kevin Grittner | Follow-on cleanup for the transition table patch. |
commit | commitdiff | tree |
| 2017-04-04 |
Simon Riggs | Make min_wal_size/max_wal_size use MB internally |
commit | commitdiff | tree |
| 2017-04-04 |
Simon Riggs | Fix uninitialized variables in twophase.c |
commit | commitdiff | tree |
| 2017-04-04 |
Andres Freund | Force synchronous commit in new-ish test_decoding test. |
commit | commitdiff | tree |
| 2017-04-04 |
Andres Freund | Fix two valgrind issues in slab allocator. |
commit | commitdiff | tree |
| 2017-04-04 |
Andrew Dunstan | Clarify documentation of to_tsvector(json(b)) |
commit | commitdiff | tree |
| 2017-04-04 |
Simon Riggs | Speedup 2PC recovery by skipping two phase state files... |
commit | commitdiff | tree |
| 2017-04-04 |
Peter Eisentraut | Adjust min/max values when changing sequence type |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Fix thinko in BitmapAdjustPrefetchIterator. |
commit | commitdiff | tree |
| 2017-04-04 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2017-04-04 |
Peter Eisentraut | psql: Add some missing tab completion |
commit | commitdiff | tree |
| 2017-04-04 |
Stephen Frost | Remove --verbose from PROVE_FLAGS |
commit | commitdiff | tree |
| 2017-04-04 |
Peter Eisentraut | Fix remote position tracking in logical replication |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Fix formula in _hash_spareindex. |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Expand hash indexes more gradually. |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Further corrections and improvements to partitioning... |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Update comment. |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Print new RelOptInfo field top_parent_relids in outfuncs.c |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Abstract logic to allow for multiple kinds of child... |
commit | commitdiff | tree |
| 2017-04-04 |
Robert Haas | Properly acquire buffer lock for page-at-a-time hash... |
commit | commitdiff | tree |
| 2017-04-03 |
Andrew Gierth | Try and silence spurious Coverity warning. |
commit | commitdiff | tree |
| 2017-04-03 |
Peter Eisentraut | Make header self-contained |
commit | commitdiff | tree |
| 2017-04-03 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2017-04-03 |
Peter Eisentraut | Handle change of slot name in logical replication apply |
commit | commitdiff | tree |
| 2017-04-03 |
Peter Eisentraut | doc: Change xref style to number only |
commit | commitdiff | tree |
| 2017-04-02 |
Tom Lane | Remove reinvention of stringify macro. |
commit | commitdiff | tree |
| 2017-04-02 |
Tom Lane | Doc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE... |
commit | commitdiff | tree |
| 2017-04-02 |
Tom Lane | Document psql's behavior of recalling the previously... |
commit | commitdiff | tree |
| 2017-04-02 |
Tom Lane | Fix behavior of psql's \p to agree with \g, \w, etc. |
commit | commitdiff | tree |
| 2017-04-02 |
Magnus Hagander | Fix some typos and spelling errors in comments |
commit | commitdiff | tree |
| 2017-04-02 |
Tom Lane | Allow psql variable substitution to occur in backtick... |
commit | commitdiff | tree |
| 2017-04-01 |
Kevin Grittner | Fix two undocumented parameters to functions from ENR... |
commit | commitdiff | tree |
| 2017-04-01 |
Alvaro Herrera | BRIN de-summarization |
commit | commitdiff | tree |
| 2017-04-01 |
Alvaro Herrera | Fix expected output |
commit | commitdiff | tree |
| 2017-04-01 |
Alvaro Herrera | BRIN auto-summarization |
commit | commitdiff | tree |
| 2017-04-01 |
Magnus Hagander | Write "waiting for checkpoint" on regular progress row |
commit | commitdiff | tree |
| next |