summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-11-12> I think in addition the system global name "sharemem.1" should be made moreBruce Momjian
2004-11-12Remember to close the file on failure (pretty much redundant, really,Tom Lane
2004-11-11Un-break custom_variable_classes kluge ... mea culpa.Tom Lane
2004-11-11Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway
2004-11-09Allow planner to fold "stable" functions to constants when formingTom Lane
2004-11-09Put in place some defenses against being fooled by accidental match ofTom Lane
2004-11-09Translation updatesPeter Eisentraut
2004-11-09Clarify some error messagesPeter Eisentraut
2004-11-09Translation updatePeter Eisentraut
2004-11-09Use a hopefully-more-reliable method of detecting default selectivityTom Lane
2004-11-08Kris Jurka pointed out that the qualified_name production wasn'tTom Lane
2004-11-08Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane
2004-11-07Translation updatePeter Eisentraut
2004-11-06When implementing a coercion to a domain type with a combinedTom Lane
2004-11-06Now that we advertize only CIDR address in pg_hba.conf, removeBruce Momjian
2004-11-05pred_test() logic was being too narrow-minded about where it might findTom Lane
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-11-05Small message clarificationsPeter Eisentraut
2004-11-05Translation updatePeter Eisentraut
2004-11-04Minor documentation updates from Simon Riggs.Tom Lane
2004-11-02Translation updatesPeter Eisentraut
2004-11-02Add comment to postmaster.c that get_progname() will call exit if itBruce Momjian
2004-11-01timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-11-01Update comment to point to proper file.Bruce Momjian
2004-10-30I found a corner case in which it is possible for RI_FKey_check's callTom Lane
2004-10-30Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane
2004-10-29Rearrange order of pre-commit operations: must close cursors before doingTom Lane
2004-10-29Fix failure to think clearly about encoding conversion errors in COPY.Tom Lane
2004-10-29Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane
2004-10-28Fix to_number for the case of a trailing S.Tom Lane
2004-10-28Translation updatePeter Eisentraut
2004-10-28Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()Neil Conway
2004-10-28On Windows, force a checkpoint just before dropping a database's physicalTom Lane
2004-10-27When displaying a Var that is a reference to a column of an unnamed join,Tom Lane
2004-10-27Translation updatePeter Eisentraut
2004-10-27Translation updatesPeter Eisentraut
2004-10-27Translation updatesPeter Eisentraut
2004-10-26Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane
2004-10-25In the new dispensation where REINDEX doesn't take exclusive lock onTom Lane
2004-10-25Remove three unnecessary casts from a pointer type to char * when callingNeil Conway
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