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