aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Minor buglet in dumping functions onltPhilip Warner2000-10-13
|
* WALVadim B. Mikheev2000-10-13
|
* Update TODO list.Bruce Momjian2000-10-13
|
* Fix bug in sequence dumping using new setval functionPhilip Warner2000-10-13
|
* Make setval(text,int32,bool) visiblePhilip Warner2000-10-13
|
* Fix typoBruce Momjian2000-10-12
|
* Fix typo.Bruce Momjian2000-10-12
|
* Fix typoBruce Momjian2000-10-12
|
* Update FAQ.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO.detail.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Replace constants by C variables wherever possible.Michael Meskes2000-10-12
|
* Update FAQ.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* First pass at docs for pg_restorePhilip Warner2000-10-12
|
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-12
| | | | the versioning works. There's also a new utils directory used by Makefile
* Add more files from backendTatsuo Ishii2000-10-12
|
* Disable elog when linked with frontend.Tatsuo Ishii2000-10-12
|
* Support for automatic code conversion between UNICODE and otherTatsuo Ishii2000-10-12
| | | | encodings
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-12
| | | | | currently ISO8859-[1-5] and EUC_JP are supported. support for other encodings will be coming soon.
* Update TODO list.Bruce Momjian2000-10-12
|
* Update FAQ.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO for LIKE/ESCAPE.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-11
|
* autoconfBruce Momjian2000-10-11
|
* Correct error in description of AccessExclusiveLock modeTom Lane2000-10-11
| | | | (failed to say that it conflicts with AccessShareLock).
* Add pooling discussion.Bruce Momjian2000-10-11
|
* Oops, back out my unintended changes.Bruce Momjian2000-10-11
|
* Update make_mkidBruce Momjian2000-10-11
|
* Improve MVCC discussion.Tom Lane2000-10-11
|
* Added new SQL function setval(seq,val,bool) to restore is_called as well as ↵Philip Warner2000-10-11
| | | | | | value (will be used in a future pg_dump).
* Synced preproc.y with gram.yMichael Meskes2000-10-11
|
* pg_hba.conf mention fix.Bruce Momjian2000-10-11
|
* More pg_config updates.Bruce Momjian2000-10-10
|
* Rename pg-config to pg_config to be consistent with other pg commands.Bruce Momjian2000-10-10
|
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-10
| | | | | anyway, the rest being due to them not being kept in sync. Add configure test for lorder and use it (on Solaris) when found.
* Some dynloader files missed the template rename a while back.Peter Eisentraut2000-10-10
|
* This is a stupid garden variety bug and I'm not sure why I didn't catchBruce Momjian2000-10-10
| | | | | | | | | | | | it previously. The patch included is against fairly current sources, but it may apply cleanly against 7.0.2 as well. On Fri, 6 Oct 2000, Vilson farias wrote: > I found a irregular behavior with constraints. > > I can only set a referencial integrity between these tables when there are > no data, even if there are no change to referential integrity violation.
* - Be more paranoid when getting viewsPhilip Warner2000-10-10
| | | | | | - Support for 'isstrict' procedure attribute. - Disable --blobs and --table (replaced prior to attempting to fix sequence dump problems)
* Remove override of CFLAGS.Bruce Momjian2000-10-10
|
* Add spaces to manual page.Bruce Momjian2000-10-10
|
* Update FAQ.Bruce Momjian2000-10-09
|
* Update TODO list.Bruce Momjian2000-10-09
|