aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* may -> mightPeter Eisentraut2007-12-28
* Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes2007-12-28
* *** empty log message ***Michael Meskes2007-12-28
* Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane2007-12-28
* Disallow digits and lower-case ASCII letters as the delimiter in non-CSVTom Lane2007-12-27
* Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.Tom Lane2007-12-27
* Swap the order of testing for control characters and for column delimiter inTom Lane2007-12-27
* Wording improvementsPeter Eisentraut2007-12-27
* Update find_typedefs to handle simple 'typedef X' cases, per requestBruce Momjian2007-12-21
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-21
* Modify pgindent to use an external typedefs file rather than includedBruce Momjian2007-12-21
* libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander2007-12-21
* On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander2007-12-20
* When given a nonzero column number, pg_get_indexdef() is only supposed toTom Lane2007-12-20
* Remove unnecessary logo output from msbuild when cleaning ecpg regressionMagnus Hagander2007-12-19
* Make all msvc build scripts use buildenv.pl, not buildenv.bat.Magnus Hagander2007-12-19
* Fix thinko in encoding check for chr()Andrew Dunstan2007-12-18
* Make archiver process report its progress in PS display. PerTom Lane2007-12-18
* Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane2007-12-18
* Mention use all configure options when getting pgindent typedefs.Bruce Momjian2007-12-17
* Mention installing /contrib libraries for pgindent.Bruce Momjian2007-12-17
* Get dllwrap name from variable instead of hardcoded.Magnus Hagander2007-12-15
* Clarify log messagesPeter Eisentraut2007-12-13
* Mark items needing updating for beta stamping.Bruce Momjian2007-12-13
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-12
* Clean up unportable attempt to use #if inside a macro call, alsoTom Lane2007-12-12
* Provide a more accurate, detailed log message when the archive command fails.Peter Eisentraut2007-12-12
* Make CSV column ordering a bit more logical.Alvaro Herrera2007-12-11
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-11
* Extend the format of CSV logs to include the additional information suppliedAlvaro Herrera2007-12-11
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane2007-12-10
* The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane2007-12-09
* Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane2007-12-09
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut2007-12-07
* Disable asserts by default on msvc build (to make it the sameMagnus Hagander2007-12-06
* Change wording of logged message when cancelling an autovacuum task, usingAlvaro Herrera2007-12-06
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-04
* Fix build_minmax_path() to cope if an IS NULL clause turns up in theTom Lane2007-12-03
* Default to integer timestamps being off until 8.4, to correspondMagnus Hagander2007-12-03
* Don't try to install README.spiMagnus Hagander2007-12-03
* Stamp 8.3beta4.REL8_3_BETA4Tom Lane2007-12-03
* Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,Tom Lane2007-12-03
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane2007-12-01
* Revert inadvertantly committed change.Andrew Dunstan2007-12-01
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-01