Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Tatsuo Ishii baa6b22fcb Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian aac96b8994 Fix pgindent of libpq-fe.h by hacking pgindent script. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Teodor Sigaev 3c6cd8a113 Fixes motivated by snake and spoonbill pgbuildfarm members 20 years ago
Teodor Sigaev 62699337bc remove forgotten // comments 20 years ago
Teodor Sigaev c52795d18a Text parser rewritten: 20 years ago
Tom Lane 8ef289dba1 Defend against nulls-in-arrays in contrib/intarray. I may have put in 20 years ago
Tom Lane 25c00833cb Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd 20 years ago
Tom Lane 1d0d8d3c38 Mop-up for nulls-in-arrays patch: fix some places that access array 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Tatsuo Ishii 2feb930af6 Fix comment on -v option 20 years ago
Teodor Sigaev 08ee64ebf5 Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead 20 years ago
Teodor Sigaev bad1a5c217 Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also use it for calculating bit length of TPQTGist 20 years ago
Teodor Sigaev 34b934f658 fix returning value 20 years ago
Teodor Sigaev 134bed8089 Fix rwrite(ARRAY) on 64-bit boxes: 20 years ago
Teodor Sigaev 0645663e6c New features for tsearch2: 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Teodor Sigaev 6812abb673 Fix incorrect header size macros 20 years ago
Tom Lane da9fc25909 pgcrypto documentation polishing from Marko Kreen, and a small amount 20 years ago
Teodor Sigaev 1dd6bd19fa Add sanity check of query 20 years ago
Tom Lane 9ee0a7df50 Fix some allocation size calculation errors that would cause pgbench 20 years ago
Teodor Sigaev 21b748e76a 1 Fix problem with lost precision in rank with OR-ed lexemes 20 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 21 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 21 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 21 years ago
Tom Lane b562639561 Fix bogus error test in get_ti_Oid(). 21 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 21 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Bruce Momjian 3af21fa568 Mark xslt_process() as volatile. 21 years ago
Bruce Momjian 40e1b30f63 Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. 21 years ago
Bruce Momjian 7d43349ab5 Fix capitalization of example. 21 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 21 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 21 years ago
Bruce Momjian 4909357237 Remove unnecessary ABORT commands in dblink regression tests. 21 years ago
Bruce Momjian 768dfd0375 Cosmetic improvements to dblink. 21 years ago
Bruce Momjian f3576c33f8 Cosmetic changes to dblink. 21 years ago
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 21 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 21 years ago
Tom Lane 6ae7671497 gni 21 years ago
Tom Lane dd0fa0f958 Minor dbf2pg fixes from Martin Pitt: check for failure when issuing 21 years ago
Teodor Sigaev 380ab3669f Fix compile error 21 years ago
Tatsuo Ishii 8e48e91bc7 Oops. Partially saved file was committed. 21 years ago
Tatsuo Ishii f50ae06e14 Allow multiple -f options. 21 years ago
Teodor Sigaev 8c73dfcc8b Optimize benchmark query and update benchmark's results. 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Bruce Momjian c40cd3660f One of the web pages mentioned in dmetaphone.c has moved. Also fix 21 years ago
Tom Lane c775b423c1 Fix unportable usages in new pgbench code (strndup, ctype macros) 21 years ago
Tatsuo Ishii 9b19abd74f Add -f option which enables to read SQL commands from a file. 21 years ago
Tom Lane 1610fcc351 Some marginal tweaks to make 'make installcheck' mostly work when 21 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago