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
/
backend
Age
Commit message (
Expand
)
Author
1996-11-30
This patch changes quite a few instances of references of Oid's
Bruce Momjian
1996-11-30
As someone asked for this feature - patch for 1.09 follows.
Bruce Momjian
1996-11-30
Change end-of-line comma to semicolon.
Bruce Momjian
1996-11-30
Added BETWEEN and IN to grammar. Map != to <>.
Bruce Momjian
1996-11-29
Allow select oid,* from table. Allow * anywhere in target list.
Bruce Momjian
1996-11-29
Added: dynamic re-moving page from list of pages usable for shrinking
Vadim B. Mikheev
1996-11-29
Fix for BSDI compile.
Bruce Momjian
1996-11-28
Changed saved_relname size to save memory.
Bruce Momjian
1996-11-28
Fix for "might be used uninitialized" warnings.
Vadim B. Mikheev
1996-11-27
TransactionIdIsInProgress is commented out
Vadim B. Mikheev
1996-11-27
Allow all empty queries to return EMPTY.
Bruce Momjian
1996-11-27
More stuff to make it compile on various ports.
Bryan Henderson
1996-11-27
Shrinking and other things.
Vadim B. Mikheev
1996-11-27
New smgrtruncate smgr' interface func.
Vadim B. Mikheev
1996-11-27
New mdtruncate() func for single segment relations (< 2Gb).
Vadim B. Mikheev
1996-11-27
TransactionIdIsInProgress is here now and gives quality answer
Vadim B. Mikheev
1996-11-27
Setting MyProc->xid to InvalidTransactionId while creating
Vadim B. Mikheev
1996-11-27
Setting MyProc->xid to current transaction' id in StartTransaction
Vadim B. Mikheev
1996-11-27
TransactionIdIsInProgress moved to shmem.c
Vadim B. Mikheev
1996-11-26
Make it compile on Ultrix. Thanks Erik Bertelson.
Bryan Henderson
1996-11-26
Properly structure ProcedureNameIndexScan so it doesn't generate
Bryan Henderson
1996-11-25
Include fcntl.h, which is not automatically included by sys/file.h on all sys...
Bryan Henderson
1996-11-25
Prevent empty queries from crashing server.
Bruce Momjian
1996-11-24
Fix access through null pointer info->rule_action. Thanks Darren King.
Bryan Henderson
1996-11-24
Fix syntax error: missing argument to elog(). Thanks Darren King.
Bryan Henderson
1996-11-24
Typecasts, etc. to make compile work on AIX. Thanks Darren King..
Bryan Henderson
1996-11-24
Move include of signal.h inside pqsignal.h so it's always where it's needed.
Bryan Henderson
1996-11-23
First pass at getting shared libraries on AIX properly built.
Bryan Henderson
1996-11-22
Fix bug: -D options implies -d option.
Bryan Henderson
1996-11-21
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-20
Can't add a keyword without making it a keyword. :-)
Bruce Momjian
1996-11-20
There is a bug in aclinsert3 in the code which update the acl arrays.
Bruce Momjian
1996-11-19
Removed old Assert's used during development.
Bruce Momjian
1996-11-19
The routines in magic.c have moved to the more accessible version.c.
Bryan Henderson
1996-11-18
Remove linux define of __USE_POSIX, which doesn't appear to do anything.
Bryan Henderson
1996-11-18
Add comments about the diversity of signal functionality. Came from
Bryan Henderson
1996-11-18
Make port-specific link libraries defined for linking backend more global
Bryan Henderson
1996-11-18
Quiet compiler warnings about missing prototypes in Linux's bitops.h.
Bryan Henderson
1996-11-17
Fix for error when viewing group access privs.
Bruce Momjian
1996-11-17
Fix for Alter TABLE add column varchar(). Was causing zero length.
Bruce Momjian
1996-11-16
Remove old GetPGData reference that causes warning.
Bryan Henderson
1996-11-16
Add #include <sys/types.h> so it works with Ultrix's in.h
Bryan Henderson
1996-11-15
Remove quote removal. Moved to parser.
Bruce Momjian
1996-11-15
Correct permissions on lo_export(). Open up permissions.
Bruce Momjian
1996-11-15
Fix quote/doublequote handling.
Bruce Momjian
1996-11-15
Remove PERFECT_MEM
Bruce Momjian
1996-11-15
Unallocate opaque.
Bruce Momjian
1996-11-15
Mulitple inclusion of sys/socket.h
Marc G. Fournier
[next]