summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-011-1/+8
* Minor improvements to mbregress.sh script.Robert Haas2011-09-011-2/+7
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-014-110/+119
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-014-70/+138
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-011-9/+10
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-011-58/+50
* Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian2011-08-311-9/+9
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-311-8/+73
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-303-11/+37
* Clean up pg_regress --help outputPeter Eisentraut2011-08-301-12/+12
* Add --if-exists option to dropdb and dropuser.Robert Haas2011-08-302-3/+18
* Detect out of date flex in MSVC builds.Andrew Dunstan2011-08-301-3/+7
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-303-14/+100
* Remove some tabs from README file.Robert Haas2011-08-291-30/+30
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-291-11/+23
* Use a non-locking test in TAS_SPIN() on all IA64 platforms.Tom Lane2011-08-291-6/+22
* Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2011-08-292-12/+25
* Actually, all of parallel restore's limitations should be tested earlier.Tom Lane2011-08-281-15/+23
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-282-2/+13
* Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian2011-08-281-65/+98
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-271-27/+17
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-271-0/+18
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-277-2/+9
* Add support for #elif to pgrminclude.Bruce Momjian2011-08-271-2/+3
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-271-1/+1
* Add another pgdefine path check, and a cvs-git change.Bruce Momjian2011-08-263-3/+6
* Change references of CVS to .git.Bruce Momjian2011-08-262-3/+5
* Fix missing pgdefine detection in pgrminclude.Bruce Momjian2011-08-261-1/+4
* Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian2011-08-261-0/+2
* Cleanup of script.Bruce Momjian2011-08-261-8/+2
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-263-1/+4
* do include files firstBruce Momjian2011-08-261-1/+5
* Add markers.Bruce Momjian2011-08-262-3/+3
* Add another marker.Bruce Momjian2011-08-261-1/+1
* Add markers for skips.Bruce Momjian2011-08-265-5/+5
* Fix #if blocks.Bruce Momjian2011-08-261-10/+15
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-261-6/+30
* Improve comments describing tsvector data structure.Tom Lane2011-08-261-25/+27
* Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane2011-08-263-179/+172
* Support non-ASCII letters in psql variable names.Tom Lane2011-08-264-26/+105
* Fix pgrminclude regex pattern.Bruce Momjian2011-08-261-1/+1
* Unbreak MSVC build broken by my port of flex check.Andrew Dunstan2011-08-261-1/+1
* In pgrminclude, add code to skip includes with a marker comment.Bruce Momjian2011-08-261-0/+1
* In pgrminclude, make skipped include names constent and skip files withBruce Momjian2011-08-261-1/+6
* Port backup check on psql lexer to MSVC.Andrew Dunstan2011-08-251-0/+14
* Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-252-4/+41529
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-253-4/+9
* Fix psql lexer to avoid use of backtracking.Tom Lane2011-08-251-1/+32
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-255-2/+7
* Change format of SQL/MED generic options in psql backslash commands.Robert Haas2011-08-253-184/+210