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
/
ecpg
Age
Commit message (
Expand
)
Author
2005-06-21
Cause initdb to create a third standard database "postgres", which
Tom Lane
2005-06-16
Add \x hex support to ecpg strings. This just passes them to the backend.
Bruce Momjian
2005-06-02
- Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-05-27
Display only 9 subsecond digits instead of 10 for time values, for
Bruce Momjian
2005-05-27
Back out part of patch that should be applied later.
Bruce Momjian
2005-05-27
Fix compile of entab to use stdarg.h. Clean up includes.
Bruce Momjian
2005-05-26
Use Abs() macro to replace ? :.
Bruce Momjian
2005-05-26
Back out:
Bruce Momjian
2005-05-26
Display only 9 not 10 digits of precision for timestamp values when
Bruce Momjian
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-24
Remove more extraneous parentheses in date/time functions.
Bruce Momjian
2005-05-23
More macro cleanups for date/time.
Bruce Momjian
2005-05-23
Add datetime macros for constants, for clarity:
Bruce Momjian
2005-04-14
Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...
Michael Meskes
2005-03-18
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-14
Bump minor version numbers for 8.1 compared to 8.0.
Bruce Momjian
2005-03-11
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-02-10
Fixed changelog entry to list correct bug reporter.
Michael Meskes
2005-02-10
Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA
Michael Meskes
2005-02-09
Fixed bug in parsing of CREATE AS statement.
Michael Meskes
2005-02-02
Fixed bug in parsing of #line statement in declare section.
Michael Meskes
2005-01-26
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
2005-01-25
Fixed segfault due to freeing a struct definition twice if it was a named str...
Michael Meskes
2005-01-18
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
Bruce Momjian
2005-01-11
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2005-01-10
Fixed segfault in adjust_informix due to missing varchar type.
Michael Meskes
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-30
Fixed segfault in connect when specifying no database name.
Michael Meskes
2004-12-23
Add missing ecpg prototype for newly added functions.
Bruce Momjian
2004-12-23
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
Michael Meskes
2004-12-06
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-11-20
Fix up makefile dependencies for pg_config_paths.h.
Tom Lane
2004-11-10
List VALUE as a keyword.
Michael Meskes
2004-11-09
Get rid of perror(), substitute some better phrased error messages.
Peter Eisentraut
2004-11-05
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-11-01
fixed bug in segfault REVOKE statement
Dave Cramer
2004-10-18
Synced parser
Michael Meskes
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
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-05
Add Win32 version info to client binaries.
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-09-27
Synced parser.
Michael Meskes
2004-09-09
Fix Cygwin defines to be consistent.
Bruce Momjian
[next]