Commit Graph

68 Commits (d261a5ec861c001f0331e36e01499d8dde7f5c67)

Author SHA1 Message Date
Tom Lane 507a0a2ab0 Rip out QueryTreeList structure, root and branch. Querytree 27 years ago
Tom Lane 71d5d95376 Update hash and join routines to use fd.c's new temp-file 27 years ago
Tom Lane 9f82f9e459 Fix some nasty coredump bugs in hashjoin. This code was just 27 years ago
Tom Lane 1b9f24c878 Add missing function prototypes to stifle gcc warnings. 27 years ago
Bruce Momjian 344dfc0b0f Remove Tee code, move to _deadcode. 27 years ago
Marc G. Fournier f34240de06 Changes to fix/improve the dynamic loading on NT 27 years ago
Thomas G. Lockhart 8f0a76f012 Bring debugging print statement declarations up to date. 27 years ago
Thomas G. Lockhart 889c1530c9 Add constants for outer join states in executor. 27 years ago
Thomas G. Lockhart 25cccc05aa Fix typos in comments. 27 years ago
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 ad4b27ac3f Optimizer cleanup. 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 28d8b42ca5 Speedup of PL/pgSQL by calling ExecEvalExpr() directly 27 years ago
Bruce Momjian bd8ffc6f3f Hi! 27 years ago
Vadim B. Mikheev 2435c7d501 New HeapTuple structure/interface. 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
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Bruce Momjian 4f807be2ad Patch for ReScan of Group. 28 years ago
Bruce Momjian c1f1a2e03a Allow UNION/UNION ALL in subselects. 28 years ago
Bruce Momjian 27db9ecd0b Fix macros that were not properly surrounded by parens or braces. 28 years ago
Bruce Momjian 4cbfeef912 Inline some small functions called for every row. 28 years ago
Vadim B. Mikheev 9986d9a404 ExecReScan for MergeJoin. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Vadim B. Mikheev f0e7e2faa4 ExecReScan for Unique & Sort nodes. 28 years ago
Vadim B. Mikheev 5d7923dd1c Subselects... 28 years ago
Bruce Momjian 2c482cdbf2 Pass attypmod through to executor by adding to Var and Resdom. 28 years ago
Bruce Momjian 7229513943 Fix prototypes so they don't look like function definitions. 28 years ago
Bruce Momjian 691dc282f8 Fix for SELECT INTO TABLE for varchar(). 28 years ago
Bruce Momjian cb3ce64f2e Cleanup of prototypes. FIx for PQtrace start/stop several times. 28 years ago
Thomas G. Lockhart 9faa6cabc5 Add pg_type.h to include list to regain declaration of type OID assignments. 28 years ago
Bruce Momjian 983ec2cb4b Make parser functions static where possible. 29 years ago
Bruce Momjian 43c7114b48 Cleanup up include files. 29 years ago
Bruce Momjian 598e86f3b3 Cleanup up include files. 29 years ago
Bruce Momjian 4a5b781d71 Break parser functions into smaller files, group together. 29 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 29 years ago
Bruce Momjian 725a03eb4b Make GetAttributeByNum visible again for external use. 29 years ago
Vadim B. Mikheev 1777ba4c80 + SPI_palloc(), SPI_repalloc(), SPI_pfree() 29 years ago
Vadim B. Mikheev 4587547f13 Added: SPI_copytuple() & SPI_modifytuple() 29 years ago
Vadim B. Mikheev 7f97e05b09 char* --> Datum 29 years ago
Bruce Momjian 1ea01720d5 heapattr functions now return a Datum, not char *. 29 years ago
Vadim B. Mikheev a74613f478 Cleanups. 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 29 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 29 years ago