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
/
libpq
Age
Commit message (
Expand
)
Author
1997-01-14
There are two prototypes for inet_aton, one in include/inet_aton.h, and
Bruce Momjian
1997-01-10
I found the following bugs in the version 6.0 (dated 961229).
Bruce Momjian
1996-12-26
pq/signal() portability patch. Also psql copy prompt fix.
Bruce Momjian
1996-11-27
More stuff to make it compile on various ports.
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-18
Add comments about the diversity of signal functionality. Came from
Bryan Henderson
1996-11-16
Add #include <sys/types.h> so it works with Ultrix's in.h
Bryan Henderson
1996-11-15
Correct permissions on lo_export(). Open up permissions.
Bruce Momjian
1996-11-15
Mulitple inclusion of sys/socket.h
Marc G. Fournier
1996-11-14
Remove most compile-time options, add a few runtime options to make up for it.
Bryan Henderson
1996-11-10
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-08
Compile and warning cleanup
Bruce Momjian
1996-11-06
I'm getting there, slowly :)
Marc G. Fournier
1996-11-06
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-03
Fix bogus format in two error messages.
Bryan Henderson
1996-11-03
Quiet a compiler warning (see line 729+, retvalue)
Marc G. Fournier
1996-11-03
Remove 'unused variable `open_errno''
Marc G. Fournier
1996-11-03
Produce a clean compile of backend...
Marc G. Fournier
1996-10-31
clean up makefile
Marc G. Fournier
1996-10-31
remove use of PORTNAME_*
Marc G. Fournier
1996-10-28
Make a local isblank() function, since not all standard C libraries have it.
Bryan Henderson
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-13
Added include needed for recent addition.
Bruce Momjian
1996-10-13
Added consistent include file handling for MAXHOSTNAMELEN.
Bruce Momjian
1996-10-12
New host-based authentication with ident
Bryan Henderson
1996-10-11
Separate general purpose functions from portal functions so they may be
Bryan Henderson
1996-09-23
diff -ru ../../../orig/postgres95/src/backend/libpq/be-fsstubs.c
Marc G. Fournier
1996-09-23
Here's a patch that I discussed recently on pg95-dev that changes the
Marc G. Fournier
1996-08-28
Clean up th ecompile process by centralizing the include files
Marc G. Fournier
1996-08-14
The following patch makes postmaster -D work. -D specifies a different PGDATA
Marc G. Fournier
1996-07-23
Finished merging in src/backend from Dr. George's source tree
Marc G. Fournier
1996-07-09
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier