| 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 |
| 2016-03-06 |
Andres Freund | logical decoding: old/newtuple in spooled UPDATE change... |
commit | commitdiff | tree |
| 2016-03-06 |
Andres Freund | logical decoding: Tell reorderbuffer about all xids. |
commit | commitdiff | tree |
| 2016-03-05 |
Joe Conway | Expose control file data via SQL accessible functions. |
commit | commitdiff | tree |
| 2016-03-05 |
Fujii Masao | Ignore recovery_min_apply_delay until recovery has... |
commit | commitdiff | tree |
| 2016-03-04 |
Tom Lane | Make stats regression test robust in the face of parall... |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Minor improvements to transaction manager README. |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Fix SerializeSnapshot not to overrun the allocated... |
commit | commitdiff | tree |
| 2016-03-04 |
Teodor Sigaev | Fix Windows build broken by d78a7d9c7fa3e9cd494b906f065... |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Minor optimizations based on ParallelContext having... |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Fix InitializeSessionUserId not to deference NULL rolen... |
commit | commitdiff | tree |
| 2016-03-04 |
Teodor Sigaev | Improve support of Hunspell in ispell dictionary. |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Fix query-based tab completion for multibyte characters. |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | Fix the way GetExistingLocalJoinPath is documented. |
commit | commitdiff | tree |
| 2016-03-04 |
Robert Haas | postgres_fdw: When sending ORDER BY, always include... |
commit | commitdiff | tree |
| 2016-03-04 |
Alvaro Herrera | Add 'tap_tests' flag in config_default.pl |
commit | commitdiff | tree |
| 2016-03-04 |
Peter Eisentraut | Add prerequisite for KOI8-U.TXT |
commit | commitdiff | tree |
| 2016-03-04 |
Peter Eisentraut | Make some adjustments in variable assignments |
commit | commitdiff | tree |
| 2016-03-04 |
Peter Eisentraut | Add missing rules related to EUC_JIS_2004 and SHIFT_JIS... |
commit | commitdiff | tree |
| 2016-03-04 |
Andres Freund | Force synchronous_commit=on in test_decoding's concurre... |
commit | commitdiff | tree |
| 2016-03-03 |
Alvaro Herrera | pgbench: accept unambiguous builtin prefixes for -b |
commit | commitdiff | tree |
| 2016-03-03 |
Alvaro Herrera | Rework PostgresNode's psql method |
commit | commitdiff | tree |
| 2016-03-03 |
Alvaro Herrera | perltidy PostgresNode and SimpleTee |
commit | commitdiff | tree |
| 2016-03-03 |
Alvaro Herrera | Fix mistakes in recovery tests |
commit | commitdiff | tree |
| 2016-03-03 |
Simon Riggs | Revert buggy optimization of index scans |
commit | commitdiff | tree |
| 2016-03-03 |
Magnus Hagander | Add prefix to pl/pgsql global variables and functions |
commit | commitdiff | tree |
| 2016-03-03 |
Andres Freund | logical decoding: fix decoding of a commit's commit... |
commit | commitdiff | tree |
| 2016-03-03 |
Tom Lane | Fix json_to_record() bug with nested objects. |
commit | commitdiff | tree |
| 2016-03-02 |
Tom Lane | Create stub functions to support pg_upgrade of old... |
commit | commitdiff | tree |
| 2016-03-02 |
Alvaro Herrera | Prefix temp data dirs with the node name |
commit | commitdiff | tree |
| 2016-03-02 |
Tom Lane | Fix PL/Tcl's encoding conversion logic. |
commit | commitdiff | tree |
| 2016-03-02 |
Tom Lane | Make PL/Tcl require Tcl 8.4 or later. |
commit | commitdiff | tree |
| 2016-03-02 |
Tom Lane | Convert PL/Tcl to use Tcl's "object" interfaces. |
commit | commitdiff | tree |
| 2016-03-02 |
Tom Lane | Fix TAP tests for older Perls. |
commit | commitdiff | tree |
| 2016-03-02 |
Robert Haas | Change the format of the VM fork to add a second bit... |
commit | commitdiff | tree |
| 2016-03-02 |
Tom Lane | Improve coverage of pltcl regression tests. |
commit | commitdiff | tree |
| 2016-03-01 |
Alvaro Herrera | Add more tests for commit_timestamp feature |
commit | commitdiff | tree |
| 2016-03-01 |
Alvaro Herrera | TAP tests: retain temp dirs on test failure |
commit | commitdiff | tree |
| 2016-03-01 |
Robert Haas | Fix incorrect comment. |
commit | commitdiff | tree |
| 2016-03-01 |
Robert Haas | Fix mistake in extensible node code. |
commit | commitdiff | tree |
| 2016-03-01 |
Robert Haas | Extend pgbench's expression syntax to support a few... |
commit | commitdiff | tree |
| 2016-03-01 |
Peter Eisentraut | Add Unicode map generation scripts as rule prerequisites |
commit | commitdiff | tree |
| 2016-03-01 |
Peter Eisentraut | Fix comments |
commit | commitdiff | tree |
| 2016-03-01 |
Peter Eisentraut | UCS_to_most.pl: Make executable, for consistency with... |
commit | commitdiff | tree |
| 2016-03-01 |
Tom Lane | Suppress scary-looking log messages from async-notify... |
commit | commitdiff | tree |
| 2016-03-01 |
Tom Lane | Improve error message for rejecting RETURNING clauses... |
commit | commitdiff | tree |
| 2016-02-29 |
Alvaro Herrera | Minor tweaks for new src/test/recovery |
commit | commitdiff | tree |
| 2016-02-29 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree |
| 2016-02-29 |
Alvaro Herrera | doc: document MANPATH as /usr/local/pgsql/share/man |
commit | commitdiff | tree |
| 2016-02-29 |
Alvaro Herrera | Make new isolationtester test more stable |
commit | commitdiff | tree |
| 2016-02-29 |
Tom Lane | Remove useless unary plus. |
commit | commitdiff | tree |
| 2016-02-29 |
Tom Lane | Fix build under OPTIMIZER_DEBUG. |
commit | commitdiff | tree |
| 2016-02-29 |
Dean Rasheed | Fix incorrect varlevelsup in security_barrier_replace_v... |
commit | commitdiff | tree |
| 2016-02-29 |
Tom Lane | Avoid multiple free_struct_lconv() calls on same data. |
commit | commitdiff | tree |
| 2016-02-28 |
Andrew Dunstan | Allow multiple --temp-config arguments to pg_regress |
commit | commitdiff | tree |
| 2016-02-27 |
Andrew Dunstan | Respect TEMP_CONFIG when pg_regress_check and friends... |
commit | commitdiff | tree |
| 2016-02-26 |
Alvaro Herrera | Add isolationtester spec for old heapam.c bug |
commit | commitdiff | tree |
| 2016-02-26 |
Alvaro Herrera | Apply last revision of recovery patch |
commit | commitdiff | tree |
| 2016-02-26 |
Alvaro Herrera | Add a test framework for recovery |
commit | commitdiff | tree |
| 2016-02-26 |
Alvaro Herrera | Move some code from RewindTest into PostgresNode |
commit | commitdiff | tree |
| 2016-02-26 |
Robert Haas | On second thought, disable parallelism for prepared... |
commit | commitdiff | tree |
| 2016-02-26 |
Robert Haas | Add new FDW API to test for parallel-safety. |
commit | commitdiff | tree |
| next |