summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-17Waiting for complete startup is now a well-defined operation.Robert Haas
2010-12-16Improve comments around startup_hacks() code.Tom Lane
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane
2010-12-16Avoid clobbering errno, per comment from Tom.Alvaro Herrera
2010-12-16Fix inconsequential FILE pointer leakageAlvaro Herrera
2010-12-16Add some minor missing error checksAlvaro Herrera
2010-12-16Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()Alvaro Herrera
2010-12-16Fix crash caused by NULL lookup when reporting IP address of failedBruce Momjian
2010-12-16Fix up getopt() reset management so it works on recent mingw.Tom Lane
2010-12-16Fix contrib/seg's GiST picksplit method.Tom Lane
2010-12-16Some copy editing of pg_read_binary_file() patch.Robert Haas
2010-12-16Document timestamptz a little better.Robert Haas
2010-12-15Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro
2010-12-15Use "upgrade" in preference over "migrate" in pg_upgrade messages andBruce Momjian
2010-12-14Instrument checkpoint sync calls.Robert Haas
2010-12-14Improved tab completion for views with triggers.Robert Haas
2010-12-14Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane
2010-12-14Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas
2010-12-13Remove recently reintroduced CVS keywordPeter Eisentraut
2010-12-13Document replacement of pg_class.relistemp with relpersistence.Robert Haas
2010-12-13Update time zone data files to tzdata release 2010o: DST law changes inTom Lane
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-12-12Reset all database-level stats in pgstat_recv_resetcounter().Tom Lane
2010-12-12Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane
2010-12-11Clean up some copied-and-pasted code in pg_upgrade.Tom Lane
2010-12-11Provide a complete set of file-permission-bit macros in win32.h.Tom Lane
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-12-11Add required new port files to MSVC builds.Magnus Hagander
2010-12-11Minor documentation cleanup.Robert Haas
2010-12-11Move a couple of initdb's subroutines into src/port/.Tom Lane
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-12-10Fix efficiency problems in tuplestore_trim().Tom Lane
2010-12-09Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane
2010-12-09Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs
2010-12-09Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-08Optimize commit_siblings in two ways to improve group commit.Simon Riggs
2010-12-07Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas
2010-12-07Add a stack overflow check to copyObject().Tom Lane
2010-12-06Allow the low level COPY routines to read arbitrary numbers of fields.Andrew Dunstan
2010-12-06Fix two typos, by Fujii Masao.Heikki Linnakangas
2010-12-06Put only single space after "Sort Method:", for consistencyPeter Eisentraut
2010-12-05Reduce memory consumption inside inheritance_planner().Tom Lane
2010-12-04Fix two small bugs in new gistget.c logic.Tom Lane
2010-12-04Make output width consistent for all ways of invoking a regression testPeter Eisentraut
2010-12-04Update comment to match later code changes.Tom Lane
2010-12-04Add KNNGIST support to contrib/pg_trgm.Tom Lane
2010-12-04Add external documentation for KNNGIST.Tom Lane
2010-12-04Put back gistgettuple's check for backwards scan request.Tom Lane
2010-12-04KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane