Commit Graph

3063 Commits (37e7c7dfcb4dddfd17dfa89f97d60d73b2c2e622)

Author SHA1 Message Date
Bruce Momjian 37e7c7dfcb Fix assert with missing semicolon 26 years ago
Tom Lane 2692d329eb Tweak smgrblindwrt per advice from Vadim: add parameter indicating 26 years ago
Bruce Momjian a447ae2221 The constant in backend/utils/misc/trace.c, line 32 limits the length of 26 years ago
Hiroshi Inoue 8a5851880e Fix an Assert bug(was my fault) pointed out by Tom Lane. 26 years ago
Tom Lane 1f6d8b90b8 Buffer manager modifications to keep a local buffer-dirtied bit as well 26 years ago
Tom Lane 9c38a8d296 Further tweaking of indexscan cost estimates. 26 years ago
Bruce Momjian 9b7ba2002d Add new pg_options.sample file. 26 years ago
Tom Lane bb7e5dc2c0 Tweak TypeCategory to treat new BIT types as of STRING category, rather 26 years ago
Tom Lane ed845c7374 Fix relcache refcount leakage when inv_drop is applied 26 years ago
Thomas G. Lockhart 0337938fbf Add zpbit and varbit data types from Adrian Joubert 26 years ago
Tom Lane dc070fdea6 Add copyObject logic for TruncateStmt and a few other utility-statement 26 years ago
Bruce Momjian 28fb1c196b Update create_rule manual page. 26 years ago
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc) 26 years ago
Vadim B. Mikheev 71b4790b6d Commebts & one check in EndEvalPlanQual(). 26 years ago
Tom Lane e4d8d43c52 Fix (I hope) resource leakage in EvalPlanQual: open subplans must be 26 years ago
Tom Lane 891039c15f Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr. 26 years ago
Bruce Momjian 65ea4f677f Allow vacuum of temporary tables 26 years ago
Tom Lane eace269b47 Repair assert failure in tuple-chain-moving logic (introduced by yours 26 years ago
Tom Lane 5240c76729 Actually, that still wasn't quite right. If we skip a query because of 26 years ago
Tom Lane 708f82f191 Fix bug noted by Bruce: FETCH in an already-aborted transaction block 26 years ago
Tom Lane 7fbf0af22b When rewriting an aggregate introduced into WHERE, allow agg argument to 26 years ago
Tom Lane 1c72a8a37a Fix extremely nasty little bug observed when a sub-SELECT appears in 26 years ago
Tom Lane 14bc951d30 Fix low-probability bug in relcache startup: write_irels wrote the 26 years ago
Tom Lane ca05ba2a9d Get rid of SetBufferWriteMode(), which was an accident waiting to happen. 26 years ago
Tom Lane 5717dcb8a7 New coding for SET provoked a 'var might be used uninitialized' warning 26 years ago
Thomas G. Lockhart 362575b782 Enable more flexible syntax for the SET command. Now allows single floats, 26 years ago
Tom Lane e55985d3be Tweak indexscan cost estimation: round estimated # of tuples visited up 26 years ago
Thomas G. Lockhart 1b113a23e5 Change rules for interpreting date/time input to disallow 1 and 3 character 26 years ago
Thomas G. Lockhart 2dabd2cd1f Allow full type names in CREATE FUNCTION arguments and return type. 26 years ago
Tom Lane 0a27641c1a nodeAgg has always been willing to accept an aggregate with a finalFunc 26 years ago
Peter Eisentraut 4579e68db2 Updated user's guide to match new psql's output format 26 years ago
Tom Lane 5c462baebc transformCreateStmt should put Ident nodes, not ColumnDef nodes, into 26 years ago
Tom Lane 8cbeb5f131 Save a few cycles in simple cases: no need to call cost_sort() when there 26 years ago
Tom Lane 39cd6e2e91 outfuncs.c was missing a print routine for Material plan nodes, leading 26 years ago
Tom Lane eca02fee2c Rename bytea functions to not have upper-case letters in their names. 26 years ago
Tom Lane 7177bbac29 A little further tweaking of the range-query selectivity logic: 26 years ago
Bruce Momjian 6d79d6027c >> 5. empty define that results in an empty but terminated line ( ; ) 26 years ago
Bruce Momjian 4ddc50dffa Hmm, absolute pathnames for the copy makes sense. I'll whip up that 26 years ago
Tom Lane 5c63975504 Float-to-int conversion functions should return NULL when given NULL 26 years ago
Tom Lane 37ab088770 Remove no-longer-necessary restriction against uplevel correlation vars 26 years ago
Tom Lane dadb14fa60 Hack parse_coerce so it won't try to constant-fold the dummy Const 26 years ago
Tom Lane 9da6d2c0e7 ExecSubPlan needs to be able to cope with RelabelType nodes atop the 26 years ago
Tom Lane 1afaa2557a If we cannot get a real estimate for the selectivity of a range query, 26 years ago
Tom Lane cad764f349 Improve selectivity estimation involving string constants: pay attention 26 years ago
Tom Lane 1d5e7a6f46 Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU 26 years ago
Thomas G. Lockhart dcdcada7e9 Add syntax for BIT() and BIT VARYING(), but no underlying implementation 26 years ago
Tom Lane 3ee8f7e207 Restructure planning code so that preprocessing of targetlist and quals 26 years ago
Tom Lane aafe86d995 Correct typo in error message. 26 years ago
Bruce Momjian 2216584bcf Reverse out BYTEA type coersion. 26 years ago
Vadim B. Mikheev df238b2c06 Turn XLOG off (do not create log file). 26 years ago