Commit Graph

33 Commits (59fdccccf5a4e77dba970c9e3ce14d19d52bf740)

Author SHA1 Message Date
Bruce Momjian 77e4fd889c Fix indenting for 'extern "C"' cases. 24 years ago
Tom Lane 0053cebea5 Fix coredump in plpgsql when trying to return a rowtype result. 25 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane f59f3c8899 Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, 25 years ago
Jan Wieck d27f363e3f Enhancement of SPI to get access to portals 25 years ago
Tom Lane 414f94f262 Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Jan Wieck 397e9b32a3 Some changes to prepare for LONG attributes. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Marc G. Fournier f34240de06 Changes to fix/improve the dynamic loading on NT 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Jan Wieck 28d8b42ca5 Speedup of PL/pgSQL by calling ExecEvalExpr() directly 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 7229513943 Fix prototypes so they don't look like function definitions. 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 4a5b781d71 Break parser functions into smaller files, group together. 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 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
Vadim B. Mikheev bf1d9aeb97 Cleanups. 29 years ago
Vadim B. Mikheev 9ba606cd24 Prototypes, definitions... 29 years ago
Vadim B. Mikheev 0d0254d1fb SPI manager. 29 years ago