Commit Graph

885 Commits (dd67707a64070532c12a7a2b51f629c64fe7ae99)

Author SHA1 Message Date
Tom Lane 0428840864 Here is a patch bringing oid2name into the 21st century. 21 years ago
Tom Lane 914e177a3e Remove contrib/pg_logger, per recent discussion. 21 years ago
Tom Lane db64df4b1c Fix contrib/cube and contrib/seg to compile on Windows. 21 years ago
Tom Lane 92244e8e54 Fix some minor issues with the new Win32 service code for autovacuum, 21 years ago
Tom Lane b04e70b11e Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to 21 years ago
Tom Lane 4f7d3e0faf Win32 compile fix for misc_utils. 21 years ago
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 21 years ago
Tom Lane fc564686a7 Fix contrib/dbase to compile under Win32. Laurent Ballester 21 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 21 years ago
Neil Conway bc4911bb43 Fix two typos in comments. 21 years ago
Neil Conway 87438cb90e Apply patch from Steven Singer for contrib/dbmirror. Changes: 21 years ago
Bruce Momjian cef30c650b Improve README with mention of new functions. 21 years ago
Tom Lane 3475fd1178 Fix ancient declaration inconsistency in cube & seg ... came across a 21 years ago
Bruce Momjian baace400c7 Remove line specifying Andreas as author. 21 years ago
Bruce Momjian 528ac10c7c The current implementation of dbsize doesn't handle tables in 21 years ago
Bruce Momjian 3afd7eaffd Add Win32 service capability to pg_autovacuum. 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Tom Lane b83e592671 Replace bcopy by memmove for more portability. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane d77f74fa7e Remove contrib/rserv, since there are better replication solutions 21 years ago
Tom Lane 1785acebf2 Introduce local hash table for lock state, as per recent proposal. 21 years ago
Tom Lane 3bd726333c Recent tightening of allowed array-literal syntax broke one test case 21 years ago
Tom Lane 86d78021a4 Whack btree_gist code around until it has some small hope of building 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
Bruce Momjian b43fd16eec I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly 21 years ago
Bruce Momjian 676bb9a6b4 dbsize modification to support tablespaces 21 years ago
Joe Conway bc8a1fc282 Hashed crosstab was dying with an SPI_finish error when the source SQL 21 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 21 years ago
Tom Lane e84c71b4e6 Update oidjoins regression test to match current catalog structure. 21 years ago
Peter Eisentraut adf57cd7e2 PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 21 years ago
Tom Lane fe548629c5 Invent ResourceOwner mechanism as per my recent proposal, and use it to 21 years ago
Bruce Momjian 14755f87ee Properly order mysql links. 21 years ago
Peter Eisentraut 8b6f76af46 Make installation instructions match reality. 21 years ago
Bruce Momjian d7c89ea9b2 Update URL's for mysql conversion tools. 21 years ago
Tom Lane 959b353db2 Fix misspellings: langauge -> language. 22 years ago
Joe Conway cd4fd672dd Attached is a 1 line bug fix for dbmirror that was submitted. 22 years ago
Joe Conway 13629df5a1 Add double metaphone code from Andrew Dunstan. Also change metaphone so that 22 years ago
Tom Lane 573a71a5da Nested transactions. There is still much left to do, especially on the 22 years ago
Teodor Sigaev bb89237531 1 Eliminate duplicate field HLWORD->skip 22 years ago
Teodor Sigaev df9d87f608 Previous commit wasnt full... 22 years ago
Teodor Sigaev de55c0cef6 1 Fix affixes with void replacement (AFAIK, it's only russian) 22 years ago
Teodor Sigaev 09bc52fe73 Fix stupid bug in installcheck 22 years ago
Tatsuo Ishii 2990b8a4a6 Add missing PQclear(). 22 years ago
Tom Lane 83db69bebc Now needs to include <ctype.h>. 22 years ago
Teodor Sigaev e25a6e185b Remove asymetrical word processing in query and text 22 years ago
Teodor Sigaev 7b81988f9b - Add aligment of variable data types 22 years ago
Teodor Sigaev f35e8d8431 Fix silly bug 22 years ago
Tom Lane aad4196764 List pg_trgm in contrib Makefile and README. 22 years ago
Teodor Sigaev cbfa4092bb trgm - Trigram matching for PostgreSQL 22 years ago