Commit Graph

3771 Commits (c80b5f66c6faff085e312492be0aa50754e99eb9)

Author SHA1 Message Date
Tom Lane 4af446e7cd Produce a more useful error message for over-length Unix socket paths. 13 years ago
Michael Meskes 086cf1458c When processing nested structure pointer variables ecpg always expected an 13 years ago
Tom Lane 1fc698cf14 Suppress parallel build in interfaces/ecpg/preproc/. 13 years ago
Michael Meskes c50b8a4637 Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to cope 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Tom Lane bc433317ae Fix lo_import and lo_export to return useful error messages more often. 13 years ago
Tom Lane 0e924c007d Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. 13 years ago
Tom Lane 26fe56481c Code review for 64-bit-large-object patch. 13 years ago
Tom Lane 95d035e66d Autoconfiscate selection of 64-bit int type for 64-bit large object API. 13 years ago
Andrew Dunstan 33a7101281 Quiet a few MSC compiler warnings. 13 years ago
Tatsuo Ishii 7e2f8ed2b0 Fix compiling errors on Windows platform. Fix wrong usage of 13 years ago
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to 13 years ago
Michael Meskes 6e41fa2e5c Fixed test for array boundary. 13 years ago
Peter Eisentraut bcf90cc18b libpq: Add missing directory to installdirs target 13 years ago
Tom Lane 843363b8d5 Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug. 13 years ago
Tom Lane 210eb9b743 Centralize libpq's low-level code for dropping a connection. 13 years ago
Peter Eisentraut 4faf074a53 libpq: Fix memory leak in URI parser 14 years ago
Heikki Linnakangas f86e6ba40c Add runtime checks for number of query parameters passed to libpq functions. 14 years ago
Tom Lane 5ebaaa4944 Implement SQL-standard LATERAL subqueries. 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Alvaro Herrera fc4a8a6d74 perltidy adjustments to new file 14 years ago
Alvaro Herrera a184e4db83 Convert libpq regress script to Perl 14 years ago
Alvaro Herrera adb9b7d53b Update libpq test expected output 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Tom Lane 357c549334 Stamp library minor versions for 9.3. 14 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Robert Haas 3b5548a3d5 When using libpq URI syntax, error out on invalid parameter names. 14 years ago
Peter Eisentraut 2d612abd4d libpq: URI parsing fixes 14 years ago
Peter Eisentraut 4c39a09089 libpq: Add missing file to GETTEXT_FILES list 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Alvaro Herrera b035cb9db7 Accept postgres:// URIs in libpq connection functions 14 years ago
Bruce Momjian d24ac36f4f Stamp libraries versions for 9.2 (better late than never). 14 years ago
Tom Lane 92785dac2e Add a "row processor" API to libpq for better handling of large results. 14 years ago
Tom Lane c252a17d82 Rename frontend keyword arrays to avoid conflict with backend. 14 years ago
Tom Lane e9ce658b62 Refactor to eliminate duplicate copies of conninfo default-finding code. 14 years ago
Peter Eisentraut d4318483e1 libpq: Fix minor memory leaks 14 years ago
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 14 years ago
Peter Eisentraut ad4fb0d0d2 Improve EncodeDateTime and EncodeTimeOnly APIs 14 years ago
Peter Eisentraut 942b63193c Add missing va_end() calls 14 years ago
Peter Eisentraut c5e073ca2d ecpg: Fix off-by-one error in memory copying 14 years ago
Peter Eisentraut 8dd4d10d48 ecpg: Fix rare memory leaks 14 years ago
Peter Eisentraut f9325df0fc libpq: Fix memory leak 14 years ago
Peter Eisentraut e685a8e665 libpq: Small code clarification, and avoid casting away const 14 years ago