aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-11
* Allow planner to fold "stable" functions to constants when formingTom Lane2004-11-09
* Put in place some defenses against being fooled by accidental match ofTom Lane2004-11-09
* Translation updatesPeter Eisentraut2004-11-09
* Clarify some error messagesPeter Eisentraut2004-11-09
* Translation updatePeter Eisentraut2004-11-09
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-09
* Kris Jurka pointed out that the qualified_name production wasn'tTom Lane2004-11-08
* Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane2004-11-08
* Translation updatePeter Eisentraut2004-11-07
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-06
* Now that we advertize only CIDR address in pg_hba.conf, removeBruce Momjian2004-11-06
* pred_test() logic was being too narrow-minded about where it might findTom Lane2004-11-05
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Small message clarificationsPeter Eisentraut2004-11-05
* Translation updatePeter Eisentraut2004-11-05
* Minor documentation updates from Simon Riggs.Tom Lane2004-11-04
* Translation updatesPeter Eisentraut2004-11-02
* Add comment to postmaster.c that get_progname() will call exit if itBruce Momjian2004-11-02
* timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane2004-11-01
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-01
* Update comment to point to proper file.Bruce Momjian2004-11-01
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane2004-10-30
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-29
* Fix failure to think clearly about encoding conversion errors in COPY.Tom Lane2004-10-29
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-29
* Fix to_number for the case of a trailing S.Tom Lane2004-10-28
* Translation updatePeter Eisentraut2004-10-28
* Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()Neil Conway2004-10-28
* On Windows, force a checkpoint just before dropping a database's physicalTom Lane2004-10-28
* When displaying a Var that is a reference to a column of an unnamed join,Tom Lane2004-10-27
* Translation updatePeter Eisentraut2004-10-27
* Translation updatesPeter Eisentraut2004-10-27
* Translation updatesPeter Eisentraut2004-10-27
* Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane2004-10-26
* In the new dispensation where REINDEX doesn't take exclusive lock onTom Lane2004-10-25
* Remove three unnecessary casts from a pointer type to char * when callingNeil Conway2004-10-25
* Fix tyop in comment.Neil Conway2004-10-25
* Make error message more verbose, in hopes of avoiding misunderstandingsTom Lane2004-10-25
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Translation updateDennis Bjorklund2004-10-24
* Avoid overflow in cost_sort when work_mem exceeds 1Gb.Tom Lane2004-10-23
* Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane2004-10-22
* In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane2004-10-22
* Translation updates.Dennis Bjorklund2004-10-22
* Minor code cleanup: hdefault() only ever returned "true", so it may asNeil Conway2004-10-22
* Disallow referential integrity actions from being deferred; only theTom Lane2004-10-21
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-20