| 2015-08-02 |
Tom Lane | Fix some planner issues with degenerate outer join... |
commit | commitdiff | tree |
| 2015-08-01 |
Tom Lane | Teach predtest.c that "foo" implies "foo IS NOT NULL". |
commit | commitdiff | tree |
| 2015-07-31 |
Tom Lane | Fix an oversight in checking whether a join with LATERA... |
commit | commitdiff | tree |
| 2015-07-31 |
Noah Misch | Clean up Makefile.win32 "-I" flag additions. |
commit | commitdiff | tree |
| 2015-07-31 |
Noah Misch | Consolidate makefile code for setting top_srcdir, srcdi... |
commit | commitdiff | tree |
| 2015-07-30 |
Alvaro Herrera | Fix volatility marking of commit timestamp functions |
commit | commitdiff | tree |
| 2015-07-30 |
Alvaro Herrera | Fix broken assertion in BRIN code |
commit | commitdiff | tree |
| 2015-07-30 |
Joe Conway | Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS intera... |
commit | commitdiff | tree |
| 2015-07-30 |
Joe Conway | Use appropriate command type when retrieving relation... |
commit | commitdiff | tree |
| 2015-07-30 |
Tom Lane | Avoid some zero-divide hazards in the planner. |
commit | commitdiff | tree |
| 2015-07-30 |
Heikki Linnakangas | Fix calculation of latency of pgbench backslash commands. |
commit | commitdiff | tree |
| 2015-07-30 |
Heikki Linnakangas | Update ax_pthread.m4 to an experimental draft version... |
commit | commitdiff | tree |
| 2015-07-30 |
Noah Misch | Blacklist xlc 32-bit inlining. |
commit | commitdiff | tree |
| 2015-07-30 |
Noah Misch | Remove redundant "make install" from pg_upgrade test... |
commit | commitdiff | tree |
| 2015-07-30 |
Noah Misch | MSVC: Revert most 9.5 changes to pre-9.5 vcregress... |
commit | commitdiff | tree |
| 2015-07-30 |
Noah Misch | MSVC: Remove duplicate PATH entry in test harness. |
commit | commitdiff | tree |
| 2015-07-30 |
Noah Misch | MSVC: Future-proof installation file skip logic. |
commit | commitdiff | tree |
| 2015-07-30 |
Andrew Dunstan | Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN |
commit | commitdiff | tree |
| 2015-07-29 |
Joe Conway | Create new ParseExprKind for use by policy expressions. |
commit | commitdiff | tree |
| 2015-07-29 |
Robert Haas | Fix incorrect comment. |
commit | commitdiff | tree |
| 2015-07-29 |
Robert Haas | Flesh out the background worker documentation. |
commit | commitdiff | tree |
| 2015-07-29 |
Heikki Linnakangas | Fix TAP tests with "make installcheck". |
commit | commitdiff | tree |
| 2015-07-29 |
Tom Lane | Add some test coverage of EvalPlanQual with non-locked... |
commit | commitdiff | tree |
| 2015-07-29 |
Joe Conway | Add missing post create and alter hooks to policy objects. |
commit | commitdiff | tree |
| 2015-07-29 |
Heikki Linnakangas | Make TAP tests work on Windows. |
commit | commitdiff | tree |
| 2015-07-29 |
Robert Haas | Document how to build the docs using the website style. |
commit | commitdiff | tree |
| 2015-07-29 |
Andres Freund | Remove outdated comment in LWLockDequeueSelf's header. |
commit | commitdiff | tree |
| 2015-07-29 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree |
| 2015-07-29 |
Peter Eisentraut | pg_basebackup: Add --slot option |
commit | commitdiff | tree |
| 2015-07-29 |
Peter Eisentraut | pg_basebackup: Add tests for -X option |
commit | commitdiff | tree |
| 2015-07-29 |
Peter Eisentraut | pg_basebackup: Add tests for -R option |
commit | commitdiff | tree |
| 2015-07-29 |
Tom Lane | Prevent platform-dependent output row ordering in a... |
commit | commitdiff | tree |
| 2015-07-28 |
Tom Lane | Suppress "variable may be used uninitialized" warning. |
commit | commitdiff | tree |
| 2015-07-28 |
Joe Conway | Disallow converting a table to a view if row security... |
commit | commitdiff | tree |
| 2015-07-28 |
Joe Conway | Create a pg_shdepend entry for each role in TO clause... |
commit | commitdiff | tree |
| 2015-07-28 |
Tom Lane | Update our documentation concerning where to create... |
commit | commitdiff | tree |
| 2015-07-28 |
Andrew Dunstan | Only adjust negative indexes in json_get up to the... |
commit | commitdiff | tree |
| 2015-07-28 |
Tom Lane | Reduce chatter from signaling of autovacuum workers. |
commit | commitdiff | tree |
| 2015-07-28 |
Joe Conway | Bump catversion so that HEAD is beyond 9.5 |
commit | commitdiff | tree |
| 2015-07-28 |
Joe Conway | Plug RLS related information leak in pg_stats view. |
commit | commitdiff | tree |
| 2015-07-28 |
Andres Freund | Remove ssl renegotiation support. |
commit | commitdiff | tree |
| 2015-07-28 |
Andrew Dunstan | Make tap tests store postmaster logs and handle vpaths... |
commit | commitdiff | tree |
| 2015-07-28 |
Robert Haas | Centralize decision-making about where to get a backend... |
commit | commitdiff | tree |
| 2015-07-28 |
Tom Lane | Remove an unsafe Assert, and explain join_clause_is_mov... |
commit | commitdiff | tree |
| 2015-07-28 |
Heikki Linnakangas | Fix bug in collecting total_latencies from all threads... |
commit | commitdiff | tree |
| 2015-07-28 |
Heikki Linnakangas | Another attempt at fixing memory leak in xlogreader. |
commit | commitdiff | tree |
| 2015-07-28 |
Joe Conway | Fix pg_dump output of policies. |
commit | commitdiff | tree |
| 2015-07-27 |
Stephen Frost | Improve RLS handling in copy.c |
commit | commitdiff | tree |
| 2015-07-27 |
Tom Lane | Further code review for pg_stat_ssl patch. |
commit | commitdiff | tree |
| 2015-07-27 |
Tom Lane | Fix pointer-arithmetic thinko in pg_stat_ssl patch. |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Don't assume that 'char' is signed. |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Fix memory leaks in pg_rewind. Several PQclear() calls... |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Don't assume that PageIsEmpty() returns true on an... |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Fix memory leak in xlogreader facility. |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Reuse all-zero pages in GIN. |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Fix handling of all-zero pages in SP-GiST vacuum. |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Avoid calling PageGetSpecialPointer() on an all-zeros... |
commit | commitdiff | tree |
| 2015-07-27 |
Heikki Linnakangas | Remove false comment about speculative insertion. |
commit | commitdiff | tree |
| 2015-07-26 |
Tom Lane | Fix oversight in flattening of subqueries with empty... |
commit | commitdiff | tree |
| 2015-07-26 |
Tom Lane | Make entirely-dummy appendrels get marked as such in... |
commit | commitdiff | tree |
| 2015-07-26 |
Andres Freund | Check the relevant index element in ON CONFLICT unique... |
commit | commitdiff | tree |
| 2015-07-26 |
Andres Freund | Fix flattening of nested grouping sets. |
commit | commitdiff | tree |
| 2015-07-26 |
Andres Freund | Allow to push down clauses from HAVING to WHERE when... |
commit | commitdiff | tree |
| 2015-07-26 |
Andres Freund | Recognize GROUPING() as a aggregate expression. |
commit | commitdiff | tree |
| 2015-07-26 |
Andres Freund | Build column mapping for grouping sets in all required... |
commit | commitdiff | tree |
| 2015-07-26 |
Joe Conway | Improve markup for row_security. |
commit | commitdiff | tree |
| 2015-07-25 |
Tom Lane | Dodge portability issue (apparent compiler bug) in... |
commit | commitdiff | tree |
| 2015-07-25 |
Andrew Dunstan | Restore use of zlib default compression in pg_dump... |
commit | commitdiff | tree |
| 2015-07-25 |
Tom Lane | Some platforms now need contrib/tsm_system_time to... |
commit | commitdiff | tree |
| 2015-07-25 |
Tom Lane | In pg_ctl, report unexpected failure to stat() the... |
commit | commitdiff | tree |
| 2015-07-25 |
Tom Lane | Update oidjoins regression test for 9.5. |
commit | commitdiff | tree |
| 2015-07-25 |
Tom Lane | Redesign tablesample method API, and do extensive code... |
commit | commitdiff | tree |
| 2015-07-24 |
Joe Conway | Make RLS work with UPDATE ... WHERE CURRENT OF |
commit | commitdiff | tree |
| 2015-07-24 |
Andrew Dunstan | Fix treatment of nulls in jsonb_agg and jsonb_object_agg |
commit | commitdiff | tree |
| 2015-07-24 |
Andres Freund | Fix bug around assignment expressions containing indire... |
commit | commitdiff | tree |
| 2015-07-23 |
Andrew Dunstan | Redirect install output of make check into a log file |
commit | commitdiff | tree |
| 2015-07-22 |
Heikki Linnakangas | Fix off-by-one error in calculating subtrans/multixact... |
commit | commitdiff | tree |
| 2015-07-22 |
Tom Lane | Fix add_rte_to_flat_rtable() for recent feature additions. |
commit | commitdiff | tree |
| 2015-07-21 |
Heikki Linnakangas | Add selectivity estimation functions for intarray opera... |
commit | commitdiff | tree |
| 2015-07-21 |
Tom Lane | Fix some oversights in BRIN patch. |
commit | commitdiff | tree |
| 2015-07-21 |
Andrew Dunstan | Fix location of output logs of pg_regress |
commit | commitdiff | tree |
| 2015-07-21 |
Alvaro Herrera | Fix omission of OCLASS_TRANSFORM in object_classes[] |
commit | commitdiff | tree |
| 2015-07-20 |
Heikki Linnakangas | Sanity-check that a page zeroed by redo routine is... |
commit | commitdiff | tree |
| 2015-07-20 |
Alvaro Herrera | Don't handle PUBLIC/NONE separately |
commit | commitdiff | tree |
| 2015-07-20 |
Teodor Sigaev | This supports the triconsistent function for pg_trgm... |
commit | commitdiff | tree |
| 2015-07-20 |
Alvaro Herrera | Improve tab-completion for DROP POLICY |
commit | commitdiff | tree |
| 2015-07-20 |
Alvaro Herrera | Fix (some of) pltcl memory usage |
commit | commitdiff | tree |
| 2015-07-20 |
Alvaro Herrera | Improve BRIN documentation somewhat |
commit | commitdiff | tree |
| 2015-07-20 |
Alvaro Herrera | Fix mis-merge in previous commit |
commit | commitdiff | tree |
| 2015-07-20 |
Alvaro Herrera | Add some comments to test_ddl_deparse and a README |
commit | commitdiff | tree |
| 2015-07-20 |
Heikki Linnakangas | Handle AT_ReAddComment in test_ddl_deparse, and add... |
commit | commitdiff | tree |
| 2015-07-19 |
Andrew Dunstan | Remove dead code. |
commit | commitdiff | tree |
| 2015-07-18 |
Tom Lane | Make WaitLatchOrSocket's timeout detection more robust. |
commit | commitdiff | tree |
| 2015-07-18 |
Andrew Dunstan | Enable transforms modules to build and test on Cygwin. |
commit | commitdiff | tree |
| 2015-07-18 |
Andrew Dunstan | Release note compatibility item |
commit | commitdiff | tree |
| 2015-07-18 |
Andrew Dunstan | Support JSON negative array subscripts everywhere |
commit | commitdiff | tree |
| 2015-07-17 |
Tom Lane | Repair mishandling of cached cast-expression trees... |
commit | commitdiff | tree |
| 2015-07-17 |
Tom Lane | Fix entirely broken permissions test in new alter_opera... |
commit | commitdiff | tree |
| 2015-07-17 |
Robert Haas | Add new function pg_notification_queue_usage. |
commit | commitdiff | tree |
| 2015-07-17 |
Noah Misch | AIX: Test the -qlonglong option before use. |
commit | commitdiff | tree |
| next |