summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-08-29>>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian
2004-08-28The attached patch improves pg_ctl's win32 service code to eliminateBruce Momjian
2004-08-28> Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO:Bruce Momjian
2004-08-28Fix high-bit comparison compiler warning in pg_dump.Bruce Momjian
2004-08-28Add regression tests for ALTER INDEX.Bruce Momjian
2004-08-28Now that TransactionIdDidAbort doesn't think it should try to modifyTom Lane
2004-08-28Propogate pg_ctl -D to the postmaster for command-line identification.Bruce Momjian
2004-08-28Add missing Assert to make TransactionIdDidAbort more consistent withTom Lane
2004-08-28Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane
2004-08-28> > Another issue is that when installing the Postgres service withBruce Momjian
2004-08-28Use dynamic buffer for token buffer in win32 admin checkBruce Momjian
2004-08-28Fix relcache to account properly for subtransaction status of 'new'Tom Lane
2004-08-28Further tightening of the array literal parser. Prevent junkJoe Conway
2004-08-28Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane
2004-08-28Add missing semicolon; some bison versions warn of this.Tom Lane
2004-08-27Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane
2004-08-27Introduce local hash table for lock state, as per recent proposal.Tom Lane
2004-08-26Fix user locks. Broken some time ago for all platforms by Windows-relatedTom Lane
2004-08-26Improve some comments.Tom Lane
2004-08-26Update documentation to prefer CIDR format for pg_hba.conf and use newBruce Momjian
2004-08-26Update Win32 wording.Bruce Momjian
2004-08-25Fix typo in comment, per Andrew Dunstan.Tom Lane
2004-08-25Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane
2004-08-24Translation updatePeter Eisentraut
2004-08-24Translation updatePeter Eisentraut
2004-08-24Allow second and subsequent names in a qualified (dotted) name to beTom Lane
2004-08-23Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane
2004-08-22Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane
2004-08-22Code review for ALTER INDEX patch.Tom Lane
2004-08-21Fix tab completion for ALTER INDEX.Bruce Momjian
2004-08-21Remove Solaris bug mention in pg_hba.conf.Bruce Momjian
2004-08-21Fix pg_ctl -w to properly wait on server startup.Bruce Momjian
2004-08-20Recognize plpgsql EXCEPTION condition names at function compile timeTom Lane
2004-08-20>>At this stage of the game I would just change pg_hba.conf.sample to useBruce Momjian
2004-08-20Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-08-20They are two different problems; the TOC entry is important for anyBruce Momjian
2004-08-20Attached is the third version of my patch that adds/fixes several thingsBruce Momjian
2004-08-20This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian
2004-08-20Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian
2004-08-20> Please find attached a submission to add a "exit on error" option toBruce Momjian
2004-08-20> After all that about numbering centuries and millenia correctly,Bruce Momjian
2004-08-19Repair some issues with column aliases and RowExpr construction in theTom Lane
2004-08-19Don't use get_home_path so libpq doesn't pull path.c into the library.Bruce Momjian
2004-08-18Clean up some random departures from project's standard declaration style.Tom Lane
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian
2004-08-17Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane
2004-08-17Standardize on the assumption that the arguments of a RowExpr correspondTom Lane
2004-08-17Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian
2004-08-17Add comment about portability function name inconsistency.Bruce Momjian