summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-14Make initdb throw error for bad locale values.Tom Lane
2014-05-13Fix harmless access to uninitialized memory.Heikki Linnakangas
2014-05-13Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch
2014-05-13Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane
2014-05-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-05-12Free PQresult on error in pg_receivexlog.Heikki Linnakangas
2014-05-11Stamp 9.4beta1.REL9_4_BETA1Tom Lane
2014-05-11Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
2014-05-11Translation updatesPeter Eisentraut
2014-05-10Rename min_recovery_apply_delay to recovery_min_apply_delay.Tom Lane
2014-05-10Fix bug in lossy-page handling in GINHeikki Linnakangas
2014-05-09Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane
2014-05-09Get rid of bogus dependency on typcategory in to_json() and friends.Tom Lane
2014-05-09Code review for logical decoding patch.Robert Haas
2014-05-09Remove overeager assertion in logical_heap_begin_rewrite.Robert Haas
2014-05-09Teach add_json() that jsonb is of TYPCATEGORY_JSON.Tom Lane
2014-05-09Fix typcategory labeling of jsonb.Tom Lane
2014-05-09More jsonb cleanup.Heikki Linnakangas
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-09Minor cleanup of jsonb_util.cHeikki Linnakangas
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-09Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2014-05-09Increase the default value of effective_cache_size to 4GB.Tom Lane
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-05-08Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch
2014-05-08Fix comment.Tom Lane
2014-05-08Allow for platforms that have optreset but not <getopt.h>.Tom Lane
2014-05-08Protect against torn pages when deleting GIN list pages.Heikki Linnakangas
2014-05-08Include files copied from libpqport in .gitignoreHeikki Linnakangas
2014-05-08Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane
2014-05-07When a background worker exists with code 0, unregister it.Robert Haas
2014-05-07When a bgworker exits, always call ReleasePostmasterChildSlot.Robert Haas
2014-05-07Restart bgworkers immediately after a crash-and-restart cycle.Robert Haas
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-07Detach shared memory from bgworkers without shmem access.Robert Haas
2014-05-07Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane
2014-05-07Never crash-and-restart for bgworkers without shared memory access.Robert Haas
2014-05-07Fix some more confusion between uint32 and Datum.Tom Lane
2014-05-07Fix interval test, which was broken for floating-point timestamps.Jeff Davis
2014-05-07hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane
2014-05-07Improve comment for tricky aspect of index-only scans.Jeff Davis
2014-05-07With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2014-05-07Remove pgindent ecpg exclusion patternBruce Momjian
2014-05-06pg_basebackup streaming: adjust version check msgSimon Riggs
2014-05-06Improve pgindent test instructionsBruce Momjian
2014-05-06Fix logic bug in dsm_attach().Robert Haas
2014-05-06Fix improperly passed file descriptorsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian