aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-18
* Fix capitalization in README.Robert Haas2014-02-17
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Fix unportable coding in BackgroundWorkerStateChange().Tom Lane2014-02-15
* Fix unportable coding in DetermineSleepTime().Tom Lane2014-02-15
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-14
* Add C comment about problems with CHAR() space trimmingBruce Momjian2014-02-13
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane2014-02-13
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-11
* Cygwin build fixes.Tom Lane2014-02-11
* Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas2014-02-10
* Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas2014-02-10
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas2014-02-07
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-07
* Fix thinko in comment.Heikki Linnakangas2014-02-07
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-06
* Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan2014-02-06
* Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane2014-02-06
* Fix whitespacePeter Eisentraut2014-02-05
* Remove unnecessary relcache flushes after changing btree metapages.Tom Lane2014-02-05
* Fix comparison of an array of characters with zero to compare with '\0' instead.Fujii Masao2014-02-04
* Fix lexing of U& sequences just before EOF.Tom Lane2014-02-03
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03
* In json code, clean up temp memory contexts after processing.Andrew Dunstan2014-02-03
* Make pg_basebackup skip temporary statistics files.Fujii Masao2014-02-03
* Clean up some sloppy coding in repl_gram.y.Tom Lane2014-02-02
* Add primary_slotname to recovery.conf.sample.Fujii Masao2014-02-03
* Fix typos in docs and comments.Fujii Masao2014-02-02
* Fix some wide-character bugs in the text-search parser.Tom Lane2014-02-01
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* arrays: tighten checks for multi-dimensional inputBruce Momjian2014-02-01
* Introduce replication slots.Robert Haas2014-01-31
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-31
* Fix bogus handling of "postponed" lateral quals.Tom Lane2014-01-30
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Silence compiler warnings about possibly unset variables.Andrew Dunstan2014-01-29
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-29
* Add json_array_elements_text function.Andrew Dunstan2014-01-29
* Fix thinko in huge_tlb_pages patch.Heikki Linnakangas2014-01-29