summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-01-02Fix typo.Robert Haas
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-31Invert and rename flag variable to improve code readability.Tom Lane
2010-12-31Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane
2010-12-31Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane
2010-12-30Avoid unnecessary public struct declaration in slru.hAlvaro Herrera
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-28Another fix for larger postmaster.pid files.Bruce Momjian
2010-12-28Fix code to properly pull out shared memory key now that theBruce Momjian
2010-12-27Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane
2010-12-27Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-12-24Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-22Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas
2010-12-21Fix typos.Robert Haas
2010-12-21Work around unfortunate getppid() behavior on BSD-ish systems.Robert Haas
2010-12-20Allow transactions that don't write WAL to commit asynchronously.Robert Haas
2010-12-19Remove thread dumping constant that requires newer Platform SDKMagnus Hagander
2010-12-19Fix up handling of simple-form CASE with constant test expression.Tom Lane
2010-12-19Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane
2010-12-19Support for collecting crash dumps on WindowsMagnus Hagander
2010-12-18Make GUC variables for syslog and SSL always visibleMagnus Hagander
2010-12-17set_ps_display when calling functions via fastpathAlvaro Herrera
2010-12-17Remove unnecessary definition for autovacuum in SignalSomeChildren.Alvaro Herrera
2010-12-17Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas
2010-12-17Reset 'ps' display just once when resolving VXID conflicts.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-16Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()Alvaro Herrera
2010-12-16Fix up getopt() reset management so it works on recent mingw.Tom Lane
2010-12-16Some copy editing of pg_read_binary_file() patch.Robert Haas
2010-12-15Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro
2010-12-14Instrument checkpoint sync calls.Robert Haas
2010-12-14Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas
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-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
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-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