Commit Graph

61 Commits (a60c9e33e96a8f3694d94143d65ec6ee1fb3414b)

Author SHA1 Message Date
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Tom Lane b64826a47d Squash longstanding memory leak: when catcache.c copied a tuple into 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 9e0b463473 setheapoverride() is history. Uses replaced with CommandCounterIncrement() 26 years ago
Bruce Momjian 6456b17bc1 Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. 26 years ago
Jan Wieck 397e9b32a3 Some changes to prepare for LONG attributes. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Tom Lane 76ccf73f2b Repair problem exposed by Jan's new parallel-regression-test scaffold: 26 years ago
Jan Wieck 43499af4ab New parallel regression test shell and related things. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Bruce Momjian d16b706e7a Allow indexes on system catalogs for use in cache code. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Tom Lane 74e7b58b61 Fix for failure to clean SysCache entry when a relation is deleted 27 years ago
Tom Lane 185b427284 Fix some latent bugs in dllist.c (carelessness about setting 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 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 6beba218d7 New HeapTuple structure/interface. 27 years ago
Bruce Momjian beac8c1c46 Fix for vacuum and cache use. Fix for BSDI 4.0. 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
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Bruce Momjian 0da6358f37 Cleanup use of 16 that should be NAMEDATALEN. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 27db9ecd0b Fix macros that were not properly surrounded by parens or braces. 28 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 6c7c6d0c05 From: Jan Wieck <jwieck@debis.com> 28 years ago
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
PostgreSQL Daemon baef78d96b Thank god for searchable mail archives. 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian f7f2e18f8e Remove tqual.h includes not needed. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 8cb4154492 Inline frequently called functions. 28 years ago
Bruce Momjian 1ea01720d5 heapattr functions now return a Datum, not char *. 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