Commit Graph

1547 Commits (6bbef4e5383c99d93aa974e2c79d328cfbd1c4a9)

Author SHA1 Message Date
Tom Lane e125e28e78 Add auto-explain contrib module for automatic logging of the plans of 17 years ago
Tom Lane 32cc9e5533 Reduce contrib/intagg to a thin wrapper around the new core functions 17 years ago
Teodor Sigaev b87b52bf04 Support of multibyte encoding for pg_trgm 17 years ago
Tom Lane d141e7493b Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer 17 years ago
Tom Lane 13fdd0e4d1 Add some more citext test cases, per David Wheeler. Also remove the 17 years ago
Tom Lane 902d1cb35f Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 17 years ago
Heikki Linnakangas 19c8dc839b Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer 17 years ago
Tom Lane 05bba3d176 Be more tense about not creating tuplestores with randomAccess = true unless 17 years ago
Tom Lane e3e3d2a789 Extend ExecMakeFunctionResult() to support set-returning functions that return 17 years ago
Tom Lane 2f0d528291 Update citext expected output for recent change in error message location 17 years ago
Heikki Linnakangas 5f853c6556 Use fork names instead of numbers in the file names for additional 17 years ago
Heikki Linnakangas 6736da5484 Make the blkno arguments bigints instead of int4s. A signed int4 is not 17 years ago
Heikki Linnakangas d3de08a008 Rewrite pg_freespacemap to match the new FSM implementation. I missed these 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 17 years ago
Tom Lane cff4aa6ad6 Add a duration option to pgbench, so that test length can be specified in seconds 17 years ago
Tom Lane 5bc561a16a Add some additional casts and regression tests for the citext data type. 17 years ago
Tom Lane fbb2b69c8f Prevent memory leaks in our various bison parsers when an error occurs 17 years ago
Tom Lane b153c09209 Add a bunch of new error location reports to parse-analysis error messages. 17 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 17 years ago
Tom Lane 3e4264ca35 Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 17 years ago
Bruce Momjian 6152de97d3 Minor patch on pgbench 17 years ago
Heikki Linnakangas ef1c807c25 pg_buffercache needs to be taught about relation forks, as Greg Stark 17 years ago
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