| 2016-03-15 |
Tom Lane | Add a GetForeignUpperPaths callback function for FDWs. |
commit | commitdiff | tree |
| 2016-03-14 |
Peter Eisentraut | Add missing include for self-containment |
commit | commitdiff | tree |
| 2016-03-14 |
Robert Haas | Fix EXPLAIN ANALYZE SELECT INTO not to choose a paralle... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Provide a planner hook at a suitable place for creating... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Allow callers of create_foreignscan_path to specify... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Rethink representation of PathTargets. |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Update PL/Perl's comment about hv_store(). |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Improve conversions from uint64 to Perl types. |
commit | commitdiff | tree |
| 2016-03-14 |
Robert Haas | Update more comments for 96198d94cb7adc664bda341842dc8d... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Use repalloc_huge() to enlarge a SPITupleTable's tuple... |
commit | commitdiff | tree |
| 2016-03-14 |
Robert Haas | Improve check for overly-long extensible node name. |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | pg_stat_get_progress_info() should be marked STRICT. |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Teach the configure script to validate its --with-pgpor... |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Mop-up for setting minimum Tcl version to 8.4. |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Fix memory leak in repeated GIN index searches. |
commit | commitdiff | tree |
| 2016-03-13 |
Peter Eisentraut | Fix whitespace and remove obsolete gitattributes entry |
commit | commitdiff | tree |
| 2016-03-13 |
Magnus Hagander | Rename auto_explain.sample_ratio to sample_rate |
commit | commitdiff | tree |
| 2016-03-13 |
Magnus Hagander | Fix order of MemSet arguments |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Report memory context stats upon out-of-memory in repal... |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Fix Windows portability issue in 23a27b039d94ba35. |
commit | commitdiff | tree |
| 2016-03-12 |
Tom Lane | Get rid of scribbling on a const variable in psql's... |
commit | commitdiff | tree |
| 2016-03-12 |
Tom Lane | Widen query numbers-of-tuples-processed counters to... |
commit | commitdiff | tree |
| 2016-03-12 |
Andres Freund | Include portability/mem.h into fd.c for MAP_FAILED. |
commit | commitdiff | tree |
| 2016-03-12 |
Tom Lane | Re-export a few of createplan.c's make_xxx() functions. |
commit | commitdiff | tree |
| 2016-03-11 |
Robert Haas | pg_upgrade: Convert old visibility map format to new... |
commit | commitdiff | tree |
| 2016-03-11 |
Tom Lane | When appropriate, postpone SELECT output expressions... |
commit | commitdiff | tree |
| 2016-03-11 |
Teodor Sigaev | Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f0... |
commit | commitdiff | tree |
| 2016-03-11 |
Teodor Sigaev | Fix merge affixes for numeric ones |
commit | commitdiff | tree |
| 2016-03-11 |
Teodor Sigaev | Bump catalog version missed in 6943a946c7e5eb72d53c0ce7... |
commit | commitdiff | tree |
| 2016-03-11 |
Teodor Sigaev | Tsvector editing functions |
commit | commitdiff | tree |
| 2016-03-11 |
Tom Lane | Minor additional refactoring of planner.c's PathTarget... |
commit | commitdiff | tree |
| 2016-03-11 |
Magnus Hagander | Allow setting sample ratio for auto_explain |
commit | commitdiff | tree |
| 2016-03-11 |
Robert Haas | psql: Don't automatically use expanded format when... |
commit | commitdiff | tree |
| 2016-03-11 |
Robert Haas | Fix a typo, and remove unnecessary pgstat_report_wait_e... |
commit | commitdiff | tree |
| 2016-03-11 |
Magnus Hagander | Refactor receivelog.c parameters |
commit | commitdiff | tree |
| 2016-03-11 |
Simon Riggs | Allow emit_log_hook to see original message text |
commit | commitdiff | tree |
| 2016-03-11 |
Robert Haas | Simplify GetLockNameFromTagType. |
commit | commitdiff | tree |
| 2016-03-11 |
Andres Freund | Blindly try to fix dtrace enabled builds, broken in... |
commit | commitdiff | tree |
| 2016-03-11 |
Andres Freund | Checkpoint sorting and balancing. |
commit | commitdiff | tree |
| 2016-03-11 |
Andres Freund | Allow to trigger kernel writeback after a configurable... |
commit | commitdiff | tree |
| 2016-03-10 |
Tom Lane | Give pull_var_clause() reject/recurse/return behavior... |
commit | commitdiff | tree |
| 2016-03-10 |
Robert Haas | Don't vacuum all-frozen pages. |
commit | commitdiff | tree |
| 2016-03-10 |
Tom Lane | Refactor pull_var_clause's API to make it less tedious... |
commit | commitdiff | tree |
| 2016-03-10 |
Simon Riggs | Rework wait for AccessExclusiveLocks on Hot Standby |
commit | commitdiff | tree |
| 2016-03-10 |
Robert Haas | Provide much better wait information in pg_stat_activity. |
commit | commitdiff | tree |
| 2016-03-10 |
Alvaro Herrera | Document BRIN a bit more thoroughly |
commit | commitdiff | tree |
| 2016-03-10 |
Magnus Hagander | Avoid crash on old Windows with AVX2-capable CPU for... |
commit | commitdiff | tree |
| 2016-03-10 |
Simon Riggs | Reduce size of two phase file header |
commit | commitdiff | tree |
| 2016-03-10 |
Simon Riggs | Reduce lock level for altering fillfactor |
commit | commitdiff | tree |
| 2016-03-10 |
Robert Haas | Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669. |
commit | commitdiff | tree |
| 2016-03-10 |
Tom Lane | Remove a couple of useless pstrdup() calls. |
commit | commitdiff | tree |
| 2016-03-10 |
Andres Freund | Avoid unlikely data-loss scenarios due to rename()... |
commit | commitdiff | tree |
| 2016-03-10 |
Andres Freund | Introduce durable_rename() and durable_link_or_rename(). |
commit | commitdiff | tree |
| 2016-03-10 |
Peter Eisentraut | doc: Reorganize pg_resetxlog reference page |
commit | commitdiff | tree |
| 2016-03-09 |
Alvaro Herrera | PostgresNode: add backup_fs_hot and backup_fs_cold |
commit | commitdiff | tree |
| 2016-03-09 |
Alvaro Herrera | Add filter capability to RecursiveCopy::copypath |
commit | commitdiff | tree |
| 2016-03-09 |
Tom Lane | Fix incorrect handling of NULL index entries in indexed... |
commit | commitdiff | tree |
| 2016-03-09 |
Robert Haas | Re-pgindent vacuumlazy.c. |
commit | commitdiff | tree |
| 2016-03-09 |
Robert Haas | pgbench: When -T is used, don't wait for transactions... |
commit | commitdiff | tree |
| 2016-03-09 |
Alvaro Herrera | pgcrypto: support changing S2K iteration count |
commit | commitdiff | tree |
| 2016-03-09 |
Robert Haas | Add a generic command progress reporting facility. |
commit | commitdiff | tree |
| 2016-03-09 |
Tom Lane | Fix incorrect tlist generation in create_gather_plan(). |
commit | commitdiff | tree |
| 2016-03-09 |
Robert Haas | postgres_fdw: Consider foreign joining and foreign... |
commit | commitdiff | tree |
| 2016-03-09 |
Tom Lane | Fix copy-and-pasteo in comment. |
commit | commitdiff | tree |
| 2016-03-09 |
Tom Lane | Improve handling of pathtargets in planner.c. |
commit | commitdiff | tree |
| 2016-03-09 |
Andres Freund | Add valgrind suppressions for python code. |
commit | commitdiff | tree |
| 2016-03-09 |
Andres Freund | Add valgrind suppressions for bootstrap related code. |
commit | commitdiff | tree |
| 2016-03-09 |
Tom Lane | Improve handling of group-column indexes in GroupingSet... |
commit | commitdiff | tree |
| 2016-03-09 |
Peter Eisentraut | Handle invalid libpq sockets in more places |
commit | commitdiff | tree |
| 2016-03-09 |
Peter Eisentraut | Suppress GCC 6 warning about self-comparison |
commit | commitdiff | tree |
| 2016-03-09 |
Peter Eisentraut | psql: Fix some strange code in SQL help creation |
commit | commitdiff | tree |
| 2016-03-09 |
Peter Eisentraut | ecpg: Fix typo |
commit | commitdiff | tree |
| 2016-03-08 |
Andres Freund | ltree: Zero padding bytes when allocating memory for... |
commit | commitdiff | tree |
| 2016-03-08 |
Tom Lane | Fix minor thinko in pathification code. |
commit | commitdiff | tree |
| 2016-03-08 |
Andres Freund | plperl: Correctly handle empty arrays in plperl_ref_fro... |
commit | commitdiff | tree |
| 2016-03-08 |
Tom Lane | Finish refactoring make_foo() functions in createplan.c. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Comment update for fdw_recheck_quals. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Update GetForeignPlan documentation. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Fix reversed argument to bms_is_subset. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Add new flags argument for xl_heap_visible to heap2_desc. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Fix parallel query on standby servers. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Add some functions to fd.c for the convenience of exten... |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Department of second thoughts: remove PD_ALL_FROZEN. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | Add pg_visibility contrib module. |
commit | commitdiff | tree |
| 2016-03-08 |
Robert Haas | pg_upgrade: Remove converter plugin facility. |
commit | commitdiff | tree |
| 2016-03-08 |
Tom Lane | Fix minor typo in logical-decoding docs. |
commit | commitdiff | tree |
| 2016-03-08 |
Tom Lane | Spell "parallel" correctly. |
commit | commitdiff | tree |
| 2016-03-08 |
Peter Eisentraut | Fix uninstall target in tsearch Makefile |
commit | commitdiff | tree |
| 2016-03-07 |
Joe Conway | Make get_controlfile() error logging consistent with... |
commit | commitdiff | tree |
| 2016-03-07 |
Andres Freund | Further improvements to c8f621c43. |
commit | commitdiff | tree |
| 2016-03-07 |
Tom Lane | Make the upper part of the planner work by generating... |
commit | commitdiff | tree |
| 2016-03-07 |
Tom Lane | Fix backwards test for Windows service-ness in pg_ctl. |
commit | commitdiff | tree |
| 2016-03-07 |
Tom Lane | Re-fix broken definition for function name in pgbench... |
commit | commitdiff | tree |
| 2016-03-07 |
Tom Lane | Fix broken definition for function name in pgbench... |
commit | commitdiff | tree |
| 2016-03-07 |
Andres Freund | Fix wrong allocation size in c8f621c43. |
commit | commitdiff | tree |
| 2016-03-07 |
Tom Lane | Fix not-terribly-safe coding in NIImportOOAffixes(... |
commit | commitdiff | tree |
| 2016-03-06 |
Tom Lane | Fix unportable usage of <ctype.h> functions. |
commit | commitdiff | tree |
| 2016-03-06 |
Magnus Hagander | Fix typos |
commit | commitdiff | tree |
| 2016-03-06 |
Andres Freund | logical decoding: Fix handling of large old tuples... |
commit | commitdiff | tree |
| next |