index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-02-03
*
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-03
*
Clean up some sloppy coding in repl_gram.y.
Tom Lane
2014-02-02
*
Add primary_slotname to recovery.conf.sample.
Fujii Masao
2014-02-03
*
Fix typos in docs and comments.
Fujii Masao
2014-02-02
*
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
*
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-02-01
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-31
*
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-31
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Add checks for interval overflow/underflow
Bruce Momjian
2014-01-30
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
*
Silence compiler warnings about possibly unset variables.
Andrew Dunstan
2014-01-29
*
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
*
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
*
Fix thinko in huge_tlb_pages patch.
Heikki Linnakangas
2014-01-29
*
Further optimize GIN multi-key searches.
Heikki Linnakangas
2014-01-29
*
Further optimize multi-key GIN searches.
Heikki Linnakangas
2014-01-29
*
Allow skipping some items in a multi-key GIN search.
Heikki Linnakangas
2014-01-29
*
Allow using huge TLB pages on Linux (MAP_HUGETLB)
Heikki Linnakangas
2014-01-29
*
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
2014-01-28
*
New json functions.
Andrew Dunstan
2014-01-28
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Revert C comment change in slot_attisnull()
Bruce Momjian
2014-01-28
*
Revert dup2() checking in syslogger.c
Stephen Frost
2014-01-28
*
Log a detail message for auth failures due to missing or expired password.
Tom Lane
2014-01-27
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Fix typo in README
Heikki Linnakangas
2014-01-27
*
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-27
*
Change the suffix of auto conf temporary file from "temp" to "tmp".
Fujii Masao
2014-01-27
*
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-27
*
Check dup2() results in syslogger
Stephen Frost
2014-01-26
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
Adjust C comment in slot_attisnull() regarding nulls.
Bruce Momjian
2014-01-25
*
Add recovery_target='immediate' option.
Heikki Linnakangas
2014-01-25
*
Reset unused fields in GIN data leaf page footer.
Heikki Linnakangas
2014-01-24
*
Fix off-by-one in newly-introdcued GIN assertion.
Heikki Linnakangas
2014-01-24
*
In GIN recompression code, use mmemove rather than memcpy, for vacuum.
Heikki Linnakangas
2014-01-24
*
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Fix alignment of GIN in-line posting lists stored in entry tuples.
Heikki Linnakangas
2014-01-23
*
Silence compiler warning.
Heikki Linnakangas
2014-01-23
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Fix declaration of GinVacuumState.
Heikki Linnakangas
2014-01-22
*
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-22
*
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-22
[next]