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
2003-08-08
Makefile cleanup.
Bruce Momjian
2003-08-08
More thread.c cleanup.
Bruce Momjian
2003-08-08
More threading cleanups.
Bruce Momjian
2003-08-08
threads.c -> thread.c, be consistent.
Bruce Momjian
2003-08-07
Clean up function header.
Bruce Momjian
2003-08-07
Make table column type TEXT.
Bruce Momjian
2003-08-07
Add iteration option to thread test program.
Bruce Momjian
2003-08-07
Update ecpg thread testing program to be more automated.
Bruce Momjian
2003-08-07
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
Bruce Momjian
2003-08-07
Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpg
Bruce Momjian
2003-08-07
Sometimes the third time is the charm. Third try to fix the sql injection
Barry Lind
2003-08-06
Fix compiler-detected problem for Alphas: it seems strlen returns
Tom Lane
2003-08-06
Applied patch from kho@redhat.com to fix a problem with trying to use a fetch
Barry Lind
2003-08-06
Add ecpg thread testing file.
Bruce Momjian
2003-08-04
Fix some more problems with testing error returns from SSL.
Tom Lane
2003-08-04
Translation updates
Peter Eisentraut
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-08-04
Remove extra paren in NOT_USED code, found by pgindent.
Bruce Momjian
2003-08-01
Code review for sslmode patch: eliminate memory leak, avoid giving a
Tom Lane
2003-08-01
Missed two places to replace union member.
Michael Meskes
2003-08-01
Fix a few of the more blatantly unportable constructs in this file.
Tom Lane
2003-08-01
Fix inconsistent static-vs-not-static declarations.
Tom Lane
2003-08-01
Fix compile warning.
Tom Lane
2003-08-01
Russian translation updates by Serguei Mokhov
Peter Eisentraut
2003-08-01
Use only two-part shared library version numbers, for better portability
Peter Eisentraut
2003-08-01
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
Added missing TO keyword.
Michael Meskes
2003-08-01
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
clean python out of Makefile
Marc G. Fournier
2003-08-01
remove python module, as its moved to http://www.pygresql.org
Marc G. Fournier
2003-07-28
A visit from the message-style police ...
Tom Lane
2003-07-27
here are the patches for psql on Win32:
Bruce Momjian
2003-07-26
At long last I put together a patch to support 4 client SSL negotiation
Bruce Momjian
2003-07-25
Added explicit casts for date/interval/timestamp.
Michael Meskes
2003-07-25
Applied Peter's patch to use yyless instead of my string_unput function.
Michael Meskes
2003-07-24
Fixed mdy functions to use correct offset.
Michael Meskes
2003-07-24
Fixes additional sql injection vulnerabilities reported by Oliver Jowett
Barry Lind
2003-07-23
Have a go at fixing various outstanding portability issues in code that
Tom Lane
2003-07-23
Czech translation updates from Karel Zak
Peter Eisentraut
2003-07-22
Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)
Barry Lind
2003-07-21
Applied patch from dmitry@openratings.com to fix parsing of array values
Barry Lind
2003-07-18
Added more compat stuff ot the parser.
Michael Meskes
2003-07-17
Add an upper limit to IS_VALID_JULIAN() to defend against overflow in
Tom Lane
2003-07-17
Allow blanks at the end of numerical values.
Michael Meskes
2003-07-17
Fixed some bugs in Informix compat functions.
Michael Meskes
2003-07-17
Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
Tom Lane
2003-07-16
Applied patch to fix two compatibility functions.
Michael Meskes
2003-07-15
Started to create different error codes for different backend messages.
Michael Meskes
2003-07-14
Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.
Michael Meskes
[next]