index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2004-08-29
>>> I understand your disliking of non-posix stuff. OTOH,
Bruce Momjian
2004-08-28
The attached patch improves pg_ctl's win32 service code to eliminate
Bruce Momjian
2004-08-28
> Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO:
Bruce Momjian
2004-08-28
Fix high-bit comparison compiler warning in pg_dump.
Bruce Momjian
2004-08-28
Add regression tests for ALTER INDEX.
Bruce Momjian
2004-08-28
Now that TransactionIdDidAbort doesn't think it should try to modify
Tom Lane
2004-08-28
Propogate pg_ctl -D to the postmaster for command-line identification.
Bruce Momjian
2004-08-28
Add missing Assert to make TransactionIdDidAbort more consistent with
Tom Lane
2004-08-28
Rearrange order of operations in heap_drop_with_catalog and index_drop
Tom Lane
2004-08-28
> > Another issue is that when installing the Postgres service with
Bruce Momjian
2004-08-28
Use dynamic buffer for token buffer in win32 admin check
Bruce Momjian
2004-08-28
Fix relcache to account properly for subtransaction status of 'new'
Tom Lane
2004-08-28
Further tightening of the array literal parser. Prevent junk
Joe Conway
2004-08-28
Can't truncate pg_subtrans during a recovery checkpoint --- subtrans
Tom Lane
2004-08-28
Add missing semicolon; some bison versions warn of this.
Tom Lane
2004-08-27
Fix Windows emulation of kill(pid, 0). This will now succeed, but only
Tom Lane
2004-08-27
Introduce local hash table for lock state, as per recent proposal.
Tom Lane
2004-08-26
Fix user locks. Broken some time ago for all platforms by Windows-related
Tom Lane
2004-08-26
Improve some comments.
Tom Lane
2004-08-26
Update documentation to prefer CIDR format for pg_hba.conf and use new
Bruce Momjian
2004-08-26
Update Win32 wording.
Bruce Momjian
2004-08-25
Fix typo in comment, per Andrew Dunstan.
Tom Lane
2004-08-25
Revise ResourceOwner code to avoid accumulating ResourceOwner objects
Tom Lane
2004-08-24
Translation update
Peter Eisentraut
2004-08-24
Translation update
Peter Eisentraut
2004-08-24
Allow second and subsequent names in a qualified (dotted) name to be
Tom Lane
2004-08-23
Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
Tom Lane
2004-08-22
Tweak code so that pg_subtrans is never consulted for XIDs older than
Tom Lane
2004-08-22
Code review for ALTER INDEX patch.
Tom Lane
2004-08-21
Fix tab completion for ALTER INDEX.
Bruce Momjian
2004-08-21
Remove Solaris bug mention in pg_hba.conf.
Bruce Momjian
2004-08-21
Fix pg_ctl -w to properly wait on server startup.
Bruce Momjian
2004-08-20
Recognize plpgsql EXCEPTION condition names at function compile time
Tom Lane
2004-08-20
>>At this stage of the game I would just change pg_hba.conf.sample to use
Bruce Momjian
2004-08-20
Allow 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-20
They are two different problems; the TOC entry is important for any
Bruce Momjian
2004-08-20
Attached is the third version of my patch that adds/fixes several things
Bruce Momjian
2004-08-20
This patch allows pg_restore to recognize $-quotes in SQL queries. It
Bruce Momjian
2004-08-20
Add ALTER INDEX, particularly for moving tablespaces.
Bruce Momjian
2004-08-20
> Please find attached a submission to add a "exit on error" option to
Bruce Momjian
2004-08-20
> After all that about numbering centuries and millenia correctly,
Bruce Momjian
2004-08-19
Repair some issues with column aliases and RowExpr construction in the
Tom Lane
2004-08-19
Don't use get_home_path so libpq doesn't pull path.c into the library.
Bruce Momjian
2004-08-18
Clean up some random departures from project's standard declaration style.
Tom Lane
2004-08-18
Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
Bruce Momjian
2004-08-17
Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial
Tom Lane
2004-08-17
Standardize on the assumption that the arguments of a RowExpr correspond
Tom Lane
2004-08-17
Chain on to SIGPIPE handler rather than just do action on default.
Bruce Momjian
2004-08-17
Add comment about portability function name inconsistency.
Bruce Momjian
[next]