index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relcache.c
Commit message (
Expand
)
Author
Age
*
Hi all,
Bruce Momjian
1998-08-28
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
Change owner from oid to int4 type.
Bruce Momjian
1998-08-11
*
Lmgr cleanup, new locking modes for LLL.
Vadim B. Mikheev
1998-08-01
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
*
Cleanup Name usage.
Bruce Momjian
1998-07-20
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Fix macros that were not properly surrounded by parens or braces.
Bruce Momjian
1998-06-15
*
This patch...
Bruce Momjian
1998-04-27
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-23
*
Inline fastgetattr and others so data access does not use function
Bruce Momjian
1998-01-31
*
Thank god for searchable mail archives.
PostgreSQL Daemon
1998-01-15
*
Cleanup of prototypes. FIx for PQtrace start/stop several times.
Bruce Momjian
1998-01-14
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Remove archive stuff.
Bruce Momjian
1997-11-21
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
*
Remove 16 char limit on system table/index names. Rename system indexes.
Bruce Momjian
1997-11-17
*
Good Bye, Time Travel!
Vadim B. Mikheev
1997-11-02
*
Change column number constant to reflect change in column name
Thomas G. Lockhart
1997-10-25
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
RelationBuildRuleLock(): char* --> Datum for ruleaction and
Vadim B. Mikheev
1997-09-12
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Calls of RelationBuildTriggers() & FreeTriggerDesc()
Vadim B. Mikheev
1997-09-01
*
Fetch information about DEFAULT/CHECK while openning a relation.
Vadim B. Mikheev
1997-08-22
*
AttrConstr --> TupleConstr
Vadim B. Mikheev
1997-08-21
*
Read info for DEFAULT from pg_attrdef.
Vadim B. Mikheev
1997-08-21
*
More NOT_USEDs
Bruce Momjian
1997-08-20
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
NOT NULL implementation (submitted by Robson Paniago de Miranda).
Vadim B. Mikheev
1997-08-19
*
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
Bruce Momjian
1997-08-18
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
*
Cleanup for NAMEDATALEN use.
Bruce Momjian
1997-08-03
*
Added SCO support, from Daniel Harris.
Bruce Momjian
1997-07-28
*
New func RelationForgetRelation();
Vadim B. Mikheev
1997-06-04
*
RelationPurgeLocalRelation():
Vadim B. Mikheev
1997-05-22
*
Little memmory leak in RelationFlushRelation() in freeing
Vadim B. Mikheev
1997-05-20
*
More stuff to make it compile on various ports.
Bryan Henderson
1996-11-27
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
Another directory that compiles with no errors, and few warnings
Marc G. Fournier
1996-11-06
*
Fixes: Errors when PQexec() in backend creates temp
Marc G. Fournier
1996-10-24
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09