summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update SGML docs describing the contents of the postmaster.pid file,Bruce Momjian2010-12-271-2/+3
* 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
* Break up long line, per Leslie S Satenstein.Alvaro Herrera2010-12-271-1/+3
* Corrections to patch adding SQL/MED error codes.Robert Haas2010-12-263-1/+276
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-267-2/+147
* Add foreign data wrapper error code values for SQL/MED.Robert Haas2010-12-251-0/+29
* Correct spelling: longjump() -> longjmp().Robert Haas2010-12-241-1/+1
* Fix grammarPeter Eisentraut2010-12-241-1/+1
* 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-243-158/+112
* Move the documentation of --no-security-label to a more sensible placePeter Eisentraut2010-12-242-17/+18
* Release notes for 9.1alpha3Peter Eisentraut2010-12-241-23/+222
* Document pg_dump(all) --no-security-label instead of --security-label.Robert Haas2010-12-232-6/+4
* 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-2311-1235/+1030
* Document that BBU's do not allow partial page writes to be safely turnedBruce Momjian2010-12-221-4/+6
* Typo fix.Robert Haas2010-12-221-1/+1
* Wording improvements for pg_ctl manual page.Bruce Momjian2010-12-221-9/+10
* Add PQlibVersion() function to libpqMagnus Hagander2010-12-224-0/+56
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-217-33/+33
* 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
* Fix typoAlvaro Herrera2010-12-201-1/+1
* 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-193-6/+6
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-195-1/+202
* 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
* Waiting for complete startup is now a well-defined operation.Robert Haas2010-12-161-13/+0
* 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-154-15/+41
* Fix contrib/seg's GiST picksplit method.Tom Lane2010-12-151-116/+78