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