aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-18
* XLOG (and related) changes:Tom Lane2001-03-13
* Don't choke on superuser names containing random punctuation.Tom Lane2001-03-09
* Mark new text<->date, text<->time, text<->timetz conversion functions asTom Lane2001-02-27
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* pg_database's datpath column must not be marked toastable, becauseTom Lane2001-01-14
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-07
* Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane2000-12-31
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-22
* Repair round(numeric) function. An initdb would be required to get thePeter Eisentraut2000-12-21
* Correct one description, add one.Peter Eisentraut2000-12-10
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* REINDEX under WAL.Hiroshi Inoue2000-12-08
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-07
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-03
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* 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
* Compile WAL by default.Vadim B. Mikheev2000-11-20
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* 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
* Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut2000-11-08
* Add functions to support AT TIME ZONE syntax.Thomas G. Lockhart2000-11-06
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut2000-10-24
* Reconsider page size for large objects: rather than stuffing disk pagesTom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* datlastsysoid is an Oid, not an int4 ...Tom Lane2000-10-22
* Add new datlastsysoid to pg_database.Philip Warner2000-10-22
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* Fix typo in code.Bruce Momjian2000-10-16
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Make setval(text,int32,bool) visiblePhilip Warner2000-10-13
* Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner2000-10-11
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29