index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpgtcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile cleanup for interface tree. Now essentially with all the
Peter Eisentraut
2000-06-28
2
-60
/
+55
*
Remove fmgrstamp-h business -- not needed and confusing
Peter Eisentraut
2000-06-17
1
-5
/
+1
*
Back out libpgtcl tcl/tksh includes.
Bruce Momjian
2000-06-14
3
-44
/
+1
*
add missing files
Bruce Momjian
2000-06-13
2
-0
/
+34
*
in the Directory src/bin/pgtclsh there is a good mechanism to integrate
Bruce Momjian
2000-06-13
1
-1
/
+14
*
Moved configure script from src/ to the top level directory. Moved
Peter Eisentraut
2000-06-06
1
-2
/
+2
*
Cleanup of <> and ""
Bruce Momjian
2000-05-29
2
-4
/
+4
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
1
-4
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
4
-17
/
+17
*
Change PQconndefaults() to return a malloc'd array, instead of a static
Tom Lane
2000-03-11
1
-13
/
+20
*
I've made a diff against the 7.0beta1 tree that accomplishes several things:
Bruce Momjian
2000-03-08
1
-2
/
+2
*
Clean up badly-formatted error messages from pg_connect.
Tom Lane
2000-02-27
1
-8
/
+9
*
Add:
Bruce Momjian
2000-01-26
6
-12
/
+18
*
Update int28out and out8out and _in_ functions to handle trailing zeros
Bruce Momjian
2000-01-10
1
-2
/
+2
*
I have done the QNX4 port with the current source tree. The number of
Bruce Momjian
1999-12-16
1
-2
/
+2
*
Add pginterface into main tree, called pgeasy.
Bruce Momjian
1999-10-11
1
-2
/
+2
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
3
-10
/
+3
*
Make sure symlinks for sharedlib get removed by 'make clean'.
Tom Lane
1999-06-30
1
-3
/
+4
*
egcs thinks omitting the return type in a function declaration
Tom Lane
1999-05-30
1
-3
/
+3
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
6
-72
/
+72
*
pgindent run over code.
Bruce Momjian
1999-05-25
4
-100
/
+114
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
1
-3
/
+3
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
6
-14
/
+14
*
Include -lcrypt when needed to link libpgtcl.so and plpgsql.so
Tom Lane
1999-02-07
1
-2
/
+7
*
Add PQresStatus() function to avoid direct access to pgresStatus[] array,
Tom Lane
1999-02-07
1
-2
/
+2
*
Keep Tcl from getting confused if backend closes connection
Tom Lane
1999-01-17
1
-1
/
+10
*
TCL_ARRAYS option patches from Massimo Dal Zotto
Tom Lane
1999-01-17
1
-35
/
+72
*
Centralized shared-library build knowledge in a new file,
Tom Lane
1998-10-19
1
-122
/
+15
*
Clean up shared makefile install procedures.
Tom Lane
1998-10-18
1
-8
/
+14
*
Clean up library names and installation paths.
Thomas G. Lockhart
1998-10-14
1
-40
/
+41
*
Fix another memory leak in pg_select --- pointed out by teo@flex.ro
Tom Lane
1998-10-14
1
-9
/
+9
*
Tcl fixes from Billy G. Allie
Bruce Momjian
1998-10-12
1
-1
/
+2
*
More Solaris fixes.
Bruce Momjian
1998-10-12
1
-2
/
+2
*
Add SVr4 shared libraries.
Bruce Momjian
1998-10-12
1
-1
/
+8
*
Solaris shared library fixes.
Bruce Momjian
1998-10-12
1
-2
/
+9
*
major/minor shared name cleanup
Bruce Momjian
1998-10-09
1
-8
/
+11
*
More bsdi 4.0 cleanups for shared libraries.
Bruce Momjian
1998-10-09
1
-2
/
+2
*
More bsdi 4.0 fixes.
Bruce Momjian
1998-10-09
1
-2
/
+1
*
Fix for BSDI shared libraries.
Bruce Momjian
1998-10-09
1
-3
/
+3
*
Use the $(LN_S) substitution for "ln -s" since configure tests for it.
Thomas G. Lockhart
1998-10-07
1
-3
/
+3
*
Fix potential coredump in pg_conndefaults (assigning constant string
Tom Lane
1998-10-02
1
-13
/
+15
*
Simplify pg_result by using new libpq PQresultErrorMessage;
Tom Lane
1998-10-01
1
-23
/
+20
*
This patch covers several to-do items that I had for libpgtcl:
Bruce Momjian
1998-09-21
6
-171
/
+284
*
More bsdi 4.0 additions.
Bruce Momjian
1998-09-10
1
-14
/
+23
*
libpgtcl cleanups for Tom Lane.
Bruce Momjian
1998-09-04
1
-3
/
+2
*
patch cleanups.
Bruce Momjian
1998-09-03
1
-3
/
+3
*
Attached is a patch to remove the definitions of libpq's internal
Bruce Momjian
1998-09-03
2
-99
/
+65
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
6
-1347
/
+1482
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
1
-3
/
+3
*
The attached patch fixes a problem that I seem to have introduced
Bruce Momjian
1998-08-22
1
-3
/
+13
[next]