Commit Graph

1815 Commits (f6e0130b5bee398b68ed64144cd0a467e8b8713a)

Author SHA1 Message Date
Tom Lane f6e0130b5b Clean up a few fprintf(stderr)'s that should be elog's. 24 years ago
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files 24 years ago
Tom Lane 0d97eb6ac8 After elog(PANIC), exit with abort() not proc_exit(). This allows a 24 years ago
Tom Lane 1ce069b067 Got tired of explaining why this Assert is not wrong. 24 years ago
Tom Lane 55e4ef138c Code review for statement_timeout patch. Fix some race conditions 24 years ago
Tom Lane 5936055d46 Avoid use of inline functions that are not declared static. Needed to 24 years ago
Tom Lane 3518fbe86f Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. 24 years ago
Tom Lane c0f7dcdac1 Fix range-query estimation to not double-exclude NULLs, per gripe from 24 years ago
Bruce Momjian bab3d29fba This patch adds some missing functions for float8 math operations, 24 years ago
Tom Lane 0d17ce92ac Fix breakage that had crept into setlocale() usage: once again we've 24 years ago
Tom Lane 8f2a289d78 Arrange to copy relcache's trigdesc structure at the start of any 24 years ago
Tom Lane 5261bf9733 Make macaddr_in reject trailing garbage (except whitespace). 24 years ago
Bruce Momjian 2177b6b635 Oops, back out newNode changes. We are not ready for that yet. 24 years ago
Bruce Momjian 6a7bb0afbc Prevent tv_sec from becoming negative in connection timeout code. 24 years ago
Tom Lane 56ece37384 Move responsibility for setting QuerySnapshot for utility statements 24 years ago
Tom Lane b8dcb505ec Fix a couple of grammatical errors in error messages. 24 years ago
Tom Lane 3b8ba163d0 Tweak a few of the most heavily used function call points to zero out 24 years ago
Tom Lane aab47baf6c Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that 24 years ago
Tom Lane 565c97bea5 In a bootstrap process or standalone backend, set MaxBackends = 1 24 years ago
Bruce Momjian d4eae72513 This patch removes two unused global variables from globals.c 24 years ago
Tom Lane b813d143ae Alter scale selection for NUMERIC division and transcendental functions 24 years ago
Bruce Momjian c74c7e604c Turn GUC log_min_error_statement off by default by setting it to PANIC. 24 years ago
Tom Lane c6367df506 Change default privileges for languages and functions to be PUBLIC USAGE 24 years ago
Peter Eisentraut 8c3ab663ab Tweak conversion names to follow the established naming scheme, and 24 years ago
Tom Lane 3503f19eeb RelationClearRelation must reset rd_targblock and update rd_nblocks 24 years ago
Tom Lane 0b620e33db server_min_messages and friends should have valid values at bootup. 24 years ago
Tom Lane 9946b83ded Bring SIMILAR TO and SUBSTRING into some semblance of conformance with 24 years ago
Tom Lane e303a2dbe8 Add last-ditch defense against attempts to compile datetime code with 24 years ago
Bruce Momjian c27d95e25d The patch fix bug described in TODO: 24 years ago
Bruce Momjian c51a049ef2 Tom Lane wrote: 24 years ago
Bruce Momjian 192b0c94f2 This patch cleans up some of the code in src/util/adt/formatting.c, 24 years ago
Tom Lane da395b56cd Tweak heap.c to refuse attempts to create table columns of standalone 24 years ago
Tom Lane 4a0c3a6142 Department of second thoughts: suppressing implicit casts everywhere in 24 years ago
Tom Lane b26dfb9522 Extend pg_cast castimplicit column to a three-way value; this allows us 24 years ago
Tatsuo Ishii 4b23f05c4f Fix bug in encoding conversion map. 24 years ago
Tatsuo Ishii 4c0bdd1ba8 Update Japanese README so that it reflects the changes made to the 24 years ago
Tatsuo Ishii 3357577247 Change Assert(len > 0) to Assert(len >= 0) 24 years ago
Tom Lane 2b0319869a Avoid misleading error message when SET/RESET target variable name 24 years ago
Tom Lane 94d8a798fa Powerup defaults for LC_foo GUC variables should match what main.c does. 24 years ago
Peter Eisentraut 337da0678a Assorted fixes for Cygwin: 24 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane 07c67187bf Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during 24 years ago
Tatsuo Ishii 97592e6a6c Refrect the changes to src/test/regress/sql/conversion.sql By Tom. 24 years ago
Tom Lane b3506006b5 EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp 24 years ago
Tom Lane d61de58906 Arrange for the default permissions on a database to allow temp table 24 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 24 years ago
Tom Lane 86f27321e2 Work around mktime() brain damage in recent versions of glibc by using 24 years ago
Tom Lane 4885dabe9d Eliminate unnecessary dependency on mktime(), and consequent 'Unable to 24 years ago
Bruce Momjian 595a5a78e0 > Okay. When you get back to the original issue, the gold is hidden in 24 years ago