Commit Graph

12604 Commits (2f2d05763d1c55c7998c0d7030659e3db6f60183)
 

Author SHA1 Message Date
Peter Eisentraut 2f2d05763d Change PL/Tcl build to use configured compiler and Makefile.shlib 24 years ago
Tom Lane c0fdec2b6a Add $(LDFLAGS) to Windows make rule for postgres executable. Needed 24 years ago
Tom Lane a2597ef179 Modify sequence state storage to eliminate dangling-pointer problem 24 years ago
Tom Lane b8ffc99602 Minor kibitzing. 24 years ago
Peter Eisentraut d60f10b0e7 Add optional "validator" function to languages that can validate the 24 years ago
Tom Lane df9c8e1a39 Make RelationForgetRelation error out if the relcache entry has nonzero 24 years ago
Tom Lane 0352e3a783 Un-break table creation. 24 years ago
Hiroshi Inoue a3519a2fcc Allow 24 years ago
Hiroshi Inoue 79420840ee 1) Support Keyset Driven driver cursors. 24 years ago
Tom Lane 6c6f395a8a Since COPY fires triggers, it seems like a good idea for it to use 24 years ago
Tom Lane 26fcd25c57 Remove SetQuerySnapshot() from FETCH processing. No longer necessary 24 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 24 years ago
Tom Lane 0a2682445e Spell long option with -c not --, for compatibility's sake. 24 years ago
Tom Lane 38f5fdb1e9 Repair OPEN cursor(args), which I broke on 11/29/01 with a change to 24 years ago
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