summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-10-25Fix tyop in comment.Neil Conway
2004-10-25Make error message more verbose, in hopes of avoiding misunderstandingsTom Lane
2004-10-25Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway
2004-10-24Translation updateDennis Bjorklund
2004-10-23Avoid overflow in cost_sort when work_mem exceeds 1Gb.Tom Lane
2004-10-22Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane
2004-10-22In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane
2004-10-22Translation updates.Dennis Bjorklund
2004-10-22Minor code cleanup: hdefault() only ever returned "true", so it may asNeil Conway
2004-10-21Disallow referential integrity actions from being deferred; only theTom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-20Allow functions returning void or cstring to appear in FROM clause,Tom Lane
2004-10-19Add a HINT about the likely reason for 'invalid multibyte character for local...Tom Lane
2004-10-18Add some code to ensure that we don't lose communication sync due toTom Lane
2004-10-18Trivial fix: remove a pointless cast.Neil Conway
2004-10-17Fix some typos.Bruce Momjian
2004-10-17Allow background writing to be shut down by setting limit values to zero.Tom Lane
2004-10-17pg_get_indexdef() didn't do quite the right thing with identifyingTom Lane
2004-10-17Translation updatePeter Eisentraut
2004-10-17Give a more user-friendly error message in situation where CREATE DATABASETom Lane
2004-10-17Make locale_messages_assign() really work on Windows; the prior hackTom Lane
2004-10-16Give a more user-friendly error message in case where a table is createdTom Lane
2004-10-16Limit NBuffers and some related values to INT_MAX / BLCKSZ, to preventTom Lane
2004-10-16Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane
2004-10-16Remove BufferLocks[] array in favor of a single pointer to the bufferTom Lane
2004-10-15Repair possible failure to update hint bits back to disk, perTom Lane
2004-10-15Have log_duration only output when log_statement has printed the query.Bruce Momjian
2004-10-15Fix pg_ctl -D handling for Win32:Bruce Momjian
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-13More minor cosmetic improvements:Neil Conway
2004-10-12Message style revisionsPeter Eisentraut
2004-10-12Translation updatePeter Eisentraut
2004-10-12Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway
2004-10-11Fix OR-index-scan planner to recognize that a partial index is usableTom Lane
2004-10-11Fix pg_indexes view so that it shows the index's tablespace not theTom Lane
2004-10-11Fix typo in comment.Neil Conway
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-09Suppress timezone output on log_line_prefix %t on Win32, because it isBruce Momjian
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-08Do proper testing of CIDR bits against network mask, e.g. don't allow:Bruce Momjian
2004-10-07Change get_rule_expr so that when the input is a List, it displays theTom Lane
2004-10-07Fix problems with SQL functions returning rowtypes that have droppedTom Lane
2004-10-07Remove unneeded dash.Bruce Momjian
2004-10-07Update comment to fix nibble mention:Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-07Back out unindented modification to file.Bruce Momjian
2004-10-07Indent comment pushed to new line by else so it is indented by BSDBruce Momjian
2004-10-07Allow the spinlock test to be compiled successfully in a vpath build.Neil Conway