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
1997-01-10
include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix
Bruce Momjian
1997-01-10
cleanup for LINUX_ELF
Bruce Momjian
1997-01-10
timeb.h only used when not using POSIX_TIME
Bruce Momjian
1997-01-10
Makefile's -fpic only for gcc
Bruce Momjian
1997-01-10
Massimo fix for non-existant file copy error.
Bruce Momjian
1997-01-10
I found the following bugs in the version 6.0 (dated 961229).
Bruce Momjian
1997-01-10
Fixed (I hope) unique btree index implementation.
Vadim B. Mikheev
1997-01-10
index_insert has now HeapRelation as last param (for unique index
Vadim B. Mikheev
1997-01-10
index_insert has now HeapRelation as last param (for unique index
Vadim B. Mikheev
1997-01-10
index_insert has now HeapRelation as last param (for
Vadim B. Mikheev
1997-01-09
#include <postgres.h> moved upper
Vadim B. Mikheev
1997-01-08
#include "postgres.h"
Vadim B. Mikheev
1997-01-08
Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.
Bryan Henderson
1997-01-08
Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.
Bryan Henderson
1997-01-08
Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.
Bryan Henderson
1997-01-06
Minor changes for NeXT compile
Marc G. Fournier
1997-01-06
More config.h syncing for limits.h
Marc G. Fournier
1997-01-06
Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
Marc G. Fournier
1997-01-06
Clean up 'if defined()' for header files...
Marc G. Fournier
1997-01-05
final fix for shared library under BSD44_derived
Marc G. Fournier
1997-01-05
Fixes:
Marc G. Fournier
1997-01-05
Just reviewed what I changed as far a dlopen/etc are concerned, and determined
Marc G. Fournier
1997-01-05
Standardize all LDADD to LD_ADD.
Bryan Henderson
1997-01-05
Closing opened indices.
Vadim B. Mikheev
1997-01-05
Releasing empty root page in _bt_endpoint () to avoid
Vadim B. Mikheev
1997-01-03
FreeBSD doesn't require the dl{open,close,sym,error} functions, as they are
Marc G. Fournier
1997-01-02
ALTER TABLE (text) fix
Bruce Momjian
1997-01-01
Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.
Bruce Momjian
1996-12-31
Fixed realloc for increasing tempRels list.
Vadim B. Mikheev
1996-12-31
ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool now
Vadim B. Mikheev
1996-12-29
explain change
Bruce Momjian
1996-12-29
Improved EXPLAIN option handling.
Bruce Momjian
1996-12-28
Fixed Assert check where ! should be !=.
Bruce Momjian
1996-12-28
Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full
Bruce Momjian
1996-12-27
Add asserts to check for file descriptor ring corruption.
Bryan Henderson
1996-12-27
There was JMP_BUF defined in config.h. And SIGJMP_BUF later.
Vadim B. Mikheev
1996-12-26
pq/signal() portability patch. Also psql copy prompt fix.
Bruce Momjian
1996-12-26
Added include files needed for getpid prototype.
Bruce Momjian
1996-12-26
Change %ud to %u
Bruce Momjian
1996-12-26
In file: .../src/backend/postmaster/postmaster.c I found 3 leaks and
Bruce Momjian
1996-12-26
I have this annoying habit (among others) of putting
Bruce Momjian
1996-12-26
In src/backend/catalog/pg_operator.c in OperatorDef, there
Bruce Momjian
1996-12-26
Removal of CppConcat from indexam.c.
Bruce Momjian
1996-12-23
Add cast to quiet compiler warning.
Bryan Henderson
1996-12-20
Improve handling of semicolons ending statements.
Bruce Momjian
1996-12-20
Rename parameter.
Bruce Momjian
1996-12-19
More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1996-12-19
COPY_PATCH...
Marc G. Fournier
1996-12-19
#ifdef ASYNC_DEBUG various sections of async.c
Marc G. Fournier
1996-12-17
Make GROUP BY work with aliases, ORDER BY with column numbers
Bruce Momjian
[next]