Commit Graph

213 Commits (01ec673cbabfbe2dd3c5e4bb70126c12d2dcdfda)

Author SHA1 Message Date
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 318e593f03 Rename Temp to Noname for noname tables. 27 years ago
Jan Wieck be948af2e8 Added LIMIT/OFFSET functionality including new regression test for it. 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
Jan Wieck ead64f317b New alloc set code using a memory block pool for small allocations. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago
Vadim B. Mikheev 072be47202 Initialize es_snapshot. 27 years ago
Vadim B. Mikheev bfa6d510b3 Small fix for READ COMMITTED isolevel. 27 years ago
Vadim B. Mikheev aaef7beb79 Hope that execMain.c good merged. 27 years ago
Vadim B. Mikheev 1d41e88568 Trying to fix bad merging... 27 years ago
Vadim B. Mikheev e3a1ab764e READ COMMITTED isolevel is implemented and is default now. 27 years ago
Tom Lane b946244c1c Quick fix for subplan-related crash. 27 years ago
Jan Wieck 28d8b42ca5 Speedup of PL/pgSQL by calling ExecEvalExpr() directly 27 years ago
Bruce Momjian d611ccb874 fix for aggregates 27 years ago
Tom Lane 422221c90d Another SELECT speedup: extract OIDs of column print functions 27 years ago
Bruce Momjian 36693c0525 More agg cleanup. 27 years ago
Bruce Momjian 1401f63dd1 Agg/Aggreg cleanup and datetime.sql patch. 27 years ago
Vadim B. Mikheev 247b3f9054 SELECT FOR UPDATE is implemented... 27 years ago
Tom Lane d03e98737c Replace typtoout() and gettypelem() with a single routine, 27 years ago
Bruce Momjian 17467bb7fb Rename Aggreg to Aggref. 27 years ago
Bruce Momjian bd8ffc6f3f Hi! 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Vadim B. Mikheev 3498d878cb SET TRANSACTION ISOLATION LEVEL ... 27 years ago
Vadim B. Mikheev c13a64d7fb Serialized mode works! 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Marc G. Fournier df1468e251 Many more cleanups... 27 years ago
Marc G. Fournier 7c3b7d2744 Initial attempt to clean up the code... 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Vadim B. Mikheev 34680930d5 Fix using indices in OR. 27 years ago
Bruce Momjian 8cec4cf91b New QUERY_LIMIT set command. 28 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 28 years ago
Tom Lane d33bbb5b1f Get rid of some long-dead code that thinks NOTIFY is passed to the 28 years ago
Thomas G. Lockhart 4327a3675f Clean up existing debugging print statements. 28 years ago
Bruce Momjian b932b1b1c4 Allow 8-key indexes. 28 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian 15cb32d93e This is the final state of the rule system for 6.4 after the 28 years ago
Bruce Momjian 4a70002149 fix for index problem. 28 years ago
Bruce Momjian 9c4eceb4e3 Fix for vacuum updating problem. 28 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 28 years ago
Bruce Momjian af5fde7491 Make large objects their own relkind type. Fix dups in pg_class_mb 28 years ago
Bruce Momjian 1c9a125096 OR processing cleanup. 28 years ago
Bruce Momjian 439a2af0bc Update mark/reset index code for multiple indexes, (OR code). 28 years ago