Commit Graph

15870 Commits (8b2450c831df5c28bb20d10d2a023ecf2349ee5b)
 

Author SHA1 Message Date
Tom Lane 8b2450c831 Fix a couple typos, add some more comments. 23 years ago
Tom Lane 39673ca47b Rewrite hashbulkdelete() to make it amenable to new bucket locking 23 years ago
Peter Eisentraut 5f65345a57 Do not pass server_encoding to the client. 23 years ago
Peter Eisentraut f10a9033bf Clean up after pygresql removal: adjust/remove documentation and remove 23 years ago
Tom Lane 65c2d427fb Preliminary cleanup for hash index code (doesn't attack the locking problem 23 years ago
Tom Lane eaeb8621f8 Add some internals documentation for hash indexes, including an 23 years ago
Bruce Momjian 2fb6e84bae Add mention of OID wraparound. 23 years ago
Michael Meskes 05f4b03b23 Fixed two bugs in pgtypes library. 23 years ago
Bruce Momjian 11c2f1900a Rename DoIt to changeVar, for clarity. 23 years ago
Peter Eisentraut defc7a972d Translation update 23 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 23 years ago
Peter Eisentraut cf8e916968 Set LC_ALL=C when running collateindex.pl to get predictable sort order. 23 years ago
Bruce Momjian 5a288903b9 Guard against pgindent changing =- to = -. 23 years ago
Bruce Momjian ceacae7734 Fix unixware template --- had spaces around equals. 23 years ago
Tom Lane 7e2a4cfe63 Make documentation of pg_restore's -N, -o, -r switches bear some 23 years ago
Tom Lane 209a8d63df pg_dump and pg_restore -r had managed to diverge on the ordering of 23 years ago
Tom Lane 80bc61c849 Ensure that FK constraints are dumped after primary/unique constraints, 23 years ago
Tom Lane ce2ab4131a Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. 23 years ago
Teodor Sigaev 61366a9503 More accuracy works with stopwords in queries 23 years ago
Tom Lane d1031cdef2 Adjust date/time input parsing code to correctly distinguish the four 23 years ago
Peter Eisentraut 3722226070 Add "override" for make variable JADEFLAGS, since upper directory passes 23 years ago
Peter Eisentraut 535980aa40 Major cleanup of SPI chapter 23 years ago
Tom Lane 64a32f9df8 Department of second thoughts: can't reorder merge-join clauses. 23 years ago
Bruce Momjian 743f667f00 Update URL for 7.3 changes: 23 years ago
PostgreSQL Daemon 14ef1c8603 update to beta2 23 years ago
Peter Eisentraut f2c2943aae Share PG_DIAG_* macros between client and server and use them internally. 23 years ago
Tom Lane 73e3edf2e6 Push subplan clauses to the back in qual lists for join plans, not 23 years ago
Bruce Momjian 147c16497b Call it Linux, not GNU/Linux. 23 years ago
Tom Lane 1de9615a58 Use separate SQLSTATE codes for file not found/file exists, rather than 23 years ago
Bruce Momjian 0b511f07e3 psql's HISTSIZE from .psqlrc do not want to be set so I did it for psql 23 years ago
Bruce Momjian 1e100176c4 This patch adds a new regression test for the UPDATE command. Right 23 years ago
Michael Meskes 47a4e2ed1c Fixed connect statement with username in variable. 23 years ago
Bruce Momjian cd0f42e87c Attached is a (very small) patch to make analyze display some 23 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 23 years ago
Teodor Sigaev 9116f6c91a fix module name in MODULE_PATHNAME substitution 23 years ago
Barry Lind 06bbd98a15 Attempt to fix setMaxFieldSize() logic that was checked in yesterday. 23 years ago
Tom Lane 3e51c1553c Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. 23 years ago
Tom Lane 412c57b15f Allow parsing of time and timetz inputs to accept the documented input 23 years ago
Peter Eisentraut 3b87c1f8b6 Translation updates 23 years ago
Tom Lane a17f2d76cc Refactor code so that to_date() does not call to_timestamp() and then 23 years ago
Michael Meskes 4b02f3c4eb Synced parser and fixed a bug in error output to log file. 23 years ago
Bruce Momjian 048cb1ce6b Add: 23 years ago
Bruce Momjian f3dda96452 Fix unixware thread test. 23 years ago
Tatsuo Ishii 0c9f978c0c Fix GB18030 to UTF-8 mapping table 23 years ago
Bruce Momjian eb4dded09e Add quotes to += of unixware threads define. 23 years ago
Bruce Momjian 55b5fc9a9a Add: 23 years ago
Barry Lind 2495365df1 Applied patches from Oliver Jowett to fix the following bugs: 23 years ago
Peter Eisentraut 478bb0268f Fix translation mistake. 23 years ago
Peter Eisentraut 903fe8fc6f Translation updates 23 years ago
Peter Eisentraut 693aad413b Change warnings for non-existing or pre-existing cursors to errors. 23 years ago