Commit Graph

1524 Commits (eca1388629facd9e65d2c7ce405e079ba2bc60c4)

Author SHA1 Message Date
Tom Lane c8572986ad Allow I/O conversion casts to be applied to or from any type that is a member 17 years ago
Tom Lane 42be2c790f Adjust citext to make use of the new ability to declare its type category: 17 years ago
Tom Lane ab9907f5e5 Add a new, improved version of citext as a contrib module. 17 years ago
Teodor Sigaev 2d6599f471 Add caching of query to GIN/GiST consistent function. 17 years ago
Heikki Linnakangas cac2f697ee Fix WAL file cutoff point calculation in pg_standby. 17 years ago
Joe Conway c0241b9573 When an ERROR happens on a dblink remote connection, take 17 years ago
Teodor Sigaev 8eee65c996 ltree support for multibyte encodings. Patch was made by 17 years ago
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 17 years ago
Tom Lane fbeb9da22b Improve error reporting for problems in text search configuration files 17 years ago
Tom Lane 5914140a3b Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 18 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 0ff81a525e Suppress compiler warning induced by recent header file refactoring. 18 years ago
Tom Lane 8461ab5ab1 Update contrib for tsearch changes. 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Tom Lane 6b1b4641b8 Give a warning if -s switch is used with a non-custom pgbench test. 18 years ago
Heikki Linnakangas f0eb3e5e58 Fix incorrect archive truncation point calculation in the %r recovery_command 18 years ago
Tom Lane eb915caf92 Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it 18 years ago
Tom Lane 45173ae24e Use new cstring/text conversion functions in some additional places. 18 years ago
Tom Lane 3d1588cd3e Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, 18 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 18 years ago
Tom Lane dc192a5d8c Convert earthdistance's only C function to v1 call convention, 18 years ago
Tom Lane 7c81d7953c seg_size() has to be V1 calling convention, too. 18 years ago
Alvaro Herrera 05ace73335 Change the float4-returning functions in contrib/seg to fmgr v1 calling 18 years ago
Tom Lane 41de1d1507 Fix typo. 18 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Tom Lane c846f7ca8a Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Tom Lane 2604359251 Improve hash_any() to use word-wide fetches when hashing suitably aligned 18 years ago
Bruce Momjian 470b2dc35d Make dblink_current_query() reference pg_catalog.current_query(), per Tom. 18 years ago
Bruce Momjian 67fe107554 Re-add dblink_current_query() for backward compatibility. 18 years ago
Bruce Momjian 4f22db501e Remove unneed #include now that current_query() has moved to the backend. 18 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 18 years ago
Tom Lane 55f6e5f689 Add a variant of the Levenshtein string-distance function that lets the user 18 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Tom Lane ff8a1204b4 Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane d287818eb5 Adjust pgstatindex() to give correct answers for indexes larger than 18 years ago
Tatsuo Ishii 49639a7b2c Add -M (query mode) option per ITAGAKI Takahiro 18 years ago
Tatsuo Ishii f755f2fef3 Fix tps calculation when -C supplied. Per Yoshiyuki Asaba. 18 years ago
Tom Lane b7a67c2840 Add a comment explaining one of the ways that pgbench fails to fully 18 years ago
Tom Lane 9537739f7f Fix pgbench's getrand() function so that min and max have approximately 18 years ago
Tom Lane f4230d2937 Change patternsel() so that instead of switching from a pure 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Tom Lane 97e3a6e9c5 Remove inappropriate cd commands, per David Wheeler. Also make 18 years ago
Tom Lane b775d93acb Fix pgstat_heap() to not be broken by syncscans starting from a block 18 years ago
Tom Lane 66661858ae Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. 18 years ago
Tom Lane 919c9f6cce The original patch to disallow non-passworded connections to non-superusers 18 years ago
Tom Lane ce9baa06f0 Fix some missed copyright updates. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Alvaro Herrera 4944852469 Add missing return code checks in the uuid-ossp contrib module, per bug #3841. 18 years ago