summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24617-1230/+1408
* Update TODO list.Bruce Momjian2001-01-241-1/+1
* Fix bogus pattern for STRING.Peter Eisentraut2001-01-241-2/+2
* Add all possible config file options.Bruce Momjian2001-01-245-221/+380
* Put back old config contents until I am finished.Bruce Momjian2001-01-241-176/+0
* Add "idle in transaction" status messageBruce Momjian2001-01-242-3/+181
* It looks Ok, but it has one unnecessary step. There is no need to do the "mvBruce Momjian2001-01-241-3/+2
* Fix formatting of db crash.Bruce Momjian2001-01-241-4/+4
* Add.Bruce Momjian2001-01-242-2/+131
* Add file.Bruce Momjian2001-01-241-0/+189
* Update TODO list.Bruce Momjian2001-01-241-1/+2
* Removed the 8k row limit reported by DatabaseMetaDataPeter Mount2001-01-243-258/+261
* Oops, got binary in there too.Bruce Momjian2001-01-241-0/+0
* Add comment for getpwid() safety.Bruce Momjian2001-01-241-1/+2
* Oops, had .o file in there.Bruce Momjian2001-01-242-3/+3
* Update TODO list.Bruce Momjian2001-01-241-1/+1
* attached is take-2 of a patch which fixes a bug relatedBruce Momjian2001-01-241-2/+4
* I would like to do a interface change in pgcrypto. (GoodBruce Momjian2001-01-246-35/+433
* Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian2001-01-242-4/+8
* UpdateBruce Momjian2001-01-243-8/+9
* Add oid2name. Add streaming option later.Bruce Momjian2001-01-245-0/+555
* Removed a dangerours DropRelationBuffers() call.Hiroshi Inoue2001-01-241-3/+2
* Make functional index copy attstorage from the column data type, ratherTom Lane2001-01-241-35/+27
* Narrow scope of critical section, per discussion 1/19/01.Tom Lane2001-01-231-2/+2
* Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.Tom Lane2001-01-231-2/+3
* The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut2001-01-231-3/+3
* Give 'a_expr ::= a_expr Op' production a slightly lower precedence thanTom Lane2001-01-231-9/+9
* Subject: Bug in SQLForeignKeys()Bruce Momjian2001-01-232-2/+6
* Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut2001-01-231-9/+1
* AddBruce Momjian2001-01-231-0/+53
* Add email.Bruce Momjian2001-01-231-0/+47
* Update TODO list.Bruce Momjian2001-01-231-2/+2
* Some more additions to contrib for JDBCPeter Mount2001-01-2311-5/+4003
* Moved database name handling to libecpg.Michael Meskes2001-01-232-8/+151
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-2324-107/+192
* AddBruce Momjian2001-01-231-1/+125
* Fix some int4->int32.Bruce Momjian2001-01-232-4/+4
* Remove no-longer-needed restriction against referencing systemTom Lane2001-01-231-6/+1
* Update TODO list.Bruce Momjian2001-01-231-1/+2
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-235-13/+13
* Add threaded mention email.Bruce Momjian2001-01-231-0/+232
* Update TODO list.Bruce Momjian2001-01-231-1/+2
* Update FAQ.Bruce Momjian2001-01-231-2/+2
* Update FAQ.Bruce Momjian2001-01-232-46/+31
* Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane2001-01-231-2/+52
* Update FAQ.Bruce Momjian2001-01-232-46/+30
* Update TODO list.Bruce Momjian2001-01-231-1/+2
* Update TODO list.Bruce Momjian2001-01-231-2/+1
* Update TODO list.Bruce Momjian2001-01-231-2/+2
* Rip out table expression section from SQL syntax chapter and develop itPeter Eisentraut2001-01-224-532/+832