summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2003-09-15Improve a couple of error messages per suggestions from Alvaro Herrera.Tom Lane
2003-09-15OK, some of these syntax errors should be given other codes.Peter Eisentraut
2003-09-13Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane
2003-09-13Okay, I've had it with mktime() bugs. While chasing Torello Querci'sTom Lane
2003-09-11Consistenly lowercase GUC variable names, in docs and error messages.Bruce Momjian
2003-09-09Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut
2003-09-07Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane
2003-09-07load_file() has to remove pre-existing shlibs that match the new fileTom Lane
2003-09-04Allow non-super users to set log_duration to true, then false, when theBruce Momjian
2003-09-03Pass session_authorization to the client and make psql update its promptPeter Eisentraut
2003-09-03Work around ENOTEMPTY being an alias for EEXIST on some platforms.Tom Lane
2003-09-03Repair problems with to_char() overrunning its input string.Tom Lane
2003-09-01Do not pass server_encoding to the client.Peter Eisentraut
2003-09-01Rename DoIt to changeVar, for clarity.Bruce Momjian
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-26Call it Linux, not GNU/Linux.Bruce Momjian
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
2003-08-25Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST.Tom Lane
2003-08-25Allow parsing of time and timetz inputs to accept the documented inputTom Lane
2003-08-25Refactor code so that to_date() does not call to_timestamp() and thenTom Lane
2003-08-25Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-24Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut
2003-08-24Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-23Fix uninstall target.Peter Eisentraut
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-17Somebody forgot to include any actual documentation for ADD_MISSING_FROM.Tom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-17(I always forget what the magic numbers 0 through 2 means for theBruce Momjian
2003-08-15Rewrite array_cmp to not depend on deconstruct_array. Should be a littleTom Lane
2003-08-14Handle double-quotes correctly in user names in ACL lists.Tom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-11Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane
2003-08-08Fix floating-point timestamp comparisons to not go nuts if NaN isTom Lane
2003-08-05Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane
2003-08-05Fix several places where fractional-second inputs were misprocessedTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-03Reconsider context for calling callback functions --- original ideaTom Lane
2003-08-01inet_recv() wasn't IPv6-ready.Tom Lane
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-08-01Fix my own mistake in GUC variable annotation.Tom Lane
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-31Cause library-preload feature to report error if specified initializationTom Lane