summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-28Fix ill-advised placement of PGRES_COPY_BOTH enum value.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-27Remove -fno-operator-names switch from cpluspluscheck.Tom Lane
2010-12-27Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane
2010-12-27Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane
2010-12-27Fix failure of executor/hashjoin.h to compile standalone.Tom Lane
2010-12-27Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane
2010-12-27Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane
2010-12-27Corrections to patch adding SQL/MED error codes.Robert Haas
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-12-25Add foreign data wrapper error code values for SQL/MED.Robert Haas
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...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-23Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-22Add PQlibVersion() function to libpqMagnus Hagander
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-18Properly print the IP number and "localhost" for failed localhostBruce Momjian
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-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-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-14Improved tab completion for views with triggers.Robert Haas
2010-12-14Allow plugins to suppress inlining and hook function entry/exit/abort.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