aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* Misc message style and doc fixes.Heikki Linnakangas2014-05-15
* Silence warnings about redefining popen on Mingw-w64.Heikki Linnakangas2014-05-15
* pg_ctl: Write error messages to stderrPeter Eisentraut2014-05-14
* In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane2014-05-14
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* Make initdb throw error for bad locale values.Tom Lane2014-05-14
* Fix harmless access to uninitialized memory.Heikki Linnakangas2014-05-13
* Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch2014-05-12
* Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane2014-05-12
* Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane2014-05-12
* Free PQresult on error in pg_receivexlog.Heikki Linnakangas2014-05-12
* Stamp 9.4beta1.REL9_4_BETA1Tom Lane2014-05-11
* Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane2014-05-11
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* Translation updatesPeter Eisentraut2014-05-10
* Rename min_recovery_apply_delay to recovery_min_apply_delay.Tom Lane2014-05-10
* Fix bug in lossy-page handling in GINHeikki Linnakangas2014-05-10
* Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane2014-05-09
* Get rid of bogus dependency on typcategory in to_json() and friends.Tom Lane2014-05-09
* Code review for logical decoding patch.Robert Haas2014-05-09
* Remove overeager assertion in logical_heap_begin_rewrite.Robert Haas2014-05-09
* Teach add_json() that jsonb is of TYPCATEGORY_JSON.Tom Lane2014-05-09
* Fix typcategory labeling of jsonb.Tom Lane2014-05-09
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-09
* Minor cleanup of jsonb_util.cHeikki Linnakangas2014-05-09
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-09
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-08
* Increase the default value of effective_cache_size to 4GB.Tom Lane2014-05-08
* Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane2014-05-08
* Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch2014-05-08
* Fix comment.Tom Lane2014-05-08
* Allow for platforms that have optreset but not <getopt.h>.Tom Lane2014-05-08
* Protect against torn pages when deleting GIN list pages.Heikki Linnakangas2014-05-08
* Include files copied from libpqport in .gitignoreHeikki Linnakangas2014-05-08
* Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane2014-05-07
* When a background worker exists with code 0, unregister it.Robert Haas2014-05-07
* When a bgworker exits, always call ReleasePostmasterChildSlot.Robert Haas2014-05-07
* Restart bgworkers immediately after a crash-and-restart cycle.Robert Haas2014-05-07
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* Detach shared memory from bgworkers without shmem access.Robert Haas2014-05-07
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-07
* Never crash-and-restart for bgworkers without shared memory access.Robert Haas2014-05-07
* Fix some more confusion between uint32 and Datum.Tom Lane2014-05-06
* Fix interval test, which was broken for floating-point timestamps.Jeff Davis2014-05-06
* hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane2014-05-06
* Improve comment for tricky aspect of index-only scans.Jeff Davis2014-05-06
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* Remove pgindent ecpg exclusion patternBruce Momjian2014-05-06