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 |
2017-12-04 |
Tom Lane | Clean up assorted messiness around AllocateDir() usage. |
commit | commitdiff | tree |
2017-12-04 |
Robert Haas | When VACUUM or ANALYZE skips a concurrently dropped... |
commit | commitdiff | tree |
2017-12-04 |
Tom Lane | Support boolean columns in functional-dependency statis... |
commit | commitdiff | tree |
2017-12-04 |
Robert Haas | Remove memory leak protection from Gather and Gather... |
commit | commitdiff | tree |
2017-12-03 |
Tom Lane | Fix uninitialized-variable compiler warning induced... |
commit | commitdiff | tree |
2017-12-02 |
Andres Freund | Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir(... |
commit | commitdiff | tree |
2017-12-02 |
Andres Freund | Add infrastructure for sharing temporary files between... |
commit | commitdiff | tree |
2017-12-01 |
Robert Haas | Minor code beautification in partition_bounds_equal. |
commit | commitdiff | tree |
2017-12-01 |
Robert Haas | postgres_fdw: Fix test that didn't test what it claimed. |
commit | commitdiff | tree |
2017-12-01 |
Robert Haas | Re-allow INSERT .. ON CONFLICT DO NOTHING on partitione... |
commit | commitdiff | tree |
2017-12-01 |
Robert Haas | Try to exclude partitioned tables in toto. |
commit | commitdiff | tree |
2017-12-01 |
Robert Haas | Fix uninitialized memory reference. |
commit | commitdiff | tree |
2017-12-01 |
Peter Eisentraut | Check channel binding flag at end of SCRAM exchange |
commit | commitdiff | tree |
2017-12-01 |
Peter Eisentraut | pg_basebackup: Fix progress messages when writing to... |
commit | commitdiff | tree |
2017-11-30 |
Robert Haas | Remove extra word from comment. |
commit | commitdiff | tree |
2017-11-30 |
Peter Eisentraut | SQL procedures |
commit | commitdiff | tree |
2017-11-30 |
Robert Haas | Make create_unique_path manage memory like mark_dummy_rel. |
commit | commitdiff | tree |
2017-11-30 |
Noah Misch | Fix non-GNU makefiles for AIX make. |
commit | commitdiff | tree |
2017-11-30 |
Tom Lane | Fix neqjoinsel's behavior for semi/anti join cases. |
commit | commitdiff | tree |
2017-11-30 |
Andres Freund | Add a barrier primitive for synchronizing backends. |
commit | commitdiff | tree |
2017-11-30 |
Andres Freund | Add some regression tests that exercise hash join code. |
commit | commitdiff | tree |
2017-11-29 |
Robert Haas | New C function: bms_add_range |
commit | commitdiff | tree |
2017-11-29 |
Robert Haas | Add extensive tests for partition pruning. |
commit | commitdiff | tree |
2017-11-29 |
Peter Eisentraut | PL/Python: Fix remaining scan-build warnings |
commit | commitdiff | tree |
2017-11-29 |
Peter Eisentraut | Add compiler hints to PLy_elog() |
commit | commitdiff | tree |
2017-11-29 |
Robert Haas | Update typedefs.list and re-run pgindent |
commit | commitdiff | tree |
2017-11-29 |
Tom Lane | Clarify old comment about qual_is_pushdown_safe's handl... |
commit | commitdiff | tree |
2017-11-29 |
Alvaro Herrera | Make memset() use sizeof() rather than re-compute size |
commit | commitdiff | tree |
2017-11-29 |
Alvaro Herrera | Fix extstat collection when no stats are produced for... |
commit | commitdiff | tree |
2017-11-28 |
Robert Haas | Fix wrong function name in comment. |
commit | commitdiff | tree |
2017-11-28 |
Robert Haas | If a range-partitioned table has no default partition... |
commit | commitdiff | tree |
2017-11-28 |
Peter Eisentraut | Revert "PL/Python: Fix potential NULL pointer dereference" |
commit | commitdiff | tree |
2017-11-28 |
Robert Haas | Fix ReinitializeParallelDSM to tolerate finding no... |
commit | commitdiff | tree |
2017-11-28 |
Robert Haas | Teach bitmap heap scan to cope with absence of a DSA. |
commit | commitdiff | tree |
2017-11-28 |
Peter Eisentraut | PL/Python: Fix potential NULL pointer dereference |
commit | commitdiff | tree |
2017-11-28 |
Robert Haas | Add null test to partition constraint for default range... |
commit | commitdiff | tree |
2017-11-28 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
2017-11-28 |
Tom Lane | Mark some more functions as pg_attribute_noreturn(). |
commit | commitdiff | tree |
2017-11-28 |
Tom Lane | Fix assorted syscache lookup sloppiness in partition... |
commit | commitdiff | tree |
2017-11-27 |
Tom Lane | Fix creation of resjunk tlist entries for inherited... |
commit | commitdiff | tree |
2017-11-27 |
Simon Riggs | Additional docs for toast_tuple_target changes |
commit | commitdiff | tree |
2017-11-27 |
Simon Riggs | Pad XLogReaderState's per-buffer data_bufsz more aggres... |
commit | commitdiff | tree |
2017-11-27 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
2017-11-26 |
Tom Lane | Pad XLogReaderState's main_data buffer more aggressively. |
commit | commitdiff | tree |
2017-11-26 |
Joe Conway | Make has_sequence_privilege support WITH GRANT OPTION |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Update MSVC build process for new timezone data. |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Replace raw timezone source data with IANA's new compac... |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Avoid formally-undefined use of memcpy() in hstoreUniqu... |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Repair failure with SubPlans in multi-row VALUES lists. |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Update buffile.h/.c comments for removal of non-temp... |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Improve planner's handling of set-returning functions... |
commit | commitdiff | tree |
2017-11-25 |
Robert Haas | Avoid projecting tuples unnecessarily in Gather and... |
commit | commitdiff | tree |
2017-11-25 |
Tom Lane | Improve valgrind logic in aset.c, and fix multiple... |
commit | commitdiff | tree |
2017-11-24 |
Tom Lane | Mostly-cosmetic improvements in memory chunk header... |
commit | commitdiff | tree |
2017-11-24 |
Tom Lane | Fix bug in generation.c's valgrind support. |
commit | commitdiff | tree |
2017-11-24 |
Dean Rasheed | RLS comment fixes. |
commit | commitdiff | tree |
2017-11-24 |
Dean Rasheed | Fix broken XML in CREATE POLICY sgml. |
commit | commitdiff | tree |
2017-11-24 |
Dean Rasheed | Doc: add a summary table to the CREATE POLICY docs. |
commit | commitdiff | tree |
2017-11-24 |
Tom Lane | Fix unstable regression test added by commits 59b71c6fe... |
commit | commitdiff | tree |
2017-11-24 |
Noah Misch | Support linking with MinGW-built Perl. |
commit | commitdiff | tree |
2017-11-24 |
Andres Freund | Fix handling of NULLs returned by aggregate combine... |
commit | commitdiff | tree |
2017-11-23 |
Tom Lane | Ensure sizeof(GenerationChunk) is maxaligned. |
commit | commitdiff | tree |
2017-11-23 |
Peter Eisentraut | Convert documentation to DocBook XML |
commit | commitdiff | tree |
2017-11-23 |
Fujii Masao | doc: mention wal_receiver_status_interval as GUC affect... |
commit | commitdiff | tree |
2017-11-23 |
Noah Misch | Build src/test/isolation during "make" and "make install". |
commit | commitdiff | tree |
2017-11-22 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2017-11-22 |
Simon Riggs | Tweak code for older compilers |
commit | commitdiff | tree |
2017-11-22 |
Simon Riggs | Generational memory allocator |
commit | commitdiff | tree |
2017-11-22 |
Simon Riggs | Sort default partition to bottom of psql \d+ |
commit | commitdiff | tree |
2017-11-22 |
Simon Riggs | Show partition info from psql \d+ |
commit | commitdiff | tree |
2017-11-22 |
Simon Riggs | Set es_output_cid in replication worker |
commit | commitdiff | tree |
2017-11-21 |
Tom Lane | pgbench: fix stats reporting when some transactions... |
commit | commitdiff | tree |
2017-11-21 |
Tom Lane | Doc: fix broken markup. |
commit | commitdiff | tree |
next |