Commit Graph

15721 Commits (22bd88ba3538eec1f0b51bfa47454da0ad7d3549)
 

Author SHA1 Message Date
Bruce Momjian 22bd88ba35 Remove: 23 years ago
Bruce Momjian 6a991845a3 sprompt not needed in libpq. 23 years ago
Tom Lane 870886affe Suppress unused-variable warnings when building without Asserts. 23 years ago
Tom Lane f65643771b Conversion functions must be STRICT to prevent them from getting null inputs. 23 years ago
Peter Eisentraut fbf1fd2650 Fix null checking of type decimal datums without indicator in Informix 23 years ago
Peter Eisentraut e39bc695d6 Be a little bit more careful about using sqlstate, in case libpq returned 23 years ago
Peter Eisentraut 0bf70870db Translation updates by Dennis Björklund 23 years ago
Peter Eisentraut acbef53d1f Remove postgres_ext.h inclusion -- not necessary. 23 years ago
Bruce Momjian 63c4d156e0 Move simple_prompt()/sprompt.c into /port. 23 years ago
Bruce Momjian 522b4937b3 Makefile cleanup. 23 years ago
Bruce Momjian 48af71423d Cleanup. 23 years ago
Bruce Momjian 71b9be4d56 Typo cleanup. 23 years ago
Bruce Momjian 86b07104dd Makefile cleanup. 23 years ago
Bruce Momjian ba0d38fd89 More thread.c cleanup. 23 years ago
Bruce Momjian 30c63f460a More threading cleanups. 23 years ago
Bruce Momjian e8dd31701b more thread.c consistency. 23 years ago
Bruce Momjian e4cbb982b0 threads.c -> thread.c, be consistent. 23 years ago
Bruce Momjian 80ed63952b Update done items: 23 years ago
Bruce Momjian cce40d15d5 Remove space between function name and opening paren in pg_dump, for 23 years ago
Bruce Momjian 60356aa76d No need for TODO.detail error. 23 years ago
Tom Lane f2b6bb42ab Fix floating-point timestamp comparisons to not go nuts if NaN is 23 years ago
Bruce Momjian e060701f51 Clean up function header. 23 years ago
Tom Lane 31773533bd Fix typo. 23 years ago
Tom Lane 33ab177a56 Don't assume that struct option is available just because we can find a 23 years ago
Tom Lane fea2ffa7d8 SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition. 23 years ago
Tom Lane ecbed6e1b9 create_unique_plan() should not discard existing output columns of the 23 years ago
Tom Lane d862045dfc Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h defines 23 years ago
Bruce Momjian d8295603c8 Make table column type TEXT. 23 years ago
Bruce Momjian 697f9f09ed Add iteration option to thread test program. 23 years ago
Bruce Momjian c7fda55cc6 Update pgindent readme. 23 years ago
Tom Lane b830e933c0 Remove unnecessary use of multiple cat processes to feed psql; this 23 years ago
Bruce Momjian 2bc092d2f2 Move dollar sign items to object section. 23 years ago
Bruce Momjian 78154363f9 Update typedef names for pgindent 7.4. 23 years ago
Bruce Momjian 00c11039d4 Update ecpg thread testing program to be more automated. 23 years ago
Barry Lind 9c6d5495b9 markup fixes 23 years ago
Bruce Momjian 042221db83 Include postgres_ext.h instead of postgres_fe.h. This allows ecpg 23 years ago
Bruce Momjian 90562b1135 Noticed broken markup in ecpg.sgml. Attached patch fixes it. Please 23 years ago
Bruce Momjian df5a58811b Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpg 23 years ago
Barry Lind acf09c64b0 Sometimes the third time is the charm. Third try to fix the sql injection 23 years ago
Bruce Momjian f0f137599a Update release items from Tom. 23 years ago
Barry Lind 1d1df53f82 Applied doc patch for the jdbc docs submitted by Nic Ferrier for functionality 23 years ago
Bruce Momjian 3efb2af4b6 Add: 23 years ago
Tom Lane 338aa57be0 Rename fields of DestReceiver to avoid collisions with (ill-considered) 23 years ago
Tom Lane d5f7d2c682 Adopt a random backoff algorithm for sleep delays when waiting for a 23 years ago
Tom Lane a6672880e1 Fix compiler-detected problem for Alphas: it seems strlen returns 23 years ago
Teodor Sigaev 8753157739 OpenFTS vs Tsearch2 comment 23 years ago
Teodor Sigaev d702313f0d Add documentation about ts_debug 23 years ago
Teodor Sigaev dd2870f76f Add ts_debug function for debugging configurations 23 years ago
Barry Lind 11e9dcc549 Applied patch from kho@redhat.com to fix a problem with trying to use a fetch 23 years ago
Bruce Momjian 149f01c4d4 Add ecpg thread testing file. 23 years ago