Commit Graph

12622 Commits (dc20063e43d6bbc97381c03b7651c5bbafea7f35)
 

Author SHA1 Message Date
Bruce Momjian dc20063e43 Remove 32-bit mention: 24 years ago
Tom Lane 75c93c0a68 Rearrange LOG_CONNECTIONS code so that two log messages are made: 24 years ago
Tom Lane 36a1e732a6 Rework pg_dump namespace search criteria so that dumping of user objects 24 years ago
Tom Lane 5a8ab29adf Queries used by ruleutils were not schema-proof. 24 years ago
Tom Lane e80d6a1bac In default nextval('foo') expression for a SERIAL column, use double 24 years ago
Peter Eisentraut 7662419f1b Change PL/Perl and Pg interface build to use configured compiler and 24 years ago
Tom Lane de1f586f09 Fix a bug with building rtree_gist indexes. 24 years ago
Tom Lane a71a53079c Repair error with not adjusting active scans properly after gistSplit. 24 years ago
Bruce Momjian 6005c50fa6 Update: 24 years ago
Tom Lane d15b1e1791 Update dblink to work with qualified relation names. 24 years ago
Tom Lane 3212cf9417 Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, 24 years ago
Bruce Momjian 3cde085158 Add 24 years ago
Tom Lane 4d567013cf Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary 24 years ago
Tom Lane 29737d83d9 AlterDatabaseSet() forgot to update the indexes on pg_database. 24 years ago
Tom Lane 6e675d278a Fix coding error in UTF conversion. 24 years ago
Tom Lane 07be59805b Add 'volatile' to suppress gcc warning. Not sure why this warning 24 years ago
Tom Lane de09da547a Wups, managed to break ANALYZE with one aspect of that heap_fetch change. 24 years ago
Tom Lane 3f4d488022 Mark index entries "killed" when they are no longer visible to any 24 years ago
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