| 2015-08-13 |
Tom Lane | Improve regression test case to avoid depending on... |
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-10 |
Tom Lane | Further mucking with PlaceHolderVar-related restriction... |
commit | commitdiff | tree | snapshot |
| 2015-08-09 |
Magnus Hagander | Fix typo in LDAP example |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Tom Lane | Further adjustments to PlaceHolderVar removal. |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Tom Lane | Fix old oversight in join removal logic. |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
Tom Lane | Fix eclass_useful_for_merging to give valid results... |
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 |
Tom Lane | Fix a PlaceHolderVar-related oversight in star-schema... |
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-31 |
Tom Lane | Fix an oversight in checking whether a join with LATERA... |
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-28 |
Tom Lane | Remove an unsafe Assert, and explain join_clause_is_mov... |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
Heikki Linnakangas | Don't assume that PageIsEmpty() returns true on an... |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
Heikki Linnakangas | Reuse all-zero pages in GIN. |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
Heikki Linnakangas | Fix handling of all-zero pages in SP-GiST vacuum. |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Tom Lane | Make entirely-dummy appendrels get marked as such in... |
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-18 |
Tom Lane | Make WaitLatchOrSocket's timeout detection more robust. |
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 | Improve documentation about array concat operator vs... |
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 | Replace use of "diff -q". |
commit | commitdiff | tree | snapshot |
| 2015-07-09 |
Noah Misch | Fix null pointer dereference in "\c" psql command. |
commit | commitdiff | tree | snapshot |
| 2015-07-07 |
Tom Lane | Fix portability issue in pg_upgrade test script: avoid... |
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-06 |
Fujii Masao | Remove incorrect warning from pg_archivecleanup document. |
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-07-02 |
Heikki Linnakangas | Don't emit a spurious space at end of line in pg_dump... |
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-28 |
Tom Lane | Back-patch some minor bug fixes in GUC code. |
commit | commitdiff | tree | snapshot |
| 2015-06-28 |
Kevin Grittner | Fix comment for GetCurrentIntegerTimestamp(). |
commit | commitdiff | tree | snapshot |
| 2015-06-28 |
Tatsuo Ishii | Fix function declaration style to respect the coding... |
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 |
Robert Haas | Allow background workers to connect to no particular... |
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 |
Tom Lane | Improve inheritance_planner()'s performance for large... |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
Noah Misch | Truncate strings in tarCreateHeader() with strlcpy... |
commit | commitdiff | tree | snapshot |
| 2015-06-21 |
Andres Freund | Improve multixact emergency autovacuum logic. |
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-19 |
Robert Haas | Fix corner case in autovacuum-forcing logic for multixa... |
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-12 |
Tom Lane | Improve error message and hint for ALTER COLUMN TYPE... |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Tom Lane | Stamp 9.3.9. REL9_3_9 |
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-08 |
Andres Freund | Allow HotStandbyActiveInReplay() to be called in single... |
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-05 |
Robert Haas | Cope with possible failure of the oldest MultiXact... |
commit | commitdiff | tree | snapshot |
| 2015-06-04 |
Alvaro Herrera | pgindent run on access/transam/multixact.c |
commit | commitdiff | tree | snapshot |
| 2015-06-04 |
Fujii Masao | Fix some issues in pg_class.relminmxid and pg_database... |
commit | commitdiff | tree | snapshot |
| 2015-06-03 |
Tom Lane | Fix planner's cost estimation for SEMI/ANTI joins with... |
commit | commitdiff | tree | snapshot |
| 2015-06-01 |
Tom Lane | Stamp 9.3.8. REL9_3_8 |
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 |
| 2015-05-29 |
Tom Lane | initdb -S should now have an explicit check that $PGDAT... |
commit | commitdiff | tree | snapshot |
| 2015-05-29 |
Tom Lane | Remove special cases for ETXTBSY from new fsync'ing... |
commit | commitdiff | tree | snapshot |
| 2015-05-29 |
Tom Lane | Adjust initdb to also not consider fsync'ing failures... |
commit | commitdiff | tree | snapshot |
| 2015-05-28 |
Tom Lane | Fix fsync-at-startup code to not treat errors as fatal. |
commit | commitdiff | tree | snapshot |
| 2015-05-28 |
Tom Lane | Fix pg_get_functiondef() to print a function's LEAKPROO... |
commit | commitdiff | tree | snapshot |
| 2015-05-27 |
Tom Lane | Fix portability issue in isolationtester grammar. |
commit | commitdiff | tree | snapshot |
| 2015-05-27 |
Tom Lane | Remove configure check prohibiting threaded libpython... |
commit | commitdiff | tree | snapshot |
| 2015-05-25 |
Alvaro Herrera | Update README.tuplock |
commit | commitdiff | tree | snapshot |
| 2015-05-24 |
Tom Lane | Rename pg_shdepend.c's typedef "objectType" to SharedDe... |
commit | commitdiff | tree | snapshot |
| 2015-05-22 |
Tom Lane | Back-patch libpq support for TLS versions beyond v1. |
commit | commitdiff | tree | snapshot |
| 2015-05-19 |
Tom Lane | Last-minute updates for release notes. REL9_3_7 |
commit | commitdiff | tree | snapshot |
| 2015-05-19 |
Tom Lane | Revert error-throwing wrappers for the printf family... |
commit | commitdiff | tree | snapshot |
| 2015-05-19 |
Heikki Linnakangas | Fix off-by-one error in Assertion. |
commit | commitdiff | tree | snapshot |
| next |