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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Miscellaneous Cygwin build fixes from Reini Urban.
Tom Lane
2004-11-17
1
-1
/
+5
*
Translation update
Peter Eisentraut
2004-11-16
3
-299
/
+426
*
Not entirely sure when this broke, but libpq's VC++ build is currently
Bruce Momjian
2004-11-13
2
-0
/
+4
*
List VALUE as a keyword.
Michael Meskes
2004-11-10
2
-1
/
+6
*
Get rid of perror(), substitute some better phrased error messages.
Peter Eisentraut
2004-11-09
3
-13
/
+16
*
Translation updates
Peter Eisentraut
2004-11-09
1
-1
/
+1
*
Translation updates
Peter Eisentraut
2004-11-07
1
-134
/
+147
*
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-11-05
1
-5
/
+5
*
Translation updates
Peter Eisentraut
2004-11-02
1
-124
/
+130
*
Translation updates
Peter Eisentraut
2004-11-02
3
-804
/
+989
*
fixed bug in segfault REVOKE statement
Dave Cramer
2004-11-01
1
-3
/
+9
*
Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.
Tom Lane
2004-10-30
4
-53
/
+168
*
Translation update
Peter Eisentraut
2004-10-30
1
-122
/
+131
*
No need to set errorMessage length --- already set in goto target.
Bruce Momjian
2004-10-29
1
-4
/
+1
*
Set errorMessage length in PQrequestCancel() in all places.
Bruce Momjian
2004-10-29
1
-1
/
+4
*
Translation updates
Peter Eisentraut
2004-10-28
1
-25
/
+34
*
Translation updates
Peter Eisentraut
2004-10-28
1
-156
/
+270
*
Translation updates
Peter Eisentraut
2004-10-27
1
-37
/
+37
*
Translation updates
Peter Eisentraut
2004-10-27
2
-2
/
+615
*
Translation updates
Peter Eisentraut
2004-10-27
1
-25
/
+25
*
Translation updates
Peter Eisentraut
2004-10-27
1
-643
/
+646
*
Translation updates
Dennis Bjorklund
2004-10-22
1
-125
/
+139
*
Set the close-on-exec flag for libpq's socket to the backend, to avoid
Tom Lane
2004-10-21
1
-27
/
+26
*
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
Tom Lane
2004-10-21
1
-7
/
+2
*
Add PQprepare/PQsendPrepared functions to libpq to support preparing
Tom Lane
2004-10-18
5
-11
/
+146
*
Synced parser
Michael Meskes
2004-10-18
2
-36
/
+38
*
Translation updates
Peter Eisentraut
2004-10-17
1
-110
/
+236
*
Remove dllist.c from libpq. It's overkill for what libpq needs; we can
Tom Lane
2004-10-16
9
-37
/
+42
*
Generate the various .def files for libpq DLLs from a single list of
Tom Lane
2004-10-16
6
-486
/
+165
*
Export only required symbols in libpq on Win32.
Bruce Momjian
2004-10-16
6
-3
/
+28
*
Allow pg_ctl to determine the server is up when getting a request for a
Bruce Momjian
2004-10-16
2
-3
/
+6
*
Add 'int' cast for getpid() because some Solaris releases return long
Bruce Momjian
2004-10-14
1
-2
/
+2
*
More minor cosmetic improvements:
Neil Conway
2004-10-13
1
-1
/
+1
*
Message style revisions
Peter Eisentraut
2004-10-12
1
-3
/
+3
*
Fix vpath build break, induced by Bruce's recent commit.
Neil Conway
2004-10-12
2
-4
/
+4
*
Add some pg_config_path.h dependencies for places that include
Bruce Momjian
2004-10-12
2
-8
/
+14
*
Cosmetic improvements/code cleanup:
Neil Conway
2004-10-10
2
-3
/
+3
*
Make getpid() use %d consistently for printing.
Bruce Momjian
2004-10-09
1
-2
/
+2
*
The Win32 (mingw) build of libpq seems to have lost it's SSL libs from
Bruce Momjian
2004-10-06
1
-2
/
+2
*
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-05
1
-3
/
+5
*
Another tightening of Win32 typedefs.
Bruce Momjian
2004-10-05
1
-2
/
+2
*
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-10-05
2
-4
/
+14
*
Make sure no libs use libpgport by removing it from the link line.
Bruce Momjian
2004-10-04
3
-4
/
+13
*
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-10-04
1
-9
/
+12
*
Translation update
Peter Eisentraut
2004-10-03
1
-56
/
+55
*
Translation updates
Peter Eisentraut
2004-10-03
1
-129
/
+272
*
Revert patch that removed BUFSIZ usage. The memory has to hold the
Bruce Momjian
2004-09-28
2
-7
/
+7
*
Remove use of large BUFSIZ for buffers and use the proper struct sizes.
Bruce Momjian
2004-09-27
2
-7
/
+7
*
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
1
-2
/
+2
*
Translation updates
Peter Eisentraut
2004-09-27
1
-37
/
+38
[next]