| Commit message (Expand) | Author | Age |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 |
* | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 |
* | Enhancement of SPI to get access to portals | Jan Wieck | 2001-05-21 |
* | First cut at making indexscan cost estimates depend on correlation | Tom Lane | 2001-05-09 |
* | Cause planner to make use of average-column-width statistic that is now | Tom Lane | 2001-05-09 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Consolidate several near-identical uses of mktime() into a single | Tom Lane | 2001-05-03 |
* | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 |
* | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane | 2001-03-23 |
* | Mark exception and assert global variables as DLLIMPORT, so that plpgsql | Tom Lane | 2001-03-23 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane | 2001-03-14 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | 2001-02-06 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix some int4->int32. | Bruce Momjian | 2001-01-23 |
* | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 |
* | All the global memory contexts should be DLLIMPORT, if any are. | Tom Lane | 2001-01-22 |
* | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart | 2001-01-18 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Add DLLIMPORT to TransactionCommandContext. | Peter Eisentraut | 2001-01-11 |
* | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane | 2001-01-07 |
* | Rename and document some invalidation routines to make it clearer that | Tom Lane | 2001-01-05 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 |
* | Improve comments. | Tom Lane | 2000-12-23 |
* | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 |
* | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | 2000-12-22 |
* | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 |
* | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 |
* | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane | 2000-12-06 |
* | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 |
* | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 |
* | Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, | Tom Lane | 2000-12-01 |
* | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane | 2000-11-25 |
* | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 |
* | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane | 2000-11-24 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where | Tom Lane | 2000-11-18 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart | 2000-11-11 |
* | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane | 2000-11-10 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 |