index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
*
Document that BBU's do not allow partial page writes to be safely turned
Bruce Momjian
2010-12-22
*
Typo fix.
Robert Haas
2010-12-22
*
Wording improvements for pg_ctl manual page.
Bruce Momjian
2010-12-22
*
Add PQlibVersion() function to libpq
Magnus Hagander
2010-12-22
*
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
*
Fix typo
Alvaro Herrera
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
*
Properly print the IP number and "localhost" for failed localhost
Bruce Momjian
2010-12-18
*
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
*
Waiting for complete startup is now a well-defined operation.
Robert Haas
2010-12-16
*
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
*
Avoid clobbering errno, per comment from Tom.
Alvaro Herrera
2010-12-16
*
Fix inconsequential FILE pointer leakage
Alvaro Herrera
2010-12-16
*
Add some minor missing error checks
Alvaro Herrera
2010-12-16
*
Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()
Alvaro Herrera
2010-12-16
*
Fix crash caused by NULL lookup when reporting IP address of failed
Bruce Momjian
2010-12-16
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
*
Fix contrib/seg's GiST picksplit method.
Tom Lane
2010-12-15
*
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-15
*
Document timestamptz a little better.
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
*
Use "upgrade" in preference over "migrate" in pg_upgrade messages and
Bruce Momjian
2010-12-15
*
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
*
Improved tab completion for views with triggers.
Robert Haas
2010-12-13
*
Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.
Tom Lane
2010-12-13
*
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
*
Remove recently reintroduced CVS keyword
Peter Eisentraut
2010-12-13
*
Document replacement of pg_class.relistemp with relpersistence.
Robert Haas
2010-12-13
*
Update time zone data files to tzdata release 2010o: DST law changes in
Tom Lane
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
*
Make S_IRGRP etc available in mingw builds as well as MSVC.
Tom Lane
2010-12-12
*
Clean up some copied-and-pasted code in pg_upgrade.
Tom Lane
2010-12-11
*
Provide a complete set of file-permission-bit macros in win32.h.
Tom Lane
2010-12-11
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
Add required new port files to MSVC builds.
Magnus Hagander
2010-12-11
*
Minor documentation cleanup.
Robert Haas
2010-12-10
*
Move a couple of initdb's subroutines into src/port/.
Tom Lane
2010-12-10
[next]