Commit Graph

2057 Commits (1e5a16cc9ccf030df8a1659ff64639426f2bc3aa)

Author SHA1 Message Date
Bruce Momjian 74ca686796 I corecting date_trunc('quarter',...) and friends because orig version 23 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 23 years ago
Tom Lane 0643b6a1ba Fix timestamp_date for HAVE_INT64_TIMESTAMP case. 23 years ago
Tom Lane 47f14e7ddf Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. 23 years ago
Tom Lane 56f87688c4 Error message editing for foreign-key triggers. 23 years ago
Bruce Momjian a0cc9f3cb9 Add GUC parameter to control rendezvous name. 23 years ago
Tom Lane b05d3ae1ed Error message editing in backend/libpq, backend/postmaster, backend/tcop. 23 years ago
Tom Lane a56ff9a0bd Another round of error message editing, covering backend/parser/. 23 years ago
Tom Lane 216311d590 First bits of work on error message editing. 23 years ago
Bruce Momjian 44f665bf40 Add cleaner formatting to config file. 23 years ago
Tom Lane 0347d310d7 Oh, for crying in a bucket ... relax Assert so that glibc's strxfrm 23 years ago
Tom Lane 59d9a37080 Work around buggy strxfrm() present in some Solaris releases. 23 years ago
Tom Lane 764f72dc82 Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention 23 years ago
Tom Lane cfa6999d3b Cause SHOW DATESTYLE to produce a string that will be accepted by SET 23 years ago
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000 23 years ago
Tom Lane b1eb992cc5 Fix a *second* buffer overrun bug in to_ascii(). Grumble. 23 years ago
Bruce Momjian cbdda3e2a9 Add description for new GUC context. 23 years ago
Bruce Momjian 0ecc8ac425 Add special checks for non-super-user setting LOG_MIN_DURATION_STATEMENT 23 years ago
Bruce Momjian bf889e649a Add new USERLIMIT GUC source level so certain options can be disabled 23 years ago
Tom Lane 841b4a2d55 tm2timestamp should return -1, not elog, on overflow. (In the backend 23 years ago
Tom Lane b700a672fe Add --help-config facility to dump information about GUC parameters 23 years ago
Tom Lane 79fafdf49c Some early work on error message editing. Operator-not-found and 23 years ago
Tom Lane cdb8a844e6 Fix bug I introduced in recent rewrite of NUMERIC code: numeric to 23 years ago
Tom Lane 455891bf96 Code review for UPDATE tab SET col = DEFAULT patch ... whack it around 23 years ago
Tom Lane e3b1b6c0cd Aggregates can be polymorphic, using polymorphic implementation functions. 23 years ago
Tom Lane d6d07a0eea SQL functions can have arguments and results declared ANYARRAY or 23 years ago
Tom Lane 219e29784d Add GUC option log_error_verbosity to control which fields of error 23 years ago
Tom Lane bee217924d Support expressions of the form 'scalar op ANY (array)' and 23 years ago
Tom Lane ea886339b8 Add is_superuser parameter reporting, soon to be used by psql. 23 years ago
Tom Lane 7f1249a8d2 Fix compile warnings. 23 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 23 years ago
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's 23 years ago
Bruce Momjian 111d8e522b Back out array mega-patch. 23 years ago
Tom Lane 621691d816 In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or 23 years ago
Bruce Momjian ca64391d6c Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use 23 years ago
Bruce Momjian dd23a882fa >> If a transaction marks a tuple for update and later commits without 23 years ago
Bruce Momjian 46bf651480 Array mega-patch. 23 years ago
Bruce Momjian 4b1fe23153 Prevent compiler warning from sprintf in recent ipv6 patch. 23 years ago
Bruce Momjian 945543d919 Add ipv6 address parsing support to 'inet' and 'cidr' data types. 23 years ago
Tom Lane bff0422b6c Revise hash join and hash aggregation code to use the same datatype- 23 years ago
Tom Lane 3467b1a1f9 Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not 23 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 23 years ago
Bruce Momjian dc4ee8a833 Back out patch that got bundled into another patch. 23 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 23 years ago
Bruce Momjian acd1536d9f Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and 23 years ago
Bruce Momjian 240dc5cddc Add add_missing_from GUC variable. 23 years ago
Bruce Momjian a24c5a7b12 Make "log_min_duration_statement" SUSET --- will be adjusted with new 23 years ago
Bruce Momjian b952d61c54 Add log_min_duration_statement. 23 years ago
Bruce Momjian 535756649f During looking stuff up for a discussion on -general, I realized that 23 years ago
Peter Eisentraut 8a2922dcb2 Represent grant options in the information schema. 23 years ago