| 2017-12-31 |
Tom Lane | Merge coding of return/exit/continue cases in plpgsql... |
commit | commitdiff | tree |
| 2017-12-31 |
Tom Lane | Improve regression tests' code coverage for plpgsql... |
commit | commitdiff | tree |
| 2017-12-29 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2017-12-29 |
Andres Freund | Perform slot validity checks in a separate pass over... |
commit | commitdiff | tree |
| 2017-12-29 |
Andres Freund | Rely on executor utils to build targetlist for DML... |
commit | commitdiff | tree |
| 2017-12-29 |
Magnus Hagander | Properly set base backup backends to active in pg_stat_... |
commit | commitdiff | tree |
| 2017-12-29 |
Simon Riggs | Fix race condition when changing synchronous_standby_names |
commit | commitdiff | tree |
| 2017-12-29 |
Simon Riggs | Extend near-wraparound hints to include replication... |
commit | commitdiff | tree |
| 2017-12-29 |
Andrew Dunstan | Allow leading zero on exponents in pgbench test results |
commit | commitdiff | tree |
| 2017-12-28 |
Andres Freund | Fix rare assertion failure in parallel hash join. |
commit | commitdiff | tree |
| 2017-12-27 |
Alvaro Herrera | Protect against hypothetical memory leaks in RelationGe... |
commit | commitdiff | tree |
| 2017-12-27 |
Robert Haas | Remove incorrect apostrophe. |
commit | commitdiff | tree |
| 2017-12-27 |
Robert Haas | Fix race-under-concurrency in PathNameCreateTemporaryDir. |
commit | commitdiff | tree |
| 2017-12-27 |
Robert Haas | Add pow(), aka power(), function to pgbench. |
commit | commitdiff | tree |
| 2017-12-27 |
Teodor Sigaev | Update relation's stats in pg_class during vacuum full. |
commit | commitdiff | tree |
| 2017-12-26 |
Peter Eisentraut | Add support for static assertions in C++ |
commit | commitdiff | tree |
| 2017-12-26 |
Peter Eisentraut | Add includes to make header files self-contained |
commit | commitdiff | tree |
| 2017-12-25 |
Teodor Sigaev | Add polygon opclass for SP-GiST |
commit | commitdiff | tree |
| 2017-12-24 |
Andres Freund | Fix assert with side effects in the new PHJ code. |
commit | commitdiff | tree |
| 2017-12-22 |
Tom Lane | Fix UNION/INTERSECT/EXCEPT over no columns. |
commit | commitdiff | tree |
| 2017-12-22 |
Teodor Sigaev | Add optional compression method to SP-GiST |
commit | commitdiff | tree |
| 2017-12-21 |
Alvaro Herrera | Minor edits to catalog files and scripts |
commit | commitdiff | tree |
| 2017-12-21 |
Robert Haas | Adjust assertion in GetCurrentCommandId. |
commit | commitdiff | tree |
| 2017-12-21 |
Tom Lane | Rearrange execution of PARAM_EXTERN Params for plpgsql... |
commit | commitdiff | tree |
| 2017-12-21 |
Alvaro Herrera | Get rid of copy_partition_key |
commit | commitdiff | tree |
| 2017-12-21 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2017-12-21 |
Tom Lane | Avoid putting build-location-dependent strings into... |
commit | commitdiff | tree |
| 2017-12-21 |
Robert Haas | Cancel CV sleep during subtransaction abort. |
commit | commitdiff | tree |
| 2017-12-21 |
Andres Freund | Add parallel-aware hash joins. |
commit | commitdiff | tree |
| 2017-12-20 |
Robert Haas | When passing query strings to workers, pass the termina... |
commit | commitdiff | tree |
| 2017-12-19 |
Robert Haas | Test instrumentation of Hash nodes with parallel query. |
commit | commitdiff | tree |
| 2017-12-19 |
Robert Haas | Try again to fix accumulation of parallel worker instru... |
commit | commitdiff | tree |
| 2017-12-19 |
Robert Haas | Re-fix wrong costing of Sort under Gather Merge. |
commit | commitdiff | tree |
| 2017-12-19 |
Robert Haas | Mark a few parallelism-related variables with PGDLLIMPORT. |
commit | commitdiff | tree |
| 2017-12-19 |
Peter Eisentraut | Add libpq connection parameter "scram_channel_binding" |
commit | commitdiff | tree |
| 2017-12-18 |
Andres Freund | Add shared tuplestores. |
commit | commitdiff | tree |
| 2017-12-18 |
Peter Eisentraut | Move SCRAM-related name definitions to scram-common.h |
commit | commitdiff | tree |
| 2017-12-18 |
Peter Eisentraut | doc: Fix figures in example description |
commit | commitdiff | tree |
| 2017-12-18 |
Fujii Masao | Fix bug in cancellation of non-exclusive backup to... |
commit | commitdiff | tree |
| 2017-12-18 |
Robert Haas | Fix crashes on plans with multiple Gather (Merge) nodes. |
commit | commitdiff | tree |
| 2017-12-18 |
Magnus Hagander | Fix typo on comment |
commit | commitdiff | tree |
| 2017-12-17 |
Tom Lane | Try harder to detect unavailability of __builtin_mul_ov... |
commit | commitdiff | tree |
| 2017-12-17 |
Tom Lane | Suppress compiler warning about no function return... |
commit | commitdiff | tree |
| 2017-12-16 |
Andres Freund | Try to detect runtime unavailability of __builtin_mul_o... |
commit | commitdiff | tree |
| 2017-12-16 |
Noah Misch | Avoid and detect SIGPIPE race in TAP tests. |
commit | commitdiff | tree |
| 2017-12-16 |
Tom Lane | Fix oversights in new plpgsql test suite infrastructure. |
commit | commitdiff | tree |
| 2017-12-15 |
Andres Freund | Perform a lot more sanity checks when freezing tuples. |
commit | commitdiff | tree |
| 2017-12-15 |
Andres Freund | Fix pruning of locked and updated tuples. |
commit | commitdiff | tree |
| 2017-12-14 |
Tom Lane | Tighten configure's test for __builtin_constant_p(). |
commit | commitdiff | tree |
| 2017-12-14 |
Andres Freund | Fix a number of copy & paste comment errors in common... |
commit | commitdiff | tree |
| 2017-12-14 |
Andrew Dunstan | Fix walsender timeouts when decoding a large transaction |
commit | commitdiff | tree |
| 2017-12-14 |
Teodor Sigaev | Add approximated Zipfian-distributed random generator... |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Allow executor nodes to change their ExecProcNode function. |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Add pg_attribute_always_inline. |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Add defenses against pre-crash files to BufFileOpenShar... |
commit | commitdiff | tree |
| 2017-12-13 |
Robert Haas | Fix parallel index scan hang with deleted or half-dead... |
commit | commitdiff | tree |
| 2017-12-13 |
Robert Haas | Revert "Fix accumulation of parallel worker instrumenta... |
commit | commitdiff | tree |
| 2017-12-13 |
Tom Lane | Rethink MemoryContext creation to improve performance. |
commit | commitdiff | tree |
| 2017-12-13 |
Peter Eisentraut | Start a separate test suite for plpgsql |
commit | commitdiff | tree |
| 2017-12-13 |
Peter Eisentraut | Fix crash when using CALL on an aggregate |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Add float.h include to int8.c, for isnan(). |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Consistently use PG_INT(16|32|64)_(MIN|MAX). |
commit | commitdiff | tree |
| 2017-12-13 |
Peter Eisentraut | PL/Python: Fix potential NULL pointer dereference |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just... |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Use new overflow aware integer operations. |
commit | commitdiff | tree |
| 2017-12-13 |
Andres Freund | Provide overflow safe integer math inline functions. |
commit | commitdiff | tree |
| 2017-12-13 |
Robert Haas | Remove obsolete comment. |
commit | commitdiff | tree |
| 2017-12-12 |
Robert Haas | Remove bug from OPTIMIZER_DEBUG code for partition... |
commit | commitdiff | tree |
| 2017-12-12 |
Teodor Sigaev | Make pg_trgm tests independ from standard_conforming_st... |
commit | commitdiff | tree |
| 2017-12-11 |
Peter Eisentraut | Fix comment |
commit | commitdiff | tree |
| 2017-12-11 |
Tom Lane | Fix corner-case coredump in _SPI_error_callback(). |
commit | commitdiff | tree |
| 2017-12-11 |
Robert Haas | Improve comment about PartitionBoundInfoData. |
commit | commitdiff | tree |
| 2017-12-10 |
Tom Lane | Stabilize output of new regression test case. |
commit | commitdiff | tree |
| 2017-12-09 |
Tom Lane | Fix plpgsql to reinitialize record variables at block... |
commit | commitdiff | tree |
| 2017-12-09 |
Magnus Hagander | Fix regression test output |
commit | commitdiff | tree |
| 2017-12-09 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2017-12-09 |
Noah Misch | MSVC 2012+: Permit linking to 32-bit, MinGW-built libra... |
commit | commitdiff | tree |
| 2017-12-09 |
Noah Misch | MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. |
commit | commitdiff | tree |
| 2017-12-08 |
Peter Eisentraut | Prohibit identity columns on typed tables and partitions |
commit | commitdiff | tree |
| 2017-12-08 |
Peter Eisentraut | Fix mistake in comment |
commit | commitdiff | tree |
| 2017-12-08 |
Tom Lane | In plpgsql, unify duplicate variables for record and... |
commit | commitdiff | tree |
| 2017-12-08 |
Peter Eisentraut | Apply identity sequence values on COPY |
commit | commitdiff | tree |
| 2017-12-07 |
Robert Haas | Speed up isolation test for concurrent VACUUM/ANALYZE... |
commit | commitdiff | tree |
| 2017-12-06 |
Robert Haas | Report failure to start a background worker. |
commit | commitdiff | tree |
| 2017-12-06 |
Robert Haas | Fix Parallel Append crash. |
commit | commitdiff | tree |
| 2017-12-06 |
Tom Lane | Adjust regression test cases added by commit ab7271677. |
commit | commitdiff | tree |
| 2017-12-06 |
Peter Eisentraut | doc: Flex is not a GNU package |
commit | commitdiff | tree |
| 2017-12-05 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree |
| 2017-12-05 |
Robert Haas | Support Parallel Append plan nodes. |
commit | commitdiff | tree |
| 2017-12-05 |
Peter Eisentraut | doc: Update memory requirements for FOP |
commit | commitdiff | tree |
| 2017-12-05 |
Robert Haas | Fix accumulation of parallel worker instrumentation. |
commit | commitdiff | tree |
| 2017-12-05 |
Andres Freund | Fix EXPLAIN ANALYZE of hash join when the leader doesn... |
commit | commitdiff | tree |
| 2017-12-05 |
Robert Haas | postgres_fdw: Fix failing regression test. |
commit | commitdiff | tree |
| 2017-12-05 |
Robert Haas | postgres_fdw: Judge password use by run-as user, not... |
commit | commitdiff | tree |
| 2017-12-05 |
Robert Haas | Mark assorted variables PGDLLIMPORT. |
commit | commitdiff | tree |
| 2017-12-05 |
Peter Eisentraut | doc: Turn on generate.consistent.ids parameter |
commit | commitdiff | tree |
| 2017-12-05 |
Tom Lane | Treat directory open failures as hard errors in ResetUn... |
commit | commitdiff | tree |
| 2017-12-05 |
Peter Eisentraut | Fix warnings from cpluspluscheck |
commit | commitdiff | tree |
| 2017-12-04 |
Tom Lane | Simplify do_pg_start_backup's API by opening pg_tblspc... |
commit | commitdiff | tree |
| 2017-12-04 |
Tom Lane | Improve error handling in RemovePgTempFiles(). |
commit | commitdiff | tree |
| next |