Commit Graph

15884 Commits (4e85f760e6b1cccfb82be8078257ade01435573e)
 

Author SHA1 Message Date
Bruce Momjian 4e85f760e6 Done: 22 years ago
Bruce Momjian 4928856fc4 Mark unixware as verified. 22 years ago
Bruce Momjian e57c9fa6b8 Add Unixware as verified. 22 years ago
Bruce Momjian 1129eab9c7 Update German FAQ. 22 years ago
Bruce Momjian 47e6609c54 Mark BSD/OS as verified not needing reentrant function names. 22 years ago
Bruce Momjian 2310dd3af2 Add reporting of specificy threading failure functions. 22 years ago
Bruce Momjian 4cc247f74b Add test for thread-safeness of libc functions. 22 years ago
Bruce Momjian c351729e1e Mark Unixware as not requiring *_r functions. 22 years ago
Tom Lane b96e32ebf8 Work around ENOTEMPTY being an alias for EEXIST on some platforms. 22 years ago
Tom Lane 5840b89373 Repair problems with to_char() overrunning its input string. 22 years ago
Tom Lane 5ac2d7c0eb In _bt_check_unique() loop, don't bother applying _bt_isequal() to 22 years ago
Peter Eisentraut 30b4abf5d0 Remove outdated CLI things. 22 years ago
Tom Lane b916cc435a Cause standalone backend (including bootstrap case) to read the GUC 22 years ago
Tom Lane d70610c4ee Several fixes for hash indexes that involve changing the on-disk index 22 years ago
Tom Lane 8b2450c831 Fix a couple typos, add some more comments. 22 years ago
Tom Lane 39673ca47b Rewrite hashbulkdelete() to make it amenable to new bucket locking 22 years ago
Peter Eisentraut 5f65345a57 Do not pass server_encoding to the client. 22 years ago
Peter Eisentraut f10a9033bf Clean up after pygresql removal: adjust/remove documentation and remove 22 years ago
Tom Lane 65c2d427fb Preliminary cleanup for hash index code (doesn't attack the locking problem 22 years ago
Tom Lane eaeb8621f8 Add some internals documentation for hash indexes, including an 22 years ago
Bruce Momjian 2fb6e84bae Add mention of OID wraparound. 22 years ago
Michael Meskes 05f4b03b23 Fixed two bugs in pgtypes library. 22 years ago
Bruce Momjian 11c2f1900a Rename DoIt to changeVar, for clarity. 22 years ago
Peter Eisentraut defc7a972d Translation update 22 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 22 years ago
Peter Eisentraut cf8e916968 Set LC_ALL=C when running collateindex.pl to get predictable sort order. 22 years ago
Bruce Momjian 5a288903b9 Guard against pgindent changing =- to = -. 22 years ago
Bruce Momjian ceacae7734 Fix unixware template --- had spaces around equals. 22 years ago
Tom Lane 7e2a4cfe63 Make documentation of pg_restore's -N, -o, -r switches bear some 22 years ago
Tom Lane 209a8d63df pg_dump and pg_restore -r had managed to diverge on the ordering of 22 years ago
Tom Lane 80bc61c849 Ensure that FK constraints are dumped after primary/unique constraints, 22 years ago
Tom Lane ce2ab4131a Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. 22 years ago
Teodor Sigaev 61366a9503 More accuracy works with stopwords in queries 22 years ago
Tom Lane d1031cdef2 Adjust date/time input parsing code to correctly distinguish the four 22 years ago
Peter Eisentraut 3722226070 Add "override" for make variable JADEFLAGS, since upper directory passes 22 years ago
Peter Eisentraut 535980aa40 Major cleanup of SPI chapter 22 years ago
Tom Lane 64a32f9df8 Department of second thoughts: can't reorder merge-join clauses. 22 years ago
Bruce Momjian 743f667f00 Update URL for 7.3 changes: 22 years ago
PostgreSQL Daemon 14ef1c8603 update to beta2 22 years ago
Peter Eisentraut f2c2943aae Share PG_DIAG_* macros between client and server and use them internally. 22 years ago
Tom Lane 73e3edf2e6 Push subplan clauses to the back in qual lists for join plans, not 22 years ago
Bruce Momjian 147c16497b Call it Linux, not GNU/Linux. 22 years ago
Tom Lane 1de9615a58 Use separate SQLSTATE codes for file not found/file exists, rather than 22 years ago
Bruce Momjian 0b511f07e3 psql's HISTSIZE from .psqlrc do not want to be set so I did it for psql 22 years ago
Bruce Momjian 1e100176c4 This patch adds a new regression test for the UPDATE command. Right 22 years ago
Michael Meskes 47a4e2ed1c Fixed connect statement with username in variable. 22 years ago
Bruce Momjian cd0f42e87c Attached is a (very small) patch to make analyze display some 22 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 22 years ago
Teodor Sigaev 9116f6c91a fix module name in MODULE_PATHNAME substitution 22 years ago
Barry Lind 06bbd98a15 Attempt to fix setMaxFieldSize() logic that was checked in yesterday. 22 years ago