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