aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-29
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-29
* Allow skipping some items in a multi-key GIN search.Heikki Linnakangas2014-01-29
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-29
* Fix compiler warning in EXEC_BACKEND builds.Robert Haas2014-01-28
* New json functions.Andrew Dunstan2014-01-28
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Revert C comment change in slot_attisnull()Bruce Momjian2014-01-28
* Revert dup2() checking in syslogger.cStephen Frost2014-01-28
* Log a detail message for auth failures due to missing or expired password.Tom Lane2014-01-27
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Fix typo in READMEHeikki Linnakangas2014-01-27
* Code review for auto-tuned effective_cache_size.Tom Lane2014-01-27
* Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao2014-01-27
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Check dup2() results in sysloggerStephen Frost2014-01-26
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Adjust C comment in slot_attisnull() regarding nulls.Bruce Momjian2014-01-25
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-25
* Reset unused fields in GIN data leaf page footer.Heikki Linnakangas2014-01-24
* Fix off-by-one in newly-introdcued GIN assertion.Heikki Linnakangas2014-01-24
* In GIN recompression code, use mmemove rather than memcpy, for vacuum.Heikki Linnakangas2014-01-24
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-23
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Fix alignment of GIN in-line posting lists stored in entry tuples.Heikki Linnakangas2014-01-23
* Silence compiler warning.Heikki Linnakangas2014-01-23
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Fix declaration of GinVacuumState.Heikki Linnakangas2014-01-22
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-22
* Reindent json.c and jsonfuncs.c.Andrew Dunstan2014-01-22