summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-12In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2014-02-11Cygwin build fixes.Tom Lane
2014-02-10Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas
2014-02-10Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-02-07Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas
2014-02-07Speed up "rare & frequent" type GIN queries.Heikki Linnakangas
2014-02-07Fix thinko in comment.Heikki Linnakangas
2014-02-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-06Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan
2014-02-06Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane
2014-02-06Fix whitespacePeter Eisentraut
2014-02-05Remove unnecessary relcache flushes after changing btree metapages.Tom Lane
2014-02-04Fix comparison of an array of characters with zero to compare with '\0' instead.Fujii Masao
2014-02-04Fix lexing of U& sequences just before EOF.Tom Lane
2014-02-03Fix *-qualification of named parameters in SQL-language functions.Tom Lane
2014-02-03In json code, clean up temp memory contexts after processing.Andrew Dunstan
2014-02-03Make pg_basebackup skip temporary statistics files.Fujii Masao
2014-02-02Clean up some sloppy coding in repl_gram.y.Tom Lane
2014-02-02Add primary_slotname to recovery.conf.sample.Fujii Masao
2014-02-02Fix typos in docs and comments.Fujii Masao
2014-02-01Fix some wide-character bugs in the text-search parser.Tom Lane
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-02-01arrays: tighten checks for multi-dimensional inputBruce Momjian
2014-02-01Introduce replication slots.Robert Haas
2014-02-01Clear MyProc and MyProcSignalState before they become invalid.Robert Haas
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-30Fix bogus handling of "postponed" lateral quals.Tom Lane
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-29Silence compiler warnings about possibly unset variables.Andrew Dunstan
2014-01-29Include planning time in EXPLAIN ANALYZE output.Robert Haas
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-29Fix thinko in huge_tlb_pages patch.Heikki Linnakangas
2014-01-29Further optimize GIN multi-key searches.Heikki Linnakangas
2014-01-29Further optimize multi-key GIN searches.Heikki Linnakangas
2014-01-29Allow skipping some items in a multi-key GIN search.Heikki Linnakangas
2014-01-29Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas
2014-01-29Fix compiler warning in EXEC_BACKEND builds.Robert Haas
2014-01-28New json functions.Andrew Dunstan
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-28Revert C comment change in slot_attisnull()Bruce Momjian
2014-01-28Revert dup2() checking in syslogger.cStephen Frost
2014-01-28Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-27Fix typo in READMEHeikki Linnakangas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2014-01-27Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao