summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove -fno-operator-names switch from cpluspluscheck.Tom Lane2010-12-271-3/+1
* Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane2010-12-274-25/+46
* Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane2010-12-271-25/+26
* Fix failure of executor/hashjoin.h to compile standalone.Tom Lane2010-12-271-0/+1
* Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane2010-12-271-6/+8
* Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane2010-12-272-5/+5
* Corrections to patch adding SQL/MED error codes.Robert Haas2010-12-262-1/+109
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-265-2/+14
* Add foreign data wrapper error code values for SQL/MED.Robert Haas2010-12-251-0/+29
* Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan2010-12-242-3/+3
* Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian2010-12-241-3/+3
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-242-111/+108
* Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes2010-12-231-0/+2
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-2310-1206/+1030
* Add PQlibVersion() function to libpqMagnus Hagander2010-12-223-0/+12
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-213-11/+11
* Fix typos.Robert Haas2010-12-211-2/+2
* Work around unfortunate getppid() behavior on BSD-ish systems.Robert Haas2010-12-211-13/+21
* Allow transactions that don't write WAL to commit asynchronously.Robert Haas2010-12-201-10/+23
* Remove thread dumping constant that requires newer Platform SDKMagnus Hagander2010-12-191-5/+0
* Fix up handling of simple-form CASE with constant test expression.Tom Lane2010-12-192-11/+21
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-191-2/+2
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-194-1/+186
* Properly print the IP number and "localhost" for failed localhostBruce Momjian2010-12-181-7/+12
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-182-21/+27
* set_ps_display when calling functions via fastpathAlvaro Herrera2010-12-171-1/+2
* Remove unnecessary definition for autovacuum in SignalSomeChildren.Alvaro Herrera2010-12-171-2/+1
* Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas2010-12-171-0/+4
* Reset 'ps' display just once when resolving VXID conflicts.Robert Haas2010-12-171-17/+13
* Improve comments around startup_hacks() code.Tom Lane2010-12-161-21/+24
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-165-25/+26
* Avoid clobbering errno, per comment from Tom.Alvaro Herrera2010-12-161-1/+1
* Fix inconsequential FILE pointer leakageAlvaro Herrera2010-12-161-0/+1
* Add some minor missing error checksAlvaro Herrera2010-12-161-0/+5
* Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()Alvaro Herrera2010-12-161-1/+1
* Fix crash caused by NULL lookup when reporting IP address of failedBruce Momjian2010-12-161-1/+2
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-152-4/+6
* Some copy editing of pg_read_binary_file() patch.Robert Haas2010-12-151-2/+2
* Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro2010-12-164-24/+115
* Instrument checkpoint sync calls.Robert Haas2010-12-143-6/+79
* Improved tab completion for views with triggers.Robert Haas2010-12-131-4/+55
* Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas2010-12-133-12/+61
* Update time zone data files to tzdata release 2010o: DST law changes inTom Lane2010-12-133-8/+31
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-1348-230/+334
* Reset all database-level stats in pgstat_recv_resetcounter().Tom Lane2010-12-121-0/+11
* Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane2010-12-121-13/+17
* Provide a complete set of file-permission-bit macros in win32.h.Tom Lane2010-12-111-7/+12
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-119-15/+70
* Add required new port files to MSVC builds.Magnus Hagander2010-12-111-2/+3
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-105-169/+240