| 2016-12-12 |
Peter Eisentraut | Add support for temporary replication slots |
commit | commitdiff | tree |
| 2016-12-12 |
Heikki Linnakangas | Refactor the code for verifying user's password. |
commit | commitdiff | tree |
| 2016-12-12 |
Heikki Linnakangas | Further cleanup from the strong-random patch. |
commit | commitdiff | tree |
| 2016-12-12 |
Heikki Linnakangas | Fix pgcrypto compilation with OpenSSL 1.1.0. |
commit | commitdiff | tree |
| 2016-12-12 |
Heikki Linnakangas | Fix two thinkos related to strong random keys. |
commit | commitdiff | tree |
| 2016-12-12 |
Heikki Linnakangas | Fix broken autoconf test for random number source. |
commit | commitdiff | tree |
| 2016-12-11 |
Tom Lane | Use "%option prefix" to set API names in ecpg's lexer. |
commit | commitdiff | tree |
| 2016-12-11 |
Tom Lane | Prevent crash when ts_rewrite() replaces a non-top... |
commit | commitdiff | tree |
| 2016-12-09 |
Tom Lane | Be more careful about Python refcounts while creating... |
commit | commitdiff | tree |
| 2016-12-09 |
Alvaro Herrera | Fix crasher bug in array_position(s) |
commit | commitdiff | tree |
| 2016-12-08 |
Heikki Linnakangas | Fix thinko in safeguard for negative availMem. |
commit | commitdiff | tree |
| 2016-12-08 |
Robert Haas | Fix bogus comment. |
commit | commitdiff | tree |
| 2016-12-08 |
Robert Haas | Silence compiler warning. |
commit | commitdiff | tree |
| 2016-12-08 |
Robert Haas | Log the creation of an init fork unconditionally. |
commit | commitdiff | tree |
| 2016-12-08 |
Tom Lane | Fix reporting of column typmods for multi-row VALUES... |
commit | commitdiff | tree |
| 2016-12-08 |
Heikki Linnakangas | Fix quoting and a compiler warning in dumping partitions. |
commit | commitdiff | tree |
| 2016-12-08 |
Heikki Linnakangas | Clean up password authentication code a bit. |
commit | commitdiff | tree |
| 2016-12-08 |
Heikki Linnakangas | Fix accounting of memory needed for merge heap. |
commit | commitdiff | tree |
| 2016-12-07 |
Robert Haas | Replace references to COLLATE "en_CA" with COLLATE... |
commit | commitdiff | tree |
| 2016-12-07 |
Robert Haas | Replace references to COLLATE "en_US" with COLLATE... |
commit | commitdiff | tree |
| 2016-12-07 |
Robert Haas | Implement table partitioning. |
commit | commitdiff | tree |
| 2016-12-07 |
Tom Lane | Restore psql's SIGPIPE setting if popen() fails. |
commit | commitdiff | tree |
| 2016-12-07 |
Tom Lane | Handle empty or all-blank PAGER setting more sanely... |
commit | commitdiff | tree |
| 2016-12-07 |
Heikki Linnakangas | Fix query cancellation. |
commit | commitdiff | tree |
| 2016-12-07 |
Heikki Linnakangas | Fix whitespace. |
commit | commitdiff | tree |
| 2016-12-07 |
Stephen Frost | Silence compiler warnings |
commit | commitdiff | tree |
| 2016-12-07 |
Tom Lane | Fix unsafe assumption that struct timeval.tv_sec is... |
commit | commitdiff | tree |
| 2016-12-07 |
Tom Lane | Put AC_MSG_RESULT() call in the right place. |
commit | commitdiff | tree |
| 2016-12-06 |
Robert Haas | Fix interaction of parallel query with prepared statements. |
commit | commitdiff | tree |
| 2016-12-06 |
Stephen Frost | Bump catversion for restrictive RLS changes |
commit | commitdiff | tree |
| 2016-12-06 |
Fujii Masao | Improve documentation about pg_stat_replication view. |
commit | commitdiff | tree |
| 2016-12-06 |
Tom Lane | Remove extraneous semicolon from uses of relptr_declare(). |
commit | commitdiff | tree |
| 2016-12-05 |
Heikki Linnakangas | Fix typo in new message in configure. |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | Ensure gatherstate->nextreader is properly initialized. |
commit | commitdiff | tree |
| 2016-12-05 |
Stephen Frost | Add support for restrictive RLS policies |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | dsa: Cope with the possibility that SIZE_MAX is not... |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b... |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | Fix race introduced by 6d46f4783efe457f74816a75173eb23e... |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | Assorted documentation improvements for max_parallel_wo... |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | Reduce the default for max_worker_processes back to 8. |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | Fix more DSA problems uncovered by the buildfarm. |
commit | commitdiff | tree |
| 2016-12-05 |
Robert Haas | Try to fix some DSA-related compiler warnings. |
commit | commitdiff | tree |
| 2016-12-05 |
Heikki Linnakangas | Fix creation of stand-alone INSTALL.html file. |
commit | commitdiff | tree |
| 2016-12-05 |
Fujii Masao | Fix typo in docs. |
commit | commitdiff | tree |
| 2016-12-05 |
Heikki Linnakangas | Replace PostmasterRandom() with a stronger source,... |
commit | commitdiff | tree |
| 2016-12-05 |
Fujii Masao | Fix incorrect output from gin_desc(). |
commit | commitdiff | tree |
| 2016-12-04 |
Tom Lane | Don't mess up pstate->p_next_resno in transformOnConfli... |
commit | commitdiff | tree |
| 2016-12-04 |
Noah Misch | Document recipe for testing compatibility with old... |
commit | commitdiff | tree |
| 2016-12-04 |
Noah Misch | Make pgwin32_putenv() probe every known CRT, regardless... |
commit | commitdiff | tree |
| 2016-12-03 |
Noah Misch | Make pgwin32_putenv() follow DLL loading and unloading. |
commit | commitdiff | tree |
| 2016-12-03 |
Noah Misch | Make pgwin32_putenv() visit debug CRTs. |
commit | commitdiff | tree |
| 2016-12-03 |
Noah Misch | Remove wrong CloseHandle() call. |
commit | commitdiff | tree |
| 2016-12-03 |
Noah Misch | Refine win32env.c cosmetics. |
commit | commitdiff | tree |
| 2016-12-02 |
Tom Lane | Fix broken wait-for-previous-process-to-exit loop in... |
commit | commitdiff | tree |
| 2016-12-02 |
Robert Haas | Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24. |
commit | commitdiff | tree |
| 2016-12-02 |
Tom Lane | Delete deleteWhatDependsOn() in favor of more performDe... |
commit | commitdiff | tree |
| 2016-12-02 |
Robert Haas | Introduce dynamic shared memory areas. |
commit | commitdiff | tree |
| 2016-12-02 |
Robert Haas | Management of free memory pages. |
commit | commitdiff | tree |
| 2016-12-02 |
Robert Haas | Add a crude facility for dealing with relative pointers. |
commit | commitdiff | tree |
| 2016-12-02 |
Robert Haas | Clarify that pg_stat_activity.query has a length limit. |
commit | commitdiff | tree |
| 2016-12-02 |
Alvaro Herrera | Fix outdated comments |
commit | commitdiff | tree |
| 2016-12-02 |
Robert Haas | Add max_parallel_workers GUC. |
commit | commitdiff | tree |
| 2016-12-02 |
Alvaro Herrera | Fix Windows build for 78c8c814390f |
commit | commitdiff | tree |
| 2016-12-02 |
Alvaro Herrera | Permit dump/reload of not-too-large >1GB tuples |
commit | commitdiff | tree |
| 2016-12-02 |
Peter Eisentraut | Refactor libpqwalreceiver |
commit | commitdiff | tree |
| 2016-12-02 |
Peter Eisentraut | Use latch instead of select() in walreceiver |
commit | commitdiff | tree |
| 2016-12-01 |
Peter Eisentraut | Add aggregate_with_argtypes and use it consistently |
commit | commitdiff | tree |
| 2016-12-01 |
Peter Eisentraut | Move function_with_argtypes to a better location |
commit | commitdiff | tree |
| 2016-12-01 |
Peter Eisentraut | Use grammar symbol function_with_argtypes consistently |
commit | commitdiff | tree |
| 2016-12-01 |
Robert Haas | libpq: Fix inadvertent change in PQhost() behavior. |
commit | commitdiff | tree |
| 2016-12-01 |
Michael Meskes | Added missing "EXEC SQL" to statement. |
commit | commitdiff | tree |
| 2016-12-01 |
Andres Freund | User narrower representative tuples in the hash-agg... |
commit | commitdiff | tree |
| 2016-12-01 |
Andres Freund | Perform one only projection to compute agg arguments. |
commit | commitdiff | tree |
| 2016-11-30 |
Robert Haas | Improve hash index bucket split behavior. |
commit | commitdiff | tree |
| 2016-11-30 |
Tom Lane | Doc: improve description of trim() and related functions. |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Make all unicode perl scripts to use strict, rearrange... |
commit | commitdiff | tree |
| 2016-11-30 |
Peter Eisentraut | doc: Remove claim about large shared_buffers on Windows |
commit | commitdiff | tree |
| 2016-11-30 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Rewrite the perl scripts to produce our Unicode convers... |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Remove leading zeros, for consistency with other map... |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Remove code points < 0x80 from character conversion... |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Remove dead stuff from pgcrypto. |
commit | commitdiff | tree |
| 2016-11-30 |
Tom Lane | Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases... |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Improve eqjoinsel_semi's behavior for small inner relat... |
commit | commitdiff | tree |
| 2016-11-29 |
Peter Eisentraut | Straighten out some whitespace |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Test all contrib-created operator classes with amvalidate. |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Add uuid to the set of types supported by contrib/btree... |
commit | commitdiff | tree |
| 2016-11-29 |
Robert Haas | libpq: Add target_session_attrs parameter. |
commit | commitdiff | tree |
| 2016-11-29 |
Stephen Frost | Add --no-blobs option to pg_dump |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Fix incorrect variable type in set_rel_consider_parallel(). |
commit | commitdiff | tree |
| 2016-11-29 |
Stephen Frost | Clarify pg_dump -b documentation |
commit | commitdiff | tree |
| 2016-11-29 |
Stephen Frost | Correct psql documentation example |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Fix estimate_expression_value to constant-fold SQLValue... |
commit | commitdiff | tree |
| 2016-11-28 |
Alvaro Herrera | Fix get_relation_info name typo'ed in a comment |
commit | commitdiff | tree |
| 2016-11-28 |
Tom Lane | Fix busted tab-completion pattern for ALTER TABLE t... |
commit | commitdiff | tree |
| 2016-11-28 |
Tom Lane | Code review for early drop of orphaned temp relations... |
commit | commitdiff | tree |
| 2016-11-27 |
Magnus Hagander | Mention server start requirement for ssl parameters |
commit | commitdiff | tree |
| 2016-11-26 |
Tom Lane | Fix test about ignoring extension dependencies during... |
commit | commitdiff | tree |
| 2016-11-26 |
Robert Haas | Mark IsPostmasterEnvironment and IsBackgroundWorker... |
commit | commitdiff | tree |
| 2016-11-25 |
Tom Lane | Bring some clarity to the defaults for the xxx_flush_af... |
commit | commitdiff | tree |
| next |