summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
AgeCommit message (Expand)Author
2001-01-07Modify readfuncs so that recursive use of stringToNode will not crashTom Lane
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-11-30XLOG stuff for sequences.Vadim B. Mikheev
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-21Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-20Compile WAL by default.Vadim B. Mikheev
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-12Restructure handling of inheritance queries so that they work with outerTom Lane
2000-11-11Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-11-08Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut
2000-11-06Add functions to support AT TIME ZONE syntax.Thomas G. Lockhart
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut
2000-10-24Reconsider page size for large objects: rather than stuffing disk pagesTom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-13Make setval(text,int32,bool) visiblePhilip Warner
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-09-12This patch implements a different "relkind"Bruce Momjian
2000-08-23Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-08-08Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane
2000-08-06Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart
2000-08-04Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane
2000-07-30Type lztext is toast.Tom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-07- format_type function, in use by psqlPeter Eisentraut
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-03TOAST changes to catalogJan Wieck
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-16Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-12Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-07Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian
2000-06-07New system index, initdb everyone.Bruce Momjian
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-05Force initdb because of pg_group index fix.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart