Commit Graph

310 Commits (e76cbb6cd64d9c9cdf76a56318ba5249bf694b69)

Author SHA1 Message Date
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 9e7243063c When using a junkfilter, the output tuple should NOT be stored back into 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 0d54d6ac44 Clean up handling of tuple descriptors so that result-tuple descriptors 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane c9fe128316 Clean up per-tuple memory leaks in trigger firing and plpgsql 25 years ago
Tom Lane 6543d81d65 Restructure handling of inheritance queries so that they work with outer 25 years ago
Tom Lane 2f35b4efdb Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 25 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 25 years ago
Tom Lane 481487b964 GetAttributeByName and GetAttributeByNum should be declared to return 25 years ago
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ... 25 years ago
Tom Lane 7893462e44 Move pg_checkretval out of the planner (where it never belonged) into 25 years ago
Tom Lane 8ae23135bc Clean up inefficiency in ExecRelCheck, and cause it to do the right 25 years ago
Tom Lane badce86a2c First stage of reclaiming memory in executor by resetting short-term 26 years ago
Tom Lane 1ee26b7764 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 26 years ago
Tom Lane d03a933ec5 Fix performance problems with pg_index lookups (see, for example, 26 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 6d1efd76fb Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result 26 years ago
Bruce Momjian 97dec77fab Rename several destroy* functions/tags to drop*. 26 years ago
Tom Lane 5b9d655ba7 Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 4c65382596 Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 1b9f24c878 Add missing function prototypes to stifle gcc warnings. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 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
Vadim B. Mikheev 2435c7d501 New HeapTuple structure/interface. 27 years ago
Bruce Momjian 8cec4cf91b New QUERY_LIMIT set command. 27 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Bruce Momjian 4cbfeef912 Inline some small functions called for every row. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 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 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
Bruce Momjian 983ec2cb4b Make parser functions static where possible. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian 725a03eb4b Make GetAttributeByNum visible again for external use. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago