index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
*
Fix it's and its to be correct.
Bruce Momjian
2000-01-05
*
Repair bugs discussed in pghackers thread of 15 May 1999: creation of a
Tom Lane
1999-12-30
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
I have done the QNX4 port with the current source tree. The number of
Bruce Momjian
1999-12-16
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
lmgr.c didn't check for failure return from LockAcquire(). Boo hiss.
Tom Lane
1999-11-28
*
Add missing SpinRelease() to a couple of error exits --- bug found while
Tom Lane
1999-11-28
*
Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don't
Tom Lane
1999-11-23
*
Clean up some problems in error recovery --- elog() was pretty broken
Tom Lane
1999-11-22
*
Come to think of it, DropBuffers() could have the same problem as
Tom Lane
1999-11-22
*
ReleaseRelationBuffers() failed to check for I/O in progress on a buffer
Tom Lane
1999-11-22
*
Fix problem with temp tables shown in regression test by Jan.
Bruce Momjian
1999-11-17
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
exit recursion fix from Massimo
Bruce Momjian
1999-11-06
*
Fix for recusive exit call from Massimo.
Bruce Momjian
1999-11-06
*
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-11-04
*
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-25
*
BufFileSeek's behavior at segment boundaries wasn't what
Tom Lane
1999-10-19
*
Change fd.c so that temp files are closed and deleted at
Tom Lane
1999-10-17
*
Second phase of psort reconstruction project: add bookkeeping logic to
Tom Lane
1999-10-16
*
Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend
Tom Lane
1999-10-13
*
I have created a small patch that makes possible to compile pgsql on newer
Bruce Momjian
1999-10-12
*
Re-add mention of FAQ's for shared memory/ipc errors.
Bruce Momjian
1999-10-10
*
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-10-06
*
Improve the treatment of partial(incomplete) blocks of relation files.
Hiroshi Inoue
1999-10-06
*
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
*
Transaction log manager core code.
Vadim B. Mikheev
1999-09-27
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Minor improvement in SI overflow logic: try to delete
Tom Lane
1999-09-09
*
I finally understood what sinvaladt.c is doing --- and it
Tom Lane
1999-09-06
*
Per Tatsuo's recommendation, change mdopen so that it won't
Tom Lane
1999-09-05
*
Modify RelationFlushRelation so that if the relcache entry
Tom Lane
1999-09-04
*
Modify sinval so that InvalidateSharedInvalid() does not hold
Tom Lane
1999-09-04
*
Repair a bunch of problems in md.c. This builds on Hiroshi's
Tom Lane
1999-09-02
*
Alpha spinlock fix from Uncle George <gatgul@voicenet.com>
Bruce Momjian
1999-07-22
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Add config.h as needed.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Cleanups.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
*
More cpu cleanups, only for 6.6.
Bruce Momjian
1999-07-13
*
Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.
Bruce Momjian
1999-07-08
[next]