| 2013-11-15 |
Tom Lane | Prevent leakage of cached plans and execution trees... |
commit | commitdiff | tree |
| 2013-11-15 |
Tom Lane | Minor comment corrections for sequence hashtable patch. |
commit | commitdiff | tree |
| 2013-11-15 |
Kevin Grittner | Fix buffer overrun in isolation test program. |
commit | commitdiff | tree |
| 2013-11-15 |
Robert Haas | doc: Restore proper alphabetical order. |
commit | commitdiff | tree |
| 2013-11-15 |
Heikki Linnakangas | Fix bogus hash table creation. |
commit | commitdiff | tree |
| 2013-11-15 |
Heikki Linnakangas | Use a hash table to store current sequence values. |
commit | commitdiff | tree |
| 2013-11-14 |
Tom Lane | Add a regression test case for \d on an index. |
commit | commitdiff | tree |
| 2013-11-14 |
Tom Lane | Fix incorrect column name in psql \d code. |
commit | commitdiff | tree |
| 2013-11-14 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2013-11-13 |
Tom Lane | Clarify CREATE FUNCTION documentation about handling... |
commit | commitdiff | tree |
| 2013-11-13 |
Andrew Dunstan | Fix isolation check for MSVC to handle recent changes. |
commit | commitdiff | tree |
| 2013-11-13 |
Robert Haas | Fix relfilenodemap.c's handling of cache invalidations. |
commit | commitdiff | tree |
| 2013-11-13 |
Bruce Momjian | docs: clarify MVCC introduction to allow for per-state... |
commit | commitdiff | tree |
| 2013-11-13 |
Kevin Grittner | Free ignorelist after each regression test schedule. |
commit | commitdiff | tree |
| 2013-11-13 |
Heikki Linnakangas | Fix bug in GIN posting tree root creation. |
commit | commitdiff | tree |
| 2013-11-13 |
Peter Eisentraut | Move variable closer to where it is used |
commit | commitdiff | tree |
| 2013-11-13 |
Peter Eisentraut | gitattributes: Make syntax compatible with older Git... |
commit | commitdiff | tree |
| 2013-11-12 |
Robert Haas | Try again to make pg_isolation_regress work its build... |
commit | commitdiff | tree |
| 2013-11-12 |
Robert Haas | doc: Fix typo. |
commit | commitdiff | tree |
| 2013-11-12 |
Magnus Hagander | Fix doc links in README file to work with new website... |
commit | commitdiff | tree |
| 2013-11-12 |
Peter Eisentraut | Remove leftovers of IRIX port |
commit | commitdiff | tree |
| 2013-11-11 |
Tom Lane | Fix failure with whole-row reference to a subquery. |
commit | commitdiff | tree |
| 2013-11-11 |
Tom Lane | Fix ruleutils pretty-printing to not generate trailing... |
commit | commitdiff | tree |
| 2013-11-11 |
Tom Lane | Re-allow duplicate aliases within aliased JOINs. |
commit | commitdiff | tree |
| 2013-11-11 |
Magnus Hagander | Don't abort pg_basebackup when receiving empty WAL... |
commit | commitdiff | tree |
| 2013-11-10 |
Peter Eisentraut | Fix whitespace issues found by git diff --check, add... |
commit | commitdiff | tree |
| 2013-11-09 |
Robert Haas | Fix ECPG compiler warning. |
commit | commitdiff | tree |
| 2013-11-08 |
Heikki Linnakangas | Fix race condition in GIN posting tree page deletion. |
commit | commitdiff | tree |
| 2013-11-08 |
Robert Haas | doc: Clarify under what circumstances pg_dump needs... |
commit | commitdiff | tree |
| 2013-11-08 |
Robert Haas | Fix pg_isolation_regress to work outside its build... |
commit | commitdiff | tree |
| 2013-11-08 |
Robert Haas | Add the notion of REPLICA IDENTITY for a table. |
commit | commitdiff | tree |
| 2013-11-08 |
Tom Lane | Make contain_volatile_functions/contain_mutable_functio... |
commit | commitdiff | tree |
| 2013-11-08 |
Tom Lane | Fix subtly-wrong volatility checking in BeginCopyFrom(). |
commit | commitdiff | tree |
| 2013-11-08 |
Tom Lane | Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void)... |
commit | commitdiff | tree |
| 2013-11-07 |
Kevin Grittner | Silence benign warnings from clang version 3.0-6ubuntu3. |
commit | commitdiff | tree |
| 2013-11-07 |
Tom Lane | Prevent display of dropped columns in row constraint... |
commit | commitdiff | tree |
| 2013-11-07 |
Tom Lane | Fix generation of MergeAppend plans for optimized min... |
commit | commitdiff | tree |
| 2013-11-07 |
Heikki Linnakangas | Fix setting of right bound at GIN page split. |
commit | commitdiff | tree |
| 2013-11-07 |
Tom Lane | Add #ifdef guards for some POSIX error symbols that... |
commit | commitdiff | tree |
| 2013-11-06 |
Tom Lane | Be more robust when strerror() doesn't give a useful... |
commit | commitdiff | tree |
| 2013-11-06 |
Tom Lane | Support default arguments and named-argument notation... |
commit | commitdiff | tree |
| 2013-11-06 |
Kevin Grittner | Keep heap open until new heap generated in RMV. |
commit | commitdiff | tree |
| 2013-11-06 |
Heikki Linnakangas | Fix missing argument and function prototypes. |
commit | commitdiff | tree |
| 2013-11-06 |
Heikki Linnakangas | Misc GIN refactoring. |
commit | commitdiff | tree |
| 2013-11-06 |
Tom Lane | Improve the error message given for modifying a window... |
commit | commitdiff | tree |
| 2013-11-05 |
Tom Lane | Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820. |
commit | commitdiff | tree |
| 2013-11-05 |
Kevin Grittner | Lock relation used to generate fresh data for RMV. |
commit | commitdiff | tree |
| 2013-11-05 |
Tom Lane | Fix some obsolete information in src/backend/optimizer... |
commit | commitdiff | tree |
| 2013-11-04 |
Kevin Grittner | Fix breakage of MV column name list usage. |
commit | commitdiff | tree |
| 2013-11-04 |
Robert Haas | Fix format code used to print dsm request sizes. |
commit | commitdiff | tree |
| 2013-11-04 |
Heikki Linnakangas | Fix parsing of xlog file name in pg_receivexlog. |
commit | commitdiff | tree |
| 2013-11-03 |
Tom Lane | Get rid of more cases of the "must detoast before outpu... |
commit | commitdiff | tree |
| 2013-11-03 |
Tom Lane | Prevent memory leaks from accumulating across printtup... |
commit | commitdiff | tree |
| 2013-11-03 |
Michael Meskes | Changed test case slightly so it doesn't have an unused... |
commit | commitdiff | tree |
| 2013-11-03 |
Kevin Grittner | Acquire appropriate locks when rewriting during RMV. |
commit | commitdiff | tree |
| 2013-11-02 |
Kevin Grittner | Fix subquery reference to non-populated MV in CMV. |
commit | commitdiff | tree |
| 2013-11-02 |
Tom Lane | Retry after buffer locking failure during SPGiST index... |
commit | commitdiff | tree |
| 2013-11-01 |
Tom Lane | Ensure all files created for a single BufFile have... |
commit | commitdiff | tree |
| 2013-11-01 |
Tom Lane | Remove CTimeZone/HasCTZSet, root and branch. |
commit | commitdiff | tree |
| 2013-11-01 |
Tom Lane | Remove internal uses of CTimeZone/HasCTZSet. |
commit | commitdiff | tree |
| 2013-11-01 |
Tom Lane | Fix some odd behaviors when using a SQL-style simple... |
commit | commitdiff | tree |
| 2013-10-31 |
Robert Haas | Use appendStringInfoString instead of appendStringInfo... |
commit | commitdiff | tree |
| 2013-10-30 |
Robert Haas | Avoid too-large shift on 32-bit Windows. |
commit | commitdiff | tree |
| 2013-10-29 |
Tom Lane | Fix old typo in comment. |
commit | commitdiff | tree |
| 2013-10-29 |
Tom Lane | Prevent using strncpy with src == dest in TupleDescInit... |
commit | commitdiff | tree |
| 2013-10-28 |
Robert Haas | Modify dynamic shared memory code to use Size rather... |
commit | commitdiff | tree |
| 2013-10-28 |
Andrew Dunstan | Work around NetBSD shell issue in pg_upgrade test script. |
commit | commitdiff | tree |
| 2013-10-28 |
Tom Lane | Improve documentation about usage of FDW validator... |
commit | commitdiff | tree |
| 2013-10-28 |
Tom Lane | Suppress duplicate-index-entry warning introduced by... |
commit | commitdiff | tree |
| 2013-10-28 |
Noah Misch | Add large object functions catering to SQL callers. |
commit | commitdiff | tree |
| 2013-10-26 |
Tom Lane | Use unaligned output in selected regression queries... |
commit | commitdiff | tree |
| 2013-10-25 |
Tom Lane | Improve pqexpbuffer.c to use modern vsnprintf implement... |
commit | commitdiff | tree |
| 2013-10-25 |
Tom Lane | Suppress -0 in the C field of lines computed by line_co... |
commit | commitdiff | tree |
| 2013-10-25 |
Tom Lane | Revert "Tweak "line" test to avoid negative zeros on... |
commit | commitdiff | tree |
| 2013-10-25 |
Peter Eisentraut | Tweak "line" test to avoid negative zeros on some platforms |
commit | commitdiff | tree |
| 2013-10-25 |
Tom Lane | Ignore SIGSYS during initdb. |
commit | commitdiff | tree |
| 2013-10-25 |
Tom Lane | Use improved vsnprintf calling logic in more places. |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Increase the number of different values used when seedi... |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Improve documentation of random() function. |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Plug memory leak when reloading config file. |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Fix memory leak when an empty ident file is reloaded. |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Fix typos in comments. |
commit | commitdiff | tree |
| 2013-10-23 |
Robert Haas | Simplify tab completion rules for views and foreign... |
commit | commitdiff | tree |
| 2013-10-23 |
Heikki Linnakangas | Fix two bugs in setting the vm bit of empty pages. |
commit | commitdiff | tree |
| 2013-10-23 |
Tom Lane | Suppress a couple of compiler warnings seen with older... |
commit | commitdiff | tree |
| 2013-10-22 |
Tom Lane | Replace pg_asprintf() with psprintf(). |
commit | commitdiff | tree |
| 2013-10-22 |
Tom Lane | Get rid of use of asprintf() in favor of a more portabl... |
commit | commitdiff | tree |
| 2013-10-22 |
Peter Eisentraut | Make use of psprintf() in recent changes |
commit | commitdiff | tree |
| 2013-10-22 |
Heikki Linnakangas | Adjust cube.out expected output for new test queries. |
commit | commitdiff | tree |
| 2013-10-22 |
Tom Lane | Fix blatantly broken record_image_cmp() logic for pass... |
commit | commitdiff | tree |
| 2013-10-21 |
Heikki Linnakangas | Extend cube on-disk format to pack points more tightly. |
commit | commitdiff | tree |
| 2013-10-21 |
Peter Eisentraut | doc: Improve setup for documentation building with FOP |
commit | commitdiff | tree |
| 2013-10-21 |
Noah Misch | Consistently use unsigned arithmetic for alignment... |
commit | commitdiff | tree |
| 2013-10-19 |
Peter Eisentraut | Add libpgcommon to backend gettext source files |
commit | commitdiff | tree |
| 2013-10-19 |
Peter Eisentraut | Add *.pot to .gitignore |
commit | commitdiff | tree |
| 2013-10-19 |
Peter Eisentraut | Move rmtree() from libpgport to libpgcommon |
commit | commitdiff | tree |
| 2013-10-19 |
Peter Eisentraut | Move pgfnames() from libpgport to libpgcommon |
commit | commitdiff | tree |
| 2013-10-18 |
Robert Haas | Allow only some columns of a view to be auto-updateable. |
commit | commitdiff | tree |
| 2013-10-18 |
Robert Haas | Provide a reliable mechanism for terminating a backgrou... |
commit | commitdiff | tree |
| 2013-10-18 |
Peter Eisentraut | Fix for lack of va_copy() on certain Windows versions |
commit | commitdiff | tree |
| next |