Commit Graph

12590 Commits (44fbe20d620d4f2e39aaa9896de4683e55b0d317)
 

Author SHA1 Message Date
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Bruce Momjian c961474c96 Mark as done: 24 years ago
Michael Meskes 7f660adeb1 - Fixed some parser bugs. 24 years ago
Tatsuo Ishii 0d7c58a977 Update docs about new -N option 24 years ago
Michael Meskes f35ced3de9 - Fixed reduce/reduce conflict in parser. 24 years ago
Peter Eisentraut f76bc9c776 Reorder keyword token declarations alphabetically. Status of the keywords 24 years ago
Peter Eisentraut 13cd9eb9b8 Remove bitrotten view_perms test. Add some similar test cases to 24 years ago
Peter Eisentraut c88540fb0e Dump privileges on functions, aggregates, languages. 24 years ago
Tom Lane dd9af92c41 Add display of sort keys to the default EXPLAIN output. 24 years ago
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