Commit Graph

12564 Commits (ef9db25a7ea32b3ca10c26425350e53df680951d)
 

Author SHA1 Message Date
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
Tom Lane 0041a3d72f Add routines in namespace.c to determine whether objects are visible 24 years ago
Tom Lane a829cbb877 Give left_oper() and right_oper() noError parameters like oper() (the 24 years ago
Tom Lane 61446e0927 Improve lexer's error reporting. You get the whole token mentioned now 24 years ago
Jan Wieck 241978b91b The attached patch fixes 4 instances of missing simi-colons in the 24 years ago
Hiroshi Inoue d1406f1b1e Change heap_get_latest_tid() so that a transaction can 24 years ago
Tom Lane 936afc8a4b Fix obj_description() and col_description() functions to work reliably 24 years ago
Tom Lane 1e4f34f309 Document that NAMEDATALEN must be a multiple of sizeof(int). 24 years ago
Tom Lane e4f06dc12e Clean up loose ends remaining from schema privileges discussion. 24 years ago
Tom Lane 4c25a0655b Code review for ALTER TRIGGER RENAME patch: make better use of index, 24 years ago
Tom Lane 857661ba2e Enforce EXECUTE privilege for aggregate functions. 24 years ago
Tom Lane ccfaf9067d Implement checking of USAGE rights on namespaces. 24 years ago
Tom Lane 88ef7067f7 Add cache invalidation callback hooks. 24 years ago
Tom Lane 8d615763da Add missing 'static' keyword to suppress compiler complaints. 24 years ago
Tom Lane e896912ee9 Remove unnecessary/obsolete regproctooid() references. 24 years ago
Bruce Momjian c763cfa9e8 Add Polish FAQ from Marcin Mazurek. 24 years ago
Bruce Momjian ea43fec258 Fix problem with new pg_hba.conf code where the same comparison function 24 years ago
Tom Lane 6c59886942 Second try at fixing join alias variables. Instead of attaching miscellaneous 24 years ago