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
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
*
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
*
Another fix for larger postmaster.pid files.
Bruce Momjian
2010-12-28
*
Fix code to properly pull out shared memory key now that the
Bruce Momjian
2010-12-27
*
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
*
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-27
*
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-26
*
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
*
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-24
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
*
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-21
*
Fix typos.
Robert Haas
2010-12-21
*
Work around unfortunate getppid() behavior on BSD-ish systems.
Robert Haas
2010-12-21
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
*
Remove thread dumping constant that requires newer Platform SDK
Magnus Hagander
2010-12-19
*
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
*
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
*
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-19
*
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-18
*
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-17
*
Remove unnecessary definition for autovacuum in SignalSomeChildren.
Alvaro Herrera
2010-12-17
*
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
*
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-17
*
Improve comments around startup_hacks() code.
Tom Lane
2010-12-16
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
*
Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()
Alvaro Herrera
2010-12-16
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
*
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-15
*
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-16
*
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
*
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Reset all database-level stats in pgstat_recv_resetcounter().
Tom Lane
2010-12-12
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
*
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-10
*
Self review of previous patch. Fix assumption that xmax >= xmin.
Simon Riggs
2010-12-09
*
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
*
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
*
Add a stack overflow check to copyObject().
Tom Lane
2010-12-06
*
Allow the low level COPY routines to read arbitrary numbers of fields.
Andrew Dunstan
2010-12-06
*
Fix two typos, by Fujii Masao.
Heikki Linnakangas
2010-12-06
*
Put only single space after "Sort Method:", for consistency
Peter Eisentraut
2010-12-06
*
Reduce memory consumption inside inheritance_planner().
Tom Lane
2010-12-05
*
Fix two small bugs in new gistget.c logic.
Tom Lane
2010-12-04
*
Add external documentation for KNNGIST.
Tom Lane
2010-12-03
*
Put back gistgettuple's check for backwards scan request.
Tom Lane
2010-12-03
[next]