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