Commit Graph

12581 Commits (a5b370943e1a7936e0118641f16acf6dbcc829cc)
 

Author SHA1 Message Date
Tom Lane a5b370943e Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to 24 years ago
Peter Eisentraut 2c50f6344b Revise command completion tags as per hackers message on 20 March. 24 years ago
Peter Eisentraut e8ac187c68 Allow functions to be executed with the privileges of the function owner. 24 years ago
Tom Lane 51fd22abdd Change set_plan_references and join_references to take an rtable List 24 years ago
Tom Lane 0a757154bd Add missing fix_expr_references() step for the funcexpr of a 24 years ago
Tom Lane 22d641a7d4 Get rid of the last few uses of typeidTypeName() rather than 24 years ago
Tom Lane 940f772a29 Support temporary setting of search path during CREATE SCHEMA; this 24 years ago
Tom Lane 5f21560ae8 Dept. of second thoughts: interaction between DoIt and makeDepend 24 years ago
Peter Eisentraut 94bdc4855c Extend syntax of CREATE FUNCTION to resemble SQL99. 24 years ago
Tom Lane 97f7ceaaa6 Guard against empty-string results from pg_getlocale. 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Tom Lane fa613fa1ea Fix obsolete statement about permissions on COPY ref page, and confusion 24 years ago
Tom Lane cbd3b97e5a Remove unnecessary pfree's in geometric operators. At least one of these 24 years ago
Thomas G. Lockhart cc2ce83633 Fix lookup tables used for rounding interval data values when not using 24 years ago
Peter Eisentraut 5c4e5aa3ff Make regression tests locale-proof by setting some locale categories 24 years ago
Tatsuo Ishii cd61650f89 Fix bug in psql. 24 years ago
Barry Lind e25c93c7eb fixed problem connecting to server with client_min_messages set to debug. The code was not expecting to receive notice messages during the connection handshake. 24 years ago
Tom Lane ef9db25a7e Fix typo in _copyAlterUserSetStmt. 24 years ago
Tom Lane c5741a448e AVG probably shouldn't be upper case here, considering 24 years ago
Tom Lane f69bc37be8 Make operators have their own comments separate from those of the 24 years ago
Tom Lane 3389a110d4 Get rid of long-since-vestigial Iter node type, in favor of adding a 24 years ago
Tom Lane f9e4f611a1 First pass at set-returning-functions in FROM, by Joe Conway with 24 years ago
Tom Lane 71009354c8 Update for additional options in CREATE OPERATOR. 24 years ago
Tom Lane 9b5ca7ee0c Forgot to handle 'opaque' function arguments in regprocedurein/out. 24 years ago
Tom Lane 9f0ae0c820 First pass at schema-fying pg_dump/pg_restore. Much to do still, 24 years ago
Tom Lane 1011fb651d Suppress duplicate logging of utility commands under debug_print_query. 24 years ago
Peter Eisentraut 1944bff1d6 Make initdb print a message about which locale it is about to use. 24 years ago
Hiroshi Inoue 16e22de53a Add a file for version control. 24 years ago
Tom Lane 2822788993 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 24 years ago
Tom Lane 15162aef24 Make dumpACL behave more reasonably for case where owner has revoked 24 years ago
Tom Lane 340b66cc70 Cause fmtId to always use its internal buffer for the returned value, 24 years ago
Tom Lane 1cf693ab86 Reorder snapshot checks to save a couple comparisons in the common case, 24 years ago
Tom Lane 205b5c2f4b A little paranoia never hurt anyone. 24 years ago
Tom Lane c0e9dc1229 plpgsql_dstring_append was broken for long strings. 24 years ago
Tom Lane 846429e3d6 Not needed anymore. 24 years ago
Tom Lane d15c30d327 Add missing includes. 24 years ago
Tom Lane 17ea23dd17 Add a trivial testbed for pg_sema and pg_shmem code. 24 years ago
Tom Lane 2010a43fcb Cope with case that SEM_FAILED is not defined (assume failure code is -1) 24 years ago
Tom Lane 8df5625966 First test of Darwin port with POSIX semaphore code. 24 years ago
Tom Lane 3e48c66136 Fix code to work when isalpha and friends are macros, not functions. 24 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 24 years ago
Tom Lane 91fc10fdac Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. 24 years ago
Tom Lane 90739d4621 Make ruleutils.c schema-aware. Displayed names are schema-qualified 24 years ago
Tom Lane 1a69a37d5b Fix obsolete comments. 24 years ago
Tom Lane d662f29302 Use quote_identifier on relation names in EXPLAIN output, per suggestion 24 years ago
Tom Lane 4a2fe8e03d Fix typo in usage instructions. 24 years ago
Tom Lane 8338cc03a8 Remove the last traces of datatypes datetime and timespan. 24 years ago
Tom Lane 53cedcac22 Retire xlateSqlType/xlateSqlFunc; all type name translations are now 24 years ago
Tom Lane c2def1b128 Fix backslash-n typo, per Joe Conway. 24 years ago
Tom Lane 3220fd2138 Tweak scanner/grammar interface so that the keyword-as-identifier rules 24 years ago