2015-10-02 |
Tom Lane | Docs: add disclaimer about hazards of using regexps... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
Tom Lane | Fix documentation error in commit 8703059c6b55c427100e0... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
Tom Lane | Improve LISTEN startup time when there are many unread... |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Tom Lane | Fix plperl to handle non-ASCII error message texts... |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Andrew Dunstan | Fix compiler warning about unused function in non-readl... |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Tom Lane | Further fix for psql's code for locale-aware formatting... |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Tom Lane | Further fix for psql's code for locale-aware formatting... |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Tom Lane | Fix psql's code for locale-aware formatting of numeric... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Andres Freund | Lower *_freeze_max_age minimum values. |
commit | commitdiff | tree | snapshot |
2015-09-22 |
Tom Lane | Docs: fix typo in to_char() example. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Tom Lane | Fix possible internal overflow in numeric multiplication. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Noah Misch | Restrict file mode creation mask during tmpfile(). |
commit | commitdiff | tree | snapshot |
2015-09-20 |
Tom Lane | Be more wary about partially-valid LOCALLOCK data in... |
commit | commitdiff | tree | snapshot |
2015-09-19 |
Michael Meskes | Let compiler handle size calculation of bool types. |
commit | commitdiff | tree | snapshot |
2015-09-18 |
Tom Lane | Fix low-probability memory leak in regex execution. |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Tom Lane | Fix documentation of regular expression character-entry... |
commit | commitdiff | tree | snapshot |
2015-09-12 |
Tom Lane | Remove set-but-not-used variable. |
commit | commitdiff | tree | snapshot |
2015-09-11 |
Bruce Momjian | pg_dump, pg_upgrade: allow postgres/template1 tablespa... |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Tom Lane | Revert "Fix typo in setrefs.c" |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Stephen Frost | Fix typo in setrefs.c |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Tom Lane | Fix minor bug in regexp makesearch() function. |
commit | commitdiff | tree | snapshot |
2015-09-09 |
Fujii Masao | Remove files signaling a standby promotion request... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Fujii Masao | Add gin_fuzzy_search_limit to postgresql.conf.sample. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Alvaro Herrera | Fix error message wording in previous sslinfo commit |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Alvaro Herrera | Add more sanity checks in contrib/sslinfo |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Greg Stark | Change type of DOW/DOY to UNITS |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Teodor Sigaev | Make GIN's cleanup pending list process interruptable |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Teodor Sigaev | Update site address of Snowball project |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Greg Stark | Move DTK_ISODOW DTK_DOW and DTK_DOY to be type... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Heikki Linnakangas | Fix misc typos. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Tom Lane | Fix subtransaction cleanup after an outer-subtransactio... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Tom Lane | Fix s_lock.h PPC assembly code to be compatible with... |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Bruce Momjian | dblink docs: fix typo to use "connname" (3 n's), not... |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Tom Lane | Add a small cache of locks owned by a resource owner... |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Tom Lane | Docs: be explicit about datatype matching for lead... |
commit | commitdiff | tree | snapshot |
2015-08-22 |
Tom Lane | Avoid O(N^2) behavior when enlarging SPI tuple table... |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Tom Lane | Fix plpython crash when returning string representation... |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Tom Lane | Allow record_in() and record_recv() to work for transie... |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Tom Lane | Fix a few bogus statement type names in plpgsql error... |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Tom Lane | Improve documentation about MVCC-unsafe utility commands. |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Tom Lane | Use fuzzy path cost tiebreaking rule in our oldest... |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Andres Freund | Don't use 'bool' as a struct member name in help_config.c. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Michael Meskes | Fix declaration of isarray variable. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Tom Lane | Undo mistaken tightening in join_is_legal(). |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Michael Meskes | This routine was calling ecpg_alloc to allocate to... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Tom Lane | Fix some possible low-memory failures in regexp compila... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Tom Lane | Fix privilege dumping from servers too old to have... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Tom Lane | Accept alternate spellings of __sparcv7 and __sparcv8. |
commit | commitdiff | tree | snapshot |
2015-08-06 |
Tom Lane | Further fixes for degenerate outer join clauses. |
commit | commitdiff | tree | snapshot |
2015-08-05 |
Tom Lane | Make real sure we don't reassociate joins into or out... |
commit | commitdiff | tree | snapshot |
2015-08-05 |
Tom Lane | Docs: add an explicit example about controlling overall... |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Tom Lane | Fix pg_dump to dump shell types. |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Tom Lane | Fix bogus "out of memory" reports in tuplestore.c. |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Robert Haas | Cap wal_buffers to avoid a server crash when it's set... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Tom Lane | contrib/isn now needs a .gitignore file. |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Heikki Linnakangas | Fix output of ISBN-13 numbers beginning with 979. |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Tom Lane | Fix incorrect order of lock file removal and failure... |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Tom Lane | Fix some planner issues with degenerate outer join... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Tom Lane | Avoid some zero-divide hazards in the planner. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Noah Misch | Blacklist xlc 32-bit inlining. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Tom Lane | Update our documentation concerning where to create... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Tom Lane | Reduce chatter from signaling of autovacuum workers. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Andres Freund | Disable ssl renegotiation by default. |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Heikki Linnakangas | Reuse all-zero pages in GIN. |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Andrew Dunstan | Fix up bad call to exit_nicely from commit af225551ef |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Andrew Dunstan | Restore use of zlib default compression in pg_dump... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Heikki Linnakangas | Fix off-by-one error in calculating subtrans/multixact... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Alvaro Herrera | Fix (some of) pltcl memory usage |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Noah Misch | AIX: Test the -qlonglong option before use. |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Tom Lane | Fix a low-probability crash in our qsort implementation. |
commit | commitdiff | tree | snapshot |
2015-07-16 |
Noah Misch | AIX: Link the postgres executable with -Wl,-brtllib. |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Tom Lane | Fix assorted memory leaks. |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Tom Lane | Fix postmaster's handling of a startup-process crash. |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Heikki Linnakangas | Fix another broken link in documentation. |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Noah Misch | Fix null pointer dereference in "\c" psql command. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Heikki Linnakangas | Oops, PQExpBufferDataBroken doesn't exist before 9.2. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Heikki Linnakangas | Improve handling of out-of-memory in libpq. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Heikki Linnakangas | Turn install.bat into a pure one line wrapper fort... |
commit | commitdiff | tree | snapshot |
2015-07-05 |
Tom Lane | Make numeric form of PG version number readily availabl... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Peter Eisentraut | PL/Perl: Add alternative expected file for Perl 5.22 |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Tom Lane | Fix broken link in documentation. |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Alvaro Herrera | Test -lrt for sched_yield |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Simon Riggs | Revoke incorrectly applied patch version |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Simon Riggs | Avoid hot standby cancels from VAC FREEZE |
commit | commitdiff | tree | snapshot |
2015-06-25 |
Tom Lane | Fix the logic for putting relations into the relcache... |
commit | commitdiff | tree | snapshot |
2015-06-25 |
Tom Lane | Docs: fix claim that to_char('FM') removes trailing... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Noah Misch | Truncate strings in tarCreateHeader() with strlcpy... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Alvaro Herrera | Fix thinko in comment (launcher -> worker) |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Alvaro Herrera | Clamp autovacuum launcher sleep time to 5 minutes |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Michael Meskes | Check for out of memory when allocating sqlca. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Michael Meskes | Fix memory leak in ecpglib's connect function. |
commit | commitdiff | tree | snapshot |
2015-06-13 |
Michael Meskes | Fixed some memory leaks in ECPG. |
commit | commitdiff | tree | snapshot |
2015-06-13 |
Michael Meskes | Fix intoasc() in Informix compat lib. This function... |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Tom Lane | Stamp 9.1.18. REL9_1_18 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Tom Lane | Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Tom Lane | Report more information if pg_perm_setlocale() fails... |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Tom Lane | Use a safer method for determining whether relcache... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Tom Lane | Fix incorrect order of database-locking operations... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Tom Lane | Stamp 9.1.17. REL9_1_17 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Tom Lane | Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21. |
commit | commitdiff | tree | snapshot |
next |