| 2017-01-24 |
Tom Lane | Allow password file name to be specified as a libpq... |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Add a SHOW command to the replication command language. |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Add a new DestReceiver for printing tuples without... |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Extend index AM API for parallel index scans. |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Fix things so that updatable views work with partitione... |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Set ecxt_scantuple correctly for tuple routing. |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Reindent table partitioning code. |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Fix incorrect comment: pgtime's tm_mon is 1-based,... |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Remove unused variable. |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Don't invoke arbitrary code inside a possibly-aborted... |
commit | commitdiff | tree |
| 2017-01-24 |
Robert Haas | Fix interaction of partitioned tables with BulkInsertState. |
commit | commitdiff | tree |
| 2017-01-24 |
Fujii Masao | Mention logical replication tests in src/test/README. |
commit | commitdiff | tree |
| 2017-01-24 |
Fujii Masao | Be sure to release the lock on failure to launch logica... |
commit | commitdiff | tree |
| 2017-01-24 |
Tatsuo Ishii | Fix comments in StrategyNotifyBgWriter(). |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Fix parallel make issue with new fmgrprotos.h |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Fix default minimum value for descending sequences |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Don't error when no system locales were found |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Fix NULL pointer access in logical replication workers |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Fix pointer confusion |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Fix memory leaks in libpqwalreceiver |
commit | commitdiff | tree |
| 2017-01-23 |
Alvaro Herrera | Prefetch blocks during lazy vacuum's truncation scan |
commit | commitdiff | tree |
| 2017-01-23 |
Tom Lane | Fix example plan in optimizer/README. |
commit | commitdiff | tree |
| 2017-01-23 |
Tom Lane | Volatile-ize some plperl variables that must survive... |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | pg_dump: Fix minor memory leak |
commit | commitdiff | tree |
| 2017-01-23 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2017-01-22 |
Tom Lane | Relocate static function declarations to be after typed... |
commit | commitdiff | tree |
| 2017-01-22 |
Tom Lane | Remove no-longer-needed loop in ExecGather(). |
commit | commitdiff | tree |
| 2017-01-22 |
Peter Eisentraut | Add missing break |
commit | commitdiff | tree |
| 2017-01-21 |
Peter Eisentraut | Add more includes so header files are self-contained |
commit | commitdiff | tree |
| 2017-01-21 |
Tom Lane | Fix cross-shlib linking in temporary installs on HPUX 10. |
commit | commitdiff | tree |
| 2017-01-21 |
Peter Eisentraut | Move some things from builtins.h to new header files |
commit | commitdiff | tree |
| 2017-01-20 |
Robert Haas | Avoid useless respawining the autovacuum launcher at... |
commit | commitdiff | tree |
| 2017-01-20 |
Robert Haas | Fix comparison logic in partition_bounds_equal for... |
commit | commitdiff | tree |
| 2017-01-20 |
Alvaro Herrera | Record dependencies on owners for logical replication... |
commit | commitdiff | tree |
| 2017-01-20 |
Alvaro Herrera | tests: Use the right Perl operator |
commit | commitdiff | tree |
| 2017-01-20 |
Tom Lane | Try to fix non-MSVC Windows builds in the wake of logic... |
commit | commitdiff | tree |
| 2017-01-20 |
Tom Lane | Allow backslash line continuations in pgbench's meta... |
commit | commitdiff | tree |
| 2017-01-20 |
Fujii Masao | Add description of temporary column into pg_replication... |
commit | commitdiff | tree |
| 2017-01-20 |
Peter Eisentraut | Paper over pg_upgrade test failure |
commit | commitdiff | tree |
| 2017-01-20 |
Peter Eisentraut | Bump catversion |
commit | commitdiff | tree |
| 2017-01-20 |
Peter Eisentraut | Logical replication |
commit | commitdiff | tree |
| 2017-01-20 |
Tom Lane | Avoid core dump for empty prepared statement in an... |
commit | commitdiff | tree |
| 2017-01-19 |
Tom Lane | Fix Assert failure induced by commit 215b43cdc. |
commit | commitdiff | tree |
| 2017-01-19 |
Andres Freund | Fix platform dependant regression output triggered... |
commit | commitdiff | tree |
| 2017-01-19 |
Andres Freund | Remove obsoleted code relating to targetlist SRF evalua... |
commit | commitdiff | tree |
| 2017-01-19 |
Alvaro Herrera | Fix race condition in reading commit timestamps |
commit | commitdiff | tree |
| 2017-01-19 |
Peter Eisentraut | initdb: Fix for mixed-case superuser names |
commit | commitdiff | tree |
| 2017-01-19 |
Robert Haas | Teach partitioning tests not to use DROP TABLE ...... |
commit | commitdiff | tree |
| 2017-01-19 |
Robert Haas | Avoid some code duplication in map_partition_varattnos(). |
commit | commitdiff | tree |
| 2017-01-19 |
Robert Haas | Fix some problems in check_new_partition_bound(). |
commit | commitdiff | tree |
| 2017-01-19 |
Robert Haas | Fix RETURNING to work correctly with partition tuple... |
commit | commitdiff | tree |
| 2017-01-19 |
Robert Haas | Fix failure to enforce partitioning contraint for inter... |
commit | commitdiff | tree |
| 2017-01-19 |
Stephen Frost | Dump sequence data based on the TableDataInfo flag |
commit | commitdiff | tree |
| 2017-01-19 |
Alvaro Herrera | Allow negative years in make_date to represent BC years |
commit | commitdiff | tree |
| 2017-01-19 |
Andres Freund | Adapt python regression tests to 69f4b9c85f16. |
commit | commitdiff | tree |
| 2017-01-18 |
Tom Lane | Doc: improve documentation of new SRF-in-tlist behavior. |
commit | commitdiff | tree |
| 2017-01-18 |
Andres Freund | Move targetlist SRF handling from expression evaluation... |
commit | commitdiff | tree |
| 2017-01-18 |
Robert Haas | Improve comment in hashsearch.c. |
commit | commitdiff | tree |
| 2017-01-18 |
Tom Lane | Reset the proper GUC in create_index test. |
commit | commitdiff | tree |
| 2017-01-18 |
Alvaro Herrera | Change some test macros to return true booleans |
commit | commitdiff | tree |
| 2017-01-18 |
Magnus Hagander | Implement array version of jsonb_delete and operator |
commit | commitdiff | tree |
| 2017-01-18 |
Tom Lane | Disable transforms that replaced AT TIME ZONE with... |
commit | commitdiff | tree |
| 2017-01-18 |
Robert Haas | Avoid use of DROP TABLE .. CASCADE in partitioning... |
commit | commitdiff | tree |
| 2017-01-18 |
Robert Haas | Add some more tests for tuple routing. |
commit | commitdiff | tree |
| 2017-01-18 |
Robert Haas | Update information_schema queries and system views... |
commit | commitdiff | tree |
| 2017-01-18 |
Alvaro Herrera | Make messages mentioning type names more uniform |
commit | commitdiff | tree |
| 2017-01-18 |
Robert Haas | Factor out logic for computing number of parallel workers. |
commit | commitdiff | tree |
| 2017-01-18 |
Tom Lane | Avoid conflicts with collation aliases generated by... |
commit | commitdiff | tree |
| 2017-01-18 |
Tom Lane | Improve RLS planning by marking individual quals with... |
commit | commitdiff | tree |
| 2017-01-18 |
Peter Eisentraut | Add function to import operating system collations |
commit | commitdiff | tree |
| 2017-01-17 |
Alvaro Herrera | Remove dead code in bootstrap |
commit | commitdiff | tree |
| 2017-01-17 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2017-01-17 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Correct include file path |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Generate fmgr prototypes automatically |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Register missing money operators in system catalogs |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Add more tests for money type |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Rename C symbols for backend lo_ functions |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Remove unnecessary include |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | Remove unnecessary prototypes in loadable modules |
commit | commitdiff | tree |
| 2017-01-17 |
Peter Eisentraut | doc: Update URL for Microsoft download site |
commit | commitdiff | tree |
| 2017-01-17 |
Magnus Hagander | Add compression support to pg_receivexlog |
commit | commitdiff | tree |
| 2017-01-17 |
Fujii Masao | Fix an assertion failure related to an exclusive backup. |
commit | commitdiff | tree |
| 2017-01-16 |
Tom Lane | Fix check_srf_call_placement() to handle VALUES cases... |
commit | commitdiff | tree |
| 2017-01-16 |
Tom Lane | Fix NULL pointer dereference in tuplesort.c. |
commit | commitdiff | tree |
| 2017-01-16 |
Magnus Hagander | Fix incorrect comparison due to bad merge |
commit | commitdiff | tree |
| 2017-01-16 |
Magnus Hagander | Make pg_basebackup use temporary replication slots |
commit | commitdiff | tree |
| 2017-01-16 |
Fujii Masao | Fix typos in comments. |
commit | commitdiff | tree |
| 2017-01-15 |
Tom Lane | Fix matching of boolean index columns to sort ordering. |
commit | commitdiff | tree |
| 2017-01-14 |
Tom Lane | Teach contrib/pg_stat_statements to handle multi-statem... |
commit | commitdiff | tree |
| 2017-01-14 |
Tom Lane | Change representation of statement lists, and add state... |
commit | commitdiff | tree |
| 2017-01-14 |
Tom Lane | Throw suitable error for COPY TO STDOUT/FROM STDIN... |
commit | commitdiff | tree |
| 2017-01-14 |
Magnus Hagander | Change default values for backup and replication parameters |
commit | commitdiff | tree |
| 2017-01-14 |
Peter Eisentraut | pg_ctl: Change default to wait for all actions |
commit | commitdiff | tree |
| 2017-01-14 |
Peter Eisentraut | Updates to reflect that pg_ctl stop -m fast is the... |
commit | commitdiff | tree |
| 2017-01-13 |
Tom Lane | Fix some more regression test row-order-instability... |
commit | commitdiff | tree |
| 2017-01-13 |
Tom Lane | In PL/Tcl tests, don't choke if optional error fields... |
commit | commitdiff | tree |
| 2017-01-13 |
Peter Eisentraut | pg_upgrade: Fix for changed pg_ctl default stop mode |
commit | commitdiff | tree |
| 2017-01-13 |
Robert Haas | Fix a bug in how we generate partition constraints. |
commit | commitdiff | tree |
| 2017-01-13 |
Robert Haas | Fix cardinality estimates for parallel joins. |
commit | commitdiff | tree |
| next |