| 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 |
| 2013-10-18 |
Peter Eisentraut | Add libpgport to isolationtester on MSVC |
commit | commitdiff | tree |
| 2013-10-18 |
Peter Eisentraut | Switch order of libpgport and libpgcommon in MSVC build... |
commit | commitdiff | tree |
| 2013-10-18 |
Robert Haas | Remove IRIX port. |
commit | commitdiff | tree |
| 2013-10-18 |
Peter Eisentraut | Switch dependency order of libpgcommon and libpgport |
commit | commitdiff | tree |
| 2013-10-18 |
Peter Eisentraut | doc: Configure TOC generation in XSLT HTML build |
commit | commitdiff | tree |
| 2013-10-17 |
Robert Haas | Remove spinlock support for SINIX, Sun3, and NS32K. |
commit | commitdiff | tree |
| 2013-10-17 |
Andrew Dunstan | Return valid json when converting an empty hstore. |
commit | commitdiff | tree |
| 2013-10-17 |
Alvaro Herrera | Silence compiler warning when SSL not in use |
commit | commitdiff | tree |
| 2013-10-16 |
Bruce Momjian | Allow 5+ digit years for non-ISO timestamp/date strings... |
commit | commitdiff | tree |
| 2013-10-16 |
Robert Haas | initdb: Suppress dynamic shared memory when probing... |
commit | commitdiff | tree |
| 2013-10-16 |
Peter Eisentraut | Switch order of -lpgport and -lpgcommon |
commit | commitdiff | tree |
| 2013-10-16 |
Peter Eisentraut | doc: Enable book index in XSLT builds |
commit | commitdiff | tree |
| 2013-10-15 |
Bruce Momjian | docs: correct 9.1 and 9.2 release note mention of timel... |
commit | commitdiff | tree |
| 2013-10-14 |
Robert Haas | In dsm_impl_windows, don't error out when the segment... |
commit | commitdiff | tree |
| 2013-10-14 |
Robert Haas | Fix details missed by dynamic shared memory patch. |
commit | commitdiff | tree |
| 2013-10-14 |
Peter Eisentraut | Translation updates to fix build failures |
commit | commitdiff | tree |
| 2013-10-14 |
Peter Eisentraut | Add asprintf.c |
commit | commitdiff | tree |
| 2013-10-14 |
Peter Eisentraut | Attempt to fix MSVC build for asprintf addition |
commit | commitdiff | tree |
| 2013-10-13 |
Peter Eisentraut | Add use of asprintf() |
commit | commitdiff | tree |
| 2013-10-13 |
Peter Eisentraut | Tweak "line" test to avoid platform-specific floating... |
commit | commitdiff | tree |
| 2013-10-11 |
Kevin Grittner | Fix several possibly non-portable gaffs in record_image... |
commit | commitdiff | tree |
| 2013-10-11 |
Alvaro Herrera | Use $(PERL) to invoke duplicate_oids |
commit | commitdiff | tree |
| 2013-10-11 |
Alvaro Herrera | Rework SSL renegotiation code |
commit | commitdiff | tree |
| 2013-10-11 |
Peter Eisentraut | doc: Move check-tabs target into html target |
commit | commitdiff | tree |
| 2013-10-11 |
Peter Eisentraut | doc: Fix table column number declaration |
commit | commitdiff | tree |
| 2013-10-11 |
Peter Eisentraut | doc: Handle additional character entities for SGML... |
commit | commitdiff | tree |
| 2013-10-11 |
Peter Eisentraut | Remove maintainer-check target, fold into normal build |
commit | commitdiff | tree |
| 2013-10-11 |
Peter Eisentraut | Replace duplicate_oids with Perl implementation |
commit | commitdiff | tree |
| 2013-10-10 |
Peter Eisentraut | Update regression tests for line type patch |
commit | commitdiff | tree |
| 2013-10-10 |
Robert Haas | initdb: Select working dynamic shared memory implementa... |
commit | commitdiff | tree |
| 2013-10-10 |
Kevin Grittner | Fix bug in record_image_ops on big endian machines. |
commit | commitdiff | tree |
| 2013-10-10 |
Andrew Dunstan | json_typeof function. |
commit | commitdiff | tree |
| 2013-10-10 |
Robert Haas | Fix incorrect use of shm_unlink where unlink should... |
commit | commitdiff | tree |
| 2013-10-10 |
Peter Eisentraut | pg_upgrade: Split off pg_fatal() from pg_log() |
commit | commitdiff | tree |
| 2013-10-10 |
Peter Eisentraut | Revive line type |
commit | commitdiff | tree |
| 2013-10-10 |
Robert Haas | Allow dynamic allocation of shared memory segments. |
commit | commitdiff | tree |
| 2013-10-09 |
Kevin Grittner | Add record_image_ops opclass for matview concurrent... |
commit | commitdiff | tree |
| 2013-10-09 |
Bruce Momjian | doc: fix typo in release notes |
commit | commitdiff | tree |
| 2013-10-09 |
Bruce Momjian | Centralize effective_cache_size default setting |
commit | commitdiff | tree |
| 2013-10-09 |
Bruce Momjian | Adjust the effective_cache_size default for standalone... |
commit | commitdiff | tree |
| 2013-10-09 |
Bruce Momjian | Again move function where we set effective_cache_size... |
commit | commitdiff | tree |
| 2013-10-09 |
Bruce Momjian | Move new effective_cache_size function |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | Fix C comment in check_effective_cache_size() |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | doc: Fix typo in effective_cache_size patch |
commit | commitdiff | tree |
| 2013-10-08 |
Kevin Grittner | Allow drop-index-concurrently-1 test to run at any... |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | Update postgres.conf.sample for effective_cache_size... |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | docs: clarify references to md5 hash and md5 crypt... |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | unaccent: mark unaccent() functions as immutable |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | Auto-tune effective_cache size to be 4x shared buffers |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | Additional instructions on minor release note creation. |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | Update instructions on creating minor release notes. |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | docs: update release notes for 8.4.18, 9.0.14, 9.1... |
commit | commitdiff | tree |
| 2013-10-07 |
Heikki Linnakangas | TYPEALIGN doesn't work on int64 on 32-bit platforms. |
commit | commitdiff | tree |
| 2013-10-07 |
Heikki Linnakangas | Fix bugs in SSI tuple locking. |
commit | commitdiff | tree |
| 2013-10-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2013-10-07 |
Robert Haas | Make DISCARD SEQUENCES also discard the last used sequence. |
commit | commitdiff | tree |
| 2013-10-07 |
Robert Haas | plpgsql: Add new option print_strict_params. |
commit | commitdiff | tree |
| 2013-10-07 |
Kevin Grittner | Eliminate xmin from hash tag for predicate locks on... |
commit | commitdiff | tree |
| 2013-10-07 |
Andrew Dunstan | Document support for VPATH builds of extensions. |
commit | commitdiff | tree |
| 2013-10-06 |
Noah Misch | pgbench: Comment on thread timing hazards. |
commit | commitdiff | tree |
| 2013-10-06 |
Alvaro Herrera | Fix various bugs in postmaster SIGKILL processing |
commit | commitdiff | tree |
| 2013-10-05 |
Noah Misch | pgbench: Elaborate latency reporting. |
commit | commitdiff | tree |
| 2013-10-05 |
Noah Misch | pgbench: Remove stray use of "float" math. |
commit | commitdiff | tree |
| 2013-10-05 |
Bruce Momjian | pg_upgrade doc: link mode additions |
commit | commitdiff | tree |
| 2013-10-04 |
Alvaro Herrera | add multixact-no-deadlock to schedule |
commit | commitdiff | tree |
| 2013-10-04 |
Alvaro Herrera | Make some isolationtester specs more complete |
commit | commitdiff | tree |
| 2013-10-04 |
Alvaro Herrera | isolationtester: Allow tuples to be returned in more... |
commit | commitdiff | tree |
| 2013-10-04 |
Bruce Momjian | Issue error on SET outside transaction block in some... |
commit | commitdiff | tree |
| 2013-10-04 |
Robert Haas | doc: Add missing words to bgworker docs. |
commit | commitdiff | tree |
| next |