Commit Graph

4477 Commits (be948af2e81d44290a15a0b8614fdd209924f698)
 

Author SHA1 Message Date
Jan Wieck be948af2e8 Added LIMIT/OFFSET functionality including new regression test for it. 27 years ago
Bruce Momjian 54e5d25666 Optimizer cleanup. 27 years ago
Tom Lane 07c33ba79e pg_dump -d or -D didn't quote special characters in INSERT data 27 years ago
Jan Wieck 566c712c58 Revert some changes from the INTERSECT/EXPECT patch that broke 27 years ago
Tom Lane bd422fbce2 Simplify scanstr(), fix broken octal-escape code. 27 years ago
Tom Lane f7c6a88c33 Simplify lexer's rules for string constants, eliminate potential buffer overrun. 27 years ago
Tom Lane 45ff93c460 Include -lcrypt when needed to link libpgtcl.so and plpgsql.so 27 years ago
Jan Wieck afd57dbb3a Changed manpages for create_rule/drop_rule to the semantics 27 years ago
Tom Lane fa0f24165c Add PQresStatus() function to avoid direct access to pgresStatus[] array, 27 years ago
Tom Lane f280266985 Clean up some minor compile warnings. 27 years ago
Tom Lane 5212ef8e46 Correct definition of srandom() --- it takes unsigned int not int. 27 years ago
Jan Wieck 04075a0c60 New gram.c after modification of gram.y 27 years ago
Jan Wieck 28fc5d7b83 Reenabled parentheses for grouping multiple rule actions and 27 years ago
Jan Wieck ef590e101e Changed ExecConstraints() and ExecRelCheck() to cache the constraints 27 years ago
Jan Wieck dd4a357dc9 Missing semicolon in last fix :-} 27 years ago
Jan Wieck 6fa3d0a7ab One more fix to QuerySnapshot usage in ExecutorStart(). Maybe 27 years ago
Jan Wieck a5f3abacb5 Fixed problem with multiple portals shown up in portals_p2 regression 27 years ago
Tom Lane 65d320e7e4 Fix bracketing error in CaseExpr code 27 years ago
Bruce Momjian 65decc3402 Allow psql to do \p\g. Ingres does it, why not us? 27 years ago
Tom Lane 48fd9a2cc2 Add equality checking for T_Query so that we don't get 27 years ago
Tom Lane 3fd3d028fb Add floating-point support to our emulation of snprintf 27 years ago
Tom Lane fd1afb7453 Fix silly typo causing SELECT INTO TABLE to sometimes be 27 years ago
Bruce Momjian a553760845 Optimizer cleanup. 27 years ago
Jan Wieck ead64f317b New alloc set code using a memory block pool for small allocations. 27 years ago
Bruce Momjian 7d2b3874aa optimizer cleanup 27 years ago
Bruce Momjian 6e2edaf4b8 Optimizer cleanup. 27 years ago
Bruce Momjian d5db88142c Fix for returning stack pointer from selectivity, from Bernard Frankpitt. 27 years ago
Bruce Momjian f962514403 Reverse out const to libpq interface from D'Arcy. 27 years ago
Tom Lane d3a85108c2 Fix silly typo in prune_joinrel 27 years ago
Bruce Momjian c45e4925ab Optimizer cleanups. 27 years ago
Bruce Momjian ae12e25263 Update optimizer comments. 27 years ago
Bruce Momjian 19cc38b28d Large object write-into-middle fix from Tatsuo Ishii. 27 years ago
Marc G. Fournier fc590b6f1a From: Michael Meskes <Michael.Meskes@usa.net> 27 years ago
Bruce Momjian a03b817373 Const fixes from D'Arcy. 27 years ago
Bruce Momjian ce3afccf7f More optimizer cleanups. 27 years ago
Bruce Momjian 18fbe4142f More optimizer renaming HInfo -> HashInfo. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 3982368a4e The libpq function PQfnumber does not handle case-insensitive 27 years ago
Bruce Momjian 8d9237d485 Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. 27 years ago
Jan Wieck f3a6b38e32 Sort node for ORDER BY is suppressed if choosen index scan will 27 years ago
Tom Lane 724119a979 Modify int8 to not depend on sscanf(), and fix configure's test 27 years ago
Bruce Momjian 4090d17fee SET_ARGS cleanup 27 years ago
Bruce Momjian f1b7823471 Make GEQO use dependent on table and index count. 27 years ago
Bruce Momjian eb3415538e OK I found it, 27 years ago
Bruce Momjian 2163d9e33e Add missing mb files. 27 years ago
Bruce Momjian a7ad43cd18 Included patches make some enhancements to the multi-byte support. 27 years ago
Bruce Momjian 8358a8f6a0 psql help fix. 27 years ago
Bruce Momjian 1b907ab8f5 Fix for psql help create table. 27 years ago
Bruce Momjian 8e958b8a38 Fix create_rule is->as. 27 years ago
Jan Wieck 7ab88a16a1 Fixed failed assertion happening in multiple action rules 27 years ago