2015-07-28 |
Andrew Dunstan | Improve logging of TAP tests. |
commit | commitdiff | tree |
2015-07-27 |
Heikki Linnakangas | Don't assume that PageIsEmpty() returns true on an... |
commit | commitdiff | tree |
2015-07-27 |
Heikki Linnakangas | Reuse all-zero pages in GIN. |
commit | commitdiff | tree |
2015-07-27 |
Heikki Linnakangas | Fix handling of all-zero pages in SP-GiST vacuum. |
commit | commitdiff | tree |
2015-07-26 |
Tom Lane | Make entirely-dummy appendrels get marked as such in... |
commit | commitdiff | tree |
2015-07-25 |
Andrew Dunstan | Restore use of zlib default compression in pg_dump... |
commit | commitdiff | tree |
2015-07-22 |
Heikki Linnakangas | Fix off-by-one error in calculating subtrans/multixact... |
commit | commitdiff | tree |
2015-07-22 |
Tom Lane | Fix add_rte_to_flat_rtable() for recent feature additions. |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Fix (some of) pltcl memory usage |
commit | commitdiff | tree |
2015-07-18 |
Tom Lane | Make WaitLatchOrSocket's timeout detection more robust. |
commit | commitdiff | tree |
2015-07-17 |
Noah Misch | AIX: Test the -qlonglong option before use. |
commit | commitdiff | tree |
2015-07-17 |
Tom Lane | Fix a low-probability crash in our qsort implementation. |
commit | commitdiff | tree |
2015-07-16 |
Magnus Hagander | Fix spelling error |
commit | commitdiff | tree |
2015-07-16 |
Noah Misch | AIX: Link the postgres executable with -Wl,-brtllib. |
commit | commitdiff | tree |
2015-07-12 |
Tom Lane | Fix assorted memory leaks. |
commit | commitdiff | tree |
2015-07-09 |
Tom Lane | Improve documentation about array concat operator vs... |
commit | commitdiff | tree |
2015-07-09 |
Tom Lane | Fix postmaster's handling of a startup-process crash. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Fix another broken link in documentation. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Replace use of "diff -q". |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Fix null pointer dereference in "\c" psql command. |
commit | commitdiff | tree |
2015-07-07 |
Tom Lane | Fix portability issue in pg_upgrade test script: avoid... |
commit | commitdiff | tree |
2015-07-07 |
Heikki Linnakangas | Improve handling of out-of-memory in libpq. |
commit | commitdiff | tree |
2015-07-07 |
Heikki Linnakangas | Turn install.bat into a pure one line wrapper fort... |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Fix logical decoding bug leading to inefficient reopeni... |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Fix pg_recvlogical not to fsync output when it's a... |
commit | commitdiff | tree |
2015-07-06 |
Fujii Masao | Remove incorrect warning from pg_archivecleanup document. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Fix some typos in regression test comments. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Make numeric form of PG version number readily availabl... |
commit | commitdiff | tree |
2015-07-03 |
Peter Eisentraut | PL/Perl: Add alternative expected file for Perl 5.22 |
commit | commitdiff | tree |
2015-07-03 |
Heikki Linnakangas | Fix pgbench progress report behaviour when pgbench... |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Don't emit a spurious space at end of line in pg_dump... |
commit | commitdiff | tree |
2015-06-30 |
Tom Lane | Fix broken link in documentation. |
commit | commitdiff | tree |
2015-06-30 |
Alvaro Herrera | Test -lrt for sched_yield |
commit | commitdiff | tree |
2015-06-30 |
Heikki Linnakangas | Don't call PageGetSpecialPointer() on page until it... |
commit | commitdiff | tree |
2015-06-28 |
Tom Lane | Back-patch some minor bug fixes in GUC code. |
commit | commitdiff | tree |
2015-06-28 |
Kevin Grittner | Fix comment for GetCurrentIntegerTimestamp(). |
commit | commitdiff | tree |
2015-06-28 |
Tatsuo Ishii | Fix function declaration style to respect the coding... |
commit | commitdiff | tree |
2015-06-27 |
Andres Freund | Fix test_decoding's handling of nonexistant columns... |
commit | commitdiff | tree |
2015-06-27 |
Kevin Grittner | Add opaque declaration of HTAB to tqual.h. |
commit | commitdiff | tree |
2015-06-27 |
Simon Riggs | Revoke incorrectly applied patch version |
commit | commitdiff | tree |
2015-06-26 |
Simon Riggs | Avoid hot standby cancels from VAC FREEZE |
commit | commitdiff | tree |
2015-06-26 |
Heikki Linnakangas | Fix a couple of bugs with wal_log_hints. |
commit | commitdiff | tree |
2015-06-25 |
Robert Haas | Allow background workers to connect to no particular... |
commit | commitdiff | tree |
2015-06-25 |
Tom Lane | Fix the logic for putting relations into the relcache... |
commit | commitdiff | tree |
2015-06-25 |
Tom Lane | Docs: fix claim that to_char('FM') removes trailing... |
commit | commitdiff | tree |
2015-06-22 |
Tom Lane | Improve inheritance_planner()'s performance for large... |
commit | commitdiff | tree |
2015-06-22 |
Noah Misch | Truncate strings in tarCreateHeader() with strlcpy... |
commit | commitdiff | tree |
2015-06-21 |
Andres Freund | Improve multixact emergency autovacuum logic. |
commit | commitdiff | tree |
2015-06-21 |
Andres Freund | Add missing check for wal_debug GUC. |
commit | commitdiff | tree |
2015-06-20 |
Noah Misch | Fix failure to copy setlocale() return value. |
commit | commitdiff | tree |
2015-06-20 |
Alvaro Herrera | Fix thinko in comment (launcher -> worker) |
commit | commitdiff | tree |
2015-06-19 |
Tom Lane | In immediate shutdown, postmaster should not exit till... |
commit | commitdiff | tree |
2015-06-19 |
Alvaro Herrera | Clamp autovacuum launcher sleep time to 5 minutes |
commit | commitdiff | tree |
2015-06-19 |
Robert Haas | Fix corner case in autovacuum-forcing logic for multixa... |
commit | commitdiff | tree |
2015-06-15 |
Michael Meskes | Check for out of memory when allocating sqlca. |
commit | commitdiff | tree |
2015-06-15 |
Michael Meskes | Fix memory leak in ecpglib's connect function. |
commit | commitdiff | tree |
2015-06-13 |
Michael Meskes | Fix intoasc() in Informix compat lib. This function... |
commit | commitdiff | tree |
2015-06-13 |
Michael Meskes | Fixed some memory leaks in ECPG. |
commit | commitdiff | tree |
2015-06-12 |
Tom Lane | Improve error message and hint for ALTER COLUMN TYPE... |
commit | commitdiff | tree |
2015-06-10 |
Kevin Grittner | Fix typo in comment. |
commit | commitdiff | tree |
2015-06-09 |
Tom Lane | Stamp 9.4.4. REL9_4_4 |
commit | commitdiff | tree |
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 |
2015-06-09 |
Tom Lane | Report more information if pg_perm_setlocale() fails... |
commit | commitdiff | tree |
2015-06-08 |
Andres Freund | Allow HotStandbyActiveInReplay() to be called in single... |
commit | commitdiff | tree |
2015-06-07 |
Tom Lane | Use a safer method for determining whether relcache... |
commit | commitdiff | tree |
2015-06-05 |
Tom Lane | Fix incorrect order of database-locking operations... |
commit | commitdiff | tree |
2015-06-05 |
Robert Haas | Cope with possible failure of the oldest MultiXact... |
commit | commitdiff | tree |
2015-06-04 |
Alvaro Herrera | pgindent run on access/transam/multixact.c |
commit | commitdiff | tree |
2015-06-04 |
Fujii Masao | Fix some issues in pg_class.relminmxid and pg_database... |
commit | commitdiff | tree |
2015-06-03 |
Tom Lane | Fix planner's cost estimation for SEMI/ANTI joins with... |
commit | commitdiff | tree |
2015-06-01 |
Tom Lane | Stamp 9.4.3. REL9_4_3 |
commit | commitdiff | tree |
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 |
2015-05-29 |
Tom Lane | initdb -S should now have an explicit check that $PGDAT... |
commit | commitdiff | tree |
2015-05-29 |
Tom Lane | Remove special cases for ETXTBSY from new fsync'ing... |
commit | commitdiff | tree |
2015-05-29 |
Tom Lane | Adjust initdb to also not consider fsync'ing failures... |
commit | commitdiff | tree |
2015-05-28 |
Tom Lane | Fix fsync-at-startup code to not treat errors as fatal. |
commit | commitdiff | tree |
2015-05-28 |
Tom Lane | Fix pg_get_functiondef() to print a function's LEAKPROO... |
commit | commitdiff | tree |
2015-05-27 |
Tom Lane | Fix portability issue in isolationtester grammar. |
commit | commitdiff | tree |
2015-05-27 |
Andrew Dunstan | Revert "Add all structured objects passed to pushJsonbV... |
commit | commitdiff | tree |
2015-05-27 |
Tom Lane | Remove configure check prohibiting threaded libpython... |
commit | commitdiff | tree |
2015-05-26 |
Andrew Dunstan | Add all structured objects passed to pushJsonbValue... |
commit | commitdiff | tree |
2015-05-25 |
Alvaro Herrera | Update README.tuplock |
commit | commitdiff | tree |
2015-05-24 |
Tom Lane | Rename pg_shdepend.c's typedef "objectType" to SharedDe... |
commit | commitdiff | tree |
2015-05-22 |
Andrew Dunstan | Unpack jbvBinary objects passed to pushJsonbValue |
commit | commitdiff | tree |
2015-05-19 |
Simon Riggs | Fix spelling in comment |
commit | commitdiff | tree |
2015-05-19 |
Tom Lane | Last-minute updates for release notes. REL9_4_2 |
commit | commitdiff | tree |
2015-05-19 |
Tom Lane | Revert error-throwing wrappers for the printf family... |
commit | commitdiff | tree |
2015-05-19 |
Heikki Linnakangas | Fix off-by-one error in Assertion. |
commit | commitdiff | tree |
2015-05-18 |
Tom Lane | Stamp 9.4.2. |
commit | commitdiff | tree |
2015-05-18 |
Robert Haas | Fix error message in pre_sync_fname. |
commit | commitdiff | tree |
2015-05-18 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2015-05-18 |
Noah Misch | pgcrypto: Report errant decryption as "Wrong key or... |
commit | commitdiff | tree |
2015-05-18 |
Noah Misch | Check return values of sensitive system library calls. |
commit | commitdiff | tree |
2015-05-18 |
Noah Misch | Add error-throwing wrappers for the printf family of... |
commit | commitdiff | tree |
2015-05-18 |
Noah Misch | Permit use of vsprintf() in PostgreSQL code. |
commit | commitdiff | tree |
2015-05-18 |
Noah Misch | Prevent a double free by not reentering be_tls_close(). |
commit | commitdiff | tree |
2015-05-18 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2015-05-18 |
Peter Eisentraut | Fix typos |
commit | commitdiff | tree |
2015-05-17 |
Tom Lane | Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. |
commit | commitdiff | tree |
2015-05-17 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
next |