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
/
interfaces
Age
Commit message (
Expand
)
Author
2004-10-18
Synced parser
Michael Meskes
2004-10-17
Translation updates
Peter Eisentraut
2004-10-16
Remove dllist.c from libpq. It's overkill for what libpq needs; we can
Tom Lane
2004-10-16
Generate the various .def files for libpq DLLs from a single list of
Tom Lane
2004-10-16
Export only required symbols in libpq on Win32.
Bruce Momjian
2004-10-16
Allow pg_ctl to determine the server is up when getting a request for a
Bruce Momjian
2004-10-14
Add 'int' cast for getpid() because some Solaris releases return long
Bruce Momjian
2004-10-13
More minor cosmetic improvements:
Neil Conway
2004-10-12
Message style revisions
Peter Eisentraut
2004-10-12
Fix vpath build break, induced by Bruce's recent commit.
Neil Conway
2004-10-12
Add some pg_config_path.h dependencies for places that include
Bruce Momjian
2004-10-10
Cosmetic improvements/code cleanup:
Neil Conway
2004-10-09
Make getpid() use %d consistently for printing.
Bruce Momjian
2004-10-06
The Win32 (mingw) build of libpq seems to have lost it's SSL libs from
Bruce Momjian
2004-10-05
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-05
Another tightening of Win32 typedefs.
Bruce Momjian
2004-10-05
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-10-04
Make sure no libs use libpgport by removing it from the link line.
Bruce Momjian
2004-10-04
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-10-03
Translation update
Peter Eisentraut
2004-10-03
Translation updates
Peter Eisentraut
2004-09-28
Revert patch that removed BUFSIZ usage. The memory has to hold the
Bruce Momjian
2004-09-27
Remove use of large BUFSIZ for buffers and use the proper struct sizes.
Bruce Momjian
2004-09-27
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
Translation updates
Peter Eisentraut
2004-09-27
Synced parser.
Michael Meskes
2004-09-26
Fix multiple breakages in our support for SSL certificates.
Tom Lane
2004-09-26
Here is a patch that adds the version info from libpq.rc to the DLL
Bruce Momjian
2004-09-26
Use <> not "" for include of pthread.h.
Bruce Momjian
2004-09-23
If we're going to print unrecognized result codes from SSL_get_error
Tom Lane
2004-09-23
This patch logs the error code in the default case, so that the user
Bruce Momjian
2004-09-20
Translation update
Peter Eisentraut
2004-09-20
Translation updates
Peter Eisentraut
2004-09-20
Translation updates
Peter Eisentraut
2004-09-20
Translation updates
Peter Eisentraut
2004-09-13
Translation updates
Peter Eisentraut
2004-09-09
Translation updates
Dennis Bjorklund
2004-09-09
Some source files was not scanned for translatable strings.
Dennis Bjorklund
2004-09-09
Fix Cygwin defines to be consistent.
Bruce Momjian
2004-09-09
Make TZNAME_GLOBAL for reference to tzname global variable.
Bruce Momjian
2004-09-08
Use _timezone global on Cygwin instead of timezone.
Bruce Momjian
2004-09-06
Fixed segfault in Informix mode.
Michael Meskes
2004-09-02
Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds
Bruce Momjian
2004-09-01
Realign libpq and psql for need for path.c under Win32 VC and BCC.
Bruce Momjian
2004-09-01
Back out Cygwin timezone change until we have a more global solution.
Bruce Momjian
2004-09-01
Cast _timezone to int from time_t for Cygwin.
Bruce Momjian
2004-08-30
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-28
Add missing semicolon; some bison versions warn of this.
Tom Lane
[next]