aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add regression tests for ALTER INDEX.Bruce Momjian2004-08-28
* Now that TransactionIdDidAbort doesn't think it should try to modifyTom Lane2004-08-28
* Propogate pg_ctl -D to the postmaster for command-line identification.Bruce Momjian2004-08-28
* Add missing Assert to make TransactionIdDidAbort more consistent withTom Lane2004-08-28
* Remove contrib/rserv, since there are better replication solutionsTom Lane2004-08-28
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-28
* > > Another issue is that when installing the Postgres service withBruce Momjian2004-08-28
* Use dynamic buffer for token buffer in win32 admin checkBruce Momjian2004-08-28
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-28
* Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane2004-08-28
* Add missing semicolon; some bison versions warn of this.Tom Lane2004-08-28
* Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane2004-08-27
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Update wording:Bruce Momjian2004-08-27
* Update win32 comments.Bruce Momjian2004-08-27
* Update:Bruce Momjian2004-08-27
* Fix user locks. Broken some time ago for all platforms by Windows-relatedTom Lane2004-08-26
* Improve some comments.Tom Lane2004-08-26
* New Win32 wording that mentions "code".Bruce Momjian2004-08-26
* Update documentation to prefer CIDR format for pg_hba.conf and use newBruce Momjian2004-08-26
* Update Win32 wording.Bruce Momjian2004-08-26
* Add warning about Win32 bugs in this release.Bruce Momjian2004-08-26
* Update Japanese FAQ.Bruce Momjian2004-08-26
* Update tcp connection faq.Bruce Momjian2004-08-26
* Add:Bruce Momjian2004-08-26
* Fix typo in comment, per Andrew Dunstan.Tom Lane2004-08-25
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* Translation updatePeter Eisentraut2004-08-24
* Translation updatePeter Eisentraut2004-08-24
* Allow second and subsequent names in a qualified (dotted) name to beTom Lane2004-08-24
* Update item:Bruce Momjian2004-08-24
* Various minor improvements to the SGML documentation: fix some incorrectNeil Conway2004-08-24
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Mention removal of page images in PITR files:Bruce Momjian2004-08-23
* Update that 8.0 will support MS Win natively.Bruce Momjian2004-08-23
* Update newest version number.Bruce Momjian2004-08-23
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* Code review for ALTER INDEX patch.Tom Lane2004-08-22
* Fix tab completion for ALTER INDEX.Bruce Momjian2004-08-21
* Seems it would be nice if the ALTER INDEX ref page were actuallyTom Lane2004-08-21
* Fix typo (extraneous comma).Tom Lane2004-08-21
* Mention that to_char(interval) will be removed in 8.1.Bruce Momjian2004-08-21
* Remove Solaris bug mention in pg_hba.conf.Bruce Momjian2004-08-21
* Fix pg_ctl -w to properly wait on server startup.Bruce Momjian2004-08-21
* Recent tightening of allowed array-literal syntax broke one test caseTom Lane2004-08-21
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-21
* Recognize plpgsql EXCEPTION condition names at function compile timeTom Lane2004-08-20
* >>At this stage of the game I would just change pg_hba.conf.sample to useBruce Momjian2004-08-20
* Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian2004-08-20