Commit Graph

8733 Commits (e8cd6f14a26bbecd3d8abcf36235a033cb035678)

Author SHA1 Message Date
Tom Lane e8cd6f14a2 Add comment noting that hashm_procid in a hash index's metapage isn't 19 years ago
Bruce Momjian 5b4fa95984 Update process termination message to display signal number and name 19 years ago
Tom Lane b39e91501c Improve hash join to discard input tuples immediately if they can't 19 years ago
Neil Conway 74a1a2b8b1 Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any 19 years ago
Tom Lane 529a24a22b Remove some unnecessary conversion work in build_regtype_array(). 19 years ago
Tom Lane 2b8758a389 Repair oversight in creation of "append relations": we should set up 19 years ago
Neil Conway a534068e0e Add a new builtin type, "uuid". This implements a UUID type, similar to 19 years ago
Tom Lane a9fa52504f Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly 19 years ago
Bruce Momjian 91ed399517 Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than 19 years ago
Tom Lane a053437d9e Dept of second thoughts: the IQ of estimate_array_length() needs to be 19 years ago
Tom Lane af18f6ad85 Fix scalararraysel() to cope with binary-compatible cases, such as text[] 19 years ago
Bruce Momjian 82480fc254 Use sys_siglist[] to print out signal names for signal exits, rather 19 years ago
Tom Lane 6cefacd7c8 Correct an old logic error in btree page splitting: when considering a split 19 years ago
Peter Eisentraut 915abb346a Reactivate libxml memory management via palloc, now that I think I've 19 years ago
Peter Eisentraut d3be7fae11 Add trailing zero byte in Unicode codepoint conversion. 19 years ago
Tom Lane 4355d214c2 On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for 19 years ago
Bruce Momjian c8bdd8ce88 Correction: temp_tablespaces was implemented by Albert Cervera Areny, 19 years ago
Peter Eisentraut 22bd156ff0 Various fixes in the logic of XML functions: 19 years ago
Bruce Momjian 148ea5cbea Add GUC temp_tablespaces to provide a default location for temporary 19 years ago
Bruce Momjian 5af6b2abe9 Properly detoast access to bytea field pg_trigger.tgargs. Old code 19 years ago
Bruce Momjian ef65f6f7a4 Prevent WAL logging when COPY is done in the same transation that 19 years ago
Tom Lane 0887fa1117 Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same 19 years ago
Tom Lane 07cf99ac6f Relax an Assert() that has been found to be too strict in some situations 19 years ago
Peter Eisentraut 4e8b5cd94b Simplify handling of XML error messages: Just use the string provided by 19 years ago
Tom Lane a33cf1041f Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR 19 years ago
Bruce Momjian 882b9948d7 Back out use of FormatMessage(), does error values, not exception 19 years ago
Bruce Momjian 610f60a092 Print meaningfull error text for abonormal process exit on Win32, rather 19 years ago
Tom Lane 4f06c688c7 Put back planner's ability to cache the results of mergejoinscansel(), 19 years ago
Bruce Momjian 45e0736938 Use errhint() for WIN32 SIGTERM message, where possible. 19 years ago
Bruce Momjian 208ae0c290 When system() fails in Win32, report it as an exception, print the 19 years ago
Tom Lane 5a7471c307 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 19 years ago
Tom Lane 066926dfbb Refactor some lsyscache routines to eliminate duplicate code and save 19 years ago
Tom Lane fcf4b146c6 Simplify pg_am representation of ordering-capable access methods: 19 years ago
Neil Conway aef0f53b62 Make setseed() return void, rather than an int4 without any use. Per 19 years ago
Bruce Momjian ebef17c7a2 Add documentation of memory and time units to postgresql.conf. 19 years ago
Tom Lane 67f06327f9 Don't use 'int' where you mean 'bool'. 19 years ago
Tom Lane f41803bb39 Refactor planner's pathkeys data structure to create a separate, explicit 19 years ago
Neil Conway 2b7334d487 Refactor the index AM API slightly: move currentItemData and 19 years ago
Peter Eisentraut 2cc01004c6 Remove remains of old depend target. 19 years ago
Bruce Momjian f5f9577e50 Modify max_fsm_pages in postgresql.conf.sample to show a typical value, 19 years ago
Bruce Momjian 09c1baabc3 Move code that places LOG error level between ERROR and PANIC into new 19 years ago
Peter Eisentraut b4c8d49036 Fix xmlconcat by properly merging the XML declarations. Add aggregate 19 years ago
Neil Conway d97a89f21b Add missing copyright blurb, make ruleutils.c use the standard layout 19 years ago
Peter Eisentraut 4b48ad4fb2 Add support for converting binary values (i.e. bytea) into xml values, 19 years ago
Peter Eisentraut 020841071b Clean up encoding issues in the xml type: In text mode, encoding 19 years ago
Tom Lane c81bfc244b Add a note pointing out that is_pseudo_constant_clause() doesn't check 19 years ago
Tom Lane eddbf39756 Extend yesterday's patch so that the bgwriter is also told to forget 19 years ago
Tom Lane 6d660587f6 Revise bgwriter fsync-request mechanism to improve robustness when a table 19 years ago
Neil Conway cf57ef4e50 Implement width_bucket() for the float8 data type. 19 years ago
Tom Lane 6959cb5957 Fix incorrect permissions check in information_schema.key_column_usage view: 19 years ago