Commit Graph

15679 Commits (338aa57be021faa141777fc33f28a10925e794dc)
 

Author SHA1 Message Date
Tom Lane 338aa57be0 Rename fields of DestReceiver to avoid collisions with (ill-considered) 22 years ago
Tom Lane d5f7d2c682 Adopt a random backoff algorithm for sleep delays when waiting for a 22 years ago
Tom Lane a6672880e1 Fix compiler-detected problem for Alphas: it seems strlen returns 22 years ago
Teodor Sigaev 8753157739 OpenFTS vs Tsearch2 comment 22 years ago
Teodor Sigaev d702313f0d Add documentation about ts_debug 22 years ago
Teodor Sigaev dd2870f76f Add ts_debug function for debugging configurations 22 years ago
Barry Lind 11e9dcc549 Applied patch from kho@redhat.com to fix a problem with trying to use a fetch 22 years ago
Bruce Momjian 149f01c4d4 Add ecpg thread testing file. 22 years ago
Tom Lane 630684d3a1 Improve documentation of ParseDateTime(). Reorder tests to prevent 22 years ago
Tom Lane 9d41073f04 Fix several places where fractional-second inputs were misprocessed 22 years ago
Bruce Momjian b6f31f08dd Modify: 22 years ago
Bruce Momjian 0b532c944b Remove Tom mention on array items. 22 years ago
Bruce Momjian ad2068c2cb Add mention of :00 seconds. 22 years ago
Bruce Momjian 8bf7fffeea Update thread wording. 22 years ago
Bruce Momjian abb69fbf49 Modify tsearch2 to be Oleg,Teodor 22 years ago
Bruce Momjian e7e73980e2 Add tsearch2 mention. 22 years ago
Bruce Momjian 1875eb38f4 Add Philip Yarra to threads item, remove my name. 22 years ago
Bruce Momjian c6a27e0e7c Update release items from Joe Conway. 22 years ago
PostgreSQL Daemon 5b1b5f072d can't mix and match .gz and .bz2 in here ... won't build 22 years ago
PostgreSQL Daemon 1544c8215a seeing if building bz2 distributions actually works ... 22 years ago
PostgreSQL Daemon 56a84dc143 remove src/data from target list 22 years ago
Bruce Momjian bb31c715be Remove MOVE ALL item. 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 22 years ago
PostgreSQL Daemon d10146c067 change tag to 7.4beta1 and update the Copyright to 2003 22 years ago
Tom Lane 77489f4523 Update vacuumlo to be properly schema-aware. Improve documentation. 22 years ago
Bruce Momjian 98bf004421 Re-add USE_THREADS, used by ecpg. 22 years ago
Tom Lane c45b851e37 Fix erroneous direct reference to postgres.tar.gz, per bug report 22 years ago
Tom Lane 3b29525a79 Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their 22 years ago
Tom Lane f237a80d8a Fix to build correctly outside source tree. 22 years ago
Tom Lane 17d6721e0b Must print server's failure message before trying reconnect, not after. 22 years ago
Tom Lane e627dd2db9 Fix pltcl and plpython to support STATEMENT triggers. 22 years ago
Tom Lane e8e1d4553c SSL_read/SSL_write do not approximate the return conventions of recv() 22 years ago
Tom Lane 39a9496d51 Fix some more problems with testing error returns from SSL. 22 years ago
Bruce Momjian 5c15cb4752 Fix thread handling in configure. 22 years ago
Tom Lane 963c1fa9d3 Minor cleanups in S_LOCK_TEST code. 22 years ago
Tom Lane 5f6401e2a2 HPUX's horology behavior is OS-dependent, not hardware-dependent. 22 years ago
Teodor Sigaev d6f0f44b55 make sub-Makefiles in the sub-directories 22 years ago
Teodor Sigaev 8405e505c4 Docs fixes 22 years ago
Peter Eisentraut fb19e2f41d Translation updates 22 years ago
Peter Eisentraut 3766e99c41 Add a note that AND and OR are commutative. Apparently, they are not in 22 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 19f7ca78cc Fix for 2003 again. 22 years ago
Bruce Momjian eb20aa9edb Update copyright script for 2003. 22 years ago
Tom Lane 010c6504cb Put back braces removed by pgindent (not really pgindent's fault). 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Bruce Momjian 63354a0228 Remove extra paren in NOT_USED code, found by pgindent. 22 years ago
Tom Lane 455a55fc29 Tighten inline_function's test for overly complex parameters. This 22 years ago
Tom Lane c1c7b338ee Reconsider context for calling callback functions --- original idea 22 years ago
Bruce Momjian 0b96badc9c Update comments. 22 years ago