Commit Graph

15697 Commits (fea2ffa7d8ac6c3bf773247f7aa0a1f5fea653f7)
 

Author SHA1 Message Date
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
Tom Lane 630684d3a1 Improve documentation of ParseDateTime(). Reorder tests to prevent 23 years ago
Tom Lane 9d41073f04 Fix several places where fractional-second inputs were misprocessed 23 years ago
Bruce Momjian b6f31f08dd Modify: 23 years ago
Bruce Momjian 0b532c944b Remove Tom mention on array items. 23 years ago
Bruce Momjian ad2068c2cb Add mention of :00 seconds. 23 years ago
Bruce Momjian 8bf7fffeea Update thread wording. 23 years ago
Bruce Momjian abb69fbf49 Modify tsearch2 to be Oleg,Teodor 23 years ago
Bruce Momjian e7e73980e2 Add tsearch2 mention. 23 years ago
Bruce Momjian 1875eb38f4 Add Philip Yarra to threads item, remove my name. 23 years ago
Bruce Momjian c6a27e0e7c Update release items from Joe Conway. 23 years ago
PostgreSQL Daemon 5b1b5f072d can't mix and match .gz and .bz2 in here ... won't build 23 years ago
PostgreSQL Daemon 1544c8215a seeing if building bz2 distributions actually works ... 23 years ago
PostgreSQL Daemon 56a84dc143 remove src/data from target list 23 years ago
Bruce Momjian bb31c715be Remove MOVE ALL item. 23 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 23 years ago
PostgreSQL Daemon d10146c067 change tag to 7.4beta1 and update the Copyright to 2003 23 years ago
Tom Lane 77489f4523 Update vacuumlo to be properly schema-aware. Improve documentation. 23 years ago
Bruce Momjian 98bf004421 Re-add USE_THREADS, used by ecpg. 23 years ago
Tom Lane c45b851e37 Fix erroneous direct reference to postgres.tar.gz, per bug report 23 years ago
Tom Lane 3b29525a79 Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their 23 years ago
Tom Lane f237a80d8a Fix to build correctly outside source tree. 23 years ago
Tom Lane 17d6721e0b Must print server's failure message before trying reconnect, not after. 23 years ago
Tom Lane e627dd2db9 Fix pltcl and plpython to support STATEMENT triggers. 23 years ago
Tom Lane e8e1d4553c SSL_read/SSL_write do not approximate the return conventions of recv() 23 years ago