| 2014-06-24 |  Robert Haas | Check for interrupts during tuple-insertion loops. | commit | commitdiff | tree | snapshot | 
| 2014-06-23 |  Heikki Linnakangas | Improve tab-completion of DROP and ALTER ENABLE/DISABLE... | commit | commitdiff | tree | snapshot | 
| 2014-06-23 |  Fujii Masao | Fix typo in replication slot function doc. | commit | commitdiff | tree | snapshot | 
| 2014-06-23 |  Fujii Masao | Add missing closing parenthesis into max_replication_sl... | commit | commitdiff | tree | snapshot | 
| 2014-06-23 |  Heikki Linnakangas | Fix bug in WAL_DEBUG. | commit | commitdiff | tree | snapshot | 
| 2014-06-21 |  Bruce Momjian | doc:  adjust JSONB GIN index description | commit | commitdiff | tree | snapshot | 
| 2014-06-21 |  Bruce Momjian | 9.4 release notes:  adjust some entry wording | commit | commitdiff | tree | snapshot | 
| 2014-06-21 |  Kevin Grittner | Fix documentation template for CREATE TRIGGER. | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Tom Lane | Add Asserts to verify that catalog cache keys are uniqu... | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Joe Conway | Clean up data conversion short-lived memory context. | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Andres Freund | Do all-visible handling in lazy_vacuum_page() outside... | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Andres Freund | Don't allow to disable backend assertions via the debug... | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Tom Lane | Avoid leaking memory while evaluating arguments for... | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Noah Misch | Fix contrib/pg_upgrade/test.sh for $PWD containing... | commit | commitdiff | tree | snapshot | 
| 2014-06-20 |  Noah Misch | Let installcheck-world pass against a server requiring... | commit | commitdiff | tree | snapshot | 
| 2014-06-19 |  Tom Lane | Document SQL functions' behavior of parsing the whole... | commit | commitdiff | tree | snapshot | 
| 2014-06-19 |  Kevin Grittner | Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET. | commit | commitdiff | tree | snapshot | 
| 2014-06-19 |  Fujii Masao | Don't allow data_directory to be set in postgresql... | commit | commitdiff | tree | snapshot | 
| 2014-06-19 |  Tom Lane | Improve our mechanism for controlling the Linux out... | commit | commitdiff | tree | snapshot | 
| 2014-06-18 |  Andrew Dunstan | Remove unnecessary check for jbvBinary in convertJsonbV... | commit | commitdiff | tree | snapshot | 
| 2014-06-18 |  Tom Lane | Fix weird spacing in error message. | commit | commitdiff | tree | snapshot | 
| 2014-06-18 |  Andrew Dunstan | Document that jsonb has all the standard comparison... | commit | commitdiff | tree | snapshot | 
| 2014-06-18 |  Tom Lane | Implement UPDATE tab SET (col1,col2,...) = (SELECT... | commit | commitdiff | tree | snapshot | 
| 2014-06-18 |  Noah Misch | Fix the MSVC build process for uuid-ossp. | commit | commitdiff | tree | snapshot | 
| 2014-06-17 |  Bruce Momjian | 9.4 release notes: improve valgrind mention | commit | commitdiff | tree | snapshot | 
| 2014-06-17 |  Heikki Linnakangas | Revert accidental change of WAL_DEBUG default. | commit | commitdiff | tree | snapshot | 
| 2014-06-16 |  Tom Lane | Avoid recursion when processing simple lists of AND... | commit | commitdiff | tree | snapshot | 
| 2014-06-16 |  Bruce Momjian | Use type pgsocket for Windows pipe emulation socket... | commit | commitdiff | tree | snapshot | 
| 2014-06-14 |  Noah Misch | Secure Unix-domain sockets of "make check" temporary... | commit | commitdiff | tree | snapshot | 
| 2014-06-14 |  Noah Misch | Add mkdtemp() to libpgport. | commit | commitdiff | tree | snapshot | 
| 2014-06-14 |  Heikki Linnakangas | Change the signature of rm_desc so that it's passed... | commit | commitdiff | tree | snapshot | 
| 2014-06-13 |  Noah Misch | Harden pg_filenode_relation test against concurrent... | commit | commitdiff | tree | snapshot | 
| 2014-06-13 |  Noah Misch | Adjust 9.4 release notes. | commit | commitdiff | tree | snapshot | 
| 2014-06-13 |  Noah Misch | emacs.samples: Reliably override ".dir-locals.el". | commit | commitdiff | tree | snapshot | 
| 2014-06-13 |  Tom Lane | Improve predtest.c's ability to reason about operator... | commit | commitdiff | tree | snapshot | 
| 2014-06-13 |  Tom Lane | Fix pg_restore's processing of old-style BLOB COMMENTS... | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Improve tuplestore's error messages for I/O failures. | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Adjust largeobject regression test to leave a couple... | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Preserve exposed type of subquery outputs when substitu... | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Remove inadvertent copyright violation in largeobject... | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Add regression test to prevent future breakage of legac... | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Rename lo_create(oid, bytea) to lo_from_bytea(). | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Alvaro Herrera | Fix typos | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Tom Lane | Remove unnecessary output expressions from unflattened... | commit | commitdiff | tree | snapshot | 
| 2014-06-12 |  Andres Freund | Consistency improvements for slot and decoding code. | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Noah Misch | Have configuration templates augment, not replace,... | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Noah Misch | Consistently define BUILDING_DLL during builds of src... | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Noah Misch | Fix typos in comments. | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Fujii Masao | Fix typos in comments. | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Tom Lane | Fix ancient encoding error in hungarian.stop. | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Tom Lane | Stamp shared-library minor version numbers for 9.5. | commit | commitdiff | tree | snapshot | 
| 2014-06-11 |  Tom Lane | Stamp HEAD as 9.5devel. | commit | commitdiff | tree | snapshot | 
| 2014-06-10 |  Tom Lane | Forward-port regression test for bug #10587 into 9... | commit | commitdiff | tree | snapshot | 
| 2014-06-09 |  Tom Lane | Fix infinite loop when splitting inner tuples in SPGiST... | commit | commitdiff | tree | snapshot | 
| 2014-06-09 |  Alvaro Herrera | Wrap multixact/members correctly during extension,... | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Andres Freund | Fix off-by-one in decoding causing one-record events... | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Tom Lane | Add defenses against running with a wrong selection... | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Andres Freund | Consistently spell a replication slot's name as slot_name. | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Andres Freund | Move regression test listing of builtin leakproof funct... | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Heikki Linnakangas | Adjust SP-GiST WAL record formats to reduce alignment... | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Tom Lane | Tweak new regression test case for better portability. | commit | commitdiff | tree | snapshot | 
| 2014-06-05 |  Tom Lane | Add btree and hash opclasses for pg_lsn. | commit | commitdiff | tree | snapshot | 
| 2014-06-04 |  Tom Lane | Bump PG_CONTROL_VERSION for previous 9.4 changes. | commit | commitdiff | tree | snapshot | 
| 2014-06-04 |  Andres Freund | Fix longstanding bug in HeapTupleSatisfiesVacuum(). | commit | commitdiff | tree | snapshot | 
| 2014-06-04 |  Fujii Masao | Add description of pg_stat directory into doc. | commit | commitdiff | tree | snapshot | 
| 2014-06-04 |  Fujii Masao | Save pg_stat_statements statistics file into $PGDATA... | commit | commitdiff | tree | snapshot | 
| 2014-06-04 |  Peter Eisentraut | Silence Bison deprecation warnings | commit | commitdiff | tree | snapshot | 
| 2014-06-03 |  Andrew Dunstan | Use EncodeDateTime instead of to_char to render JSON... | commit | commitdiff | tree | snapshot | 
| 2014-06-03 |  Andrew Dunstan | Do not escape a unicode sequence when escaping JSON... | commit | commitdiff | tree | snapshot | 
| 2014-06-03 |  Andrew Dunstan | Output timestamps in ISO 8601 format when rendering... | commit | commitdiff | tree | snapshot | 
| 2014-06-03 |  Tom Lane | Make plpython_unicode regression test work in more... | commit | commitdiff | tree | snapshot | 
| 2014-06-03 |  Andres Freund | Set the process latch when processing recovery conflict... | commit | commitdiff | tree | snapshot | 
| 2014-06-03 |  Andres Freund | Use unaligned output in another regression test query... | commit | commitdiff | tree | snapshot | 
| 2014-06-02 |  Bruce Momjian | doc:  fix JSON function prototype variable label | commit | commitdiff | tree | snapshot | 
| 2014-06-01 |  Andrew Dunstan | Improve the efficiency of certain jsonb get operations. | commit | commitdiff | tree | snapshot | 
| 2014-05-31 |  Andres Freund | Improvements to the replication protocol documentation. | commit | commitdiff | tree | snapshot | 
| 2014-05-30 |  Tom Lane | On OS X, link libpython normally, ignoring the "framewo... | commit | commitdiff | tree | snapshot | 
| 2014-05-30 |  Heikki Linnakangas | Fix typos in MSVC solution file. | commit | commitdiff | tree | snapshot | 
| 2014-05-30 |  Robert Haas | In release notes, mention the need to initialize bgw_no... | commit | commitdiff | tree | snapshot | 
| 2014-05-29 |  Tom Lane | When using the OSSP UUID library, cache its uuid_t... | commit | commitdiff | tree | snapshot | 
| 2014-05-29 |  Tom Lane | Fix uuid-ossp regression tests based on buildfarm feedback. | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | Revert "Fix bogus %name-prefix option syntax in all... | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Andres Freund | Don't pay heed to wal_sender_timeout while creating... | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Heikki Linnakangas | Minor refactoring of jsonb_util.c | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Heikki Linnakangas | Jsonb comparison bug fixes. | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | Fix bogus %name-prefix option syntax in all our Bison... | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | Improve regression tests for uuid-ossp. | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | Fix stack clobber in new uuid-ossp code. | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Magnus Hagander | Ensure cleanup in case of early errors in streaming... | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Bruce Momjian | doc:  improve markup of ssl_ecdh_curve commit | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | pg_lsn should not be marked typispreferred. | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | Fix obsolete config-module-exclusion logic in vcregress.pl. | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Tom Lane | Propagate system identifier generation improvement... | commit | commitdiff | tree | snapshot | 
| 2014-05-28 |  Bruce Momjian | doc:  improve ssl_ecdh_curve descriptions | commit | commitdiff | tree | snapshot | 
| 2014-05-27 |  Tom Lane | Support BSD and e2fsprogs UUID libraries alongside... | commit | commitdiff | tree | snapshot | 
| 2014-05-27 |  Robert Haas | worker_spi: Initialize bgw_notify_pid in all cases. | commit | commitdiff | tree | snapshot | 
| 2014-05-27 |  Tom Lane | Avoid unportable usage of sscanf(UINT64_FORMAT). | commit | commitdiff | tree | snapshot | 
| 2014-05-26 |  Andres Freund | Fix pg_recvlogical to accept the documented -I instead... | commit | commitdiff | tree | snapshot | 
| 2014-05-26 |  Peter Eisentraut | Small typo and formatting fixes in postgresql.conf... | commit | commitdiff | tree | snapshot | 
| 2014-05-25 |  Heikki Linnakangas | Fix error when trying to delete page with half-dead... | commit | commitdiff | tree | snapshot | 
| next |