summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2003-10-08Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-03Add GUC parameter check_function_bodies to control whether validationTom Lane
2003-10-02When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-29The brackets aren't put on the CHECK constraints properly.Bruce Momjian
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-28Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hackTom Lane
2003-09-27You can't NLS-enable a program component by just putting gettext() aroundPeter Eisentraut
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-22HeapTupleSatisfiesVacuum() needs to be more careful about theTom Lane
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