Commit Graph

128 Commits (dafaa3efb75ce1aae2e6dbefaf6f3a889dea0d21)

Author SHA1 Message Date
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 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
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 27 years ago
Vadim B. Mikheev 43c135e351 Have to release meta page before reading root one! 27 years ago
Bruce Momjian 4eadfe8754 Make 0x007f -> (unsigned)0x7f to make pgindent happy. 27 years ago
Vadim B. Mikheev 7d443a85af Get rid of page-level locking in btree-s. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Vadim B. Mikheev 3888b53a58 Fix duplicating ROOT page in concurrent updates. 27 years ago
Vadim B. Mikheev fdf6be80f9 1. Vacuum is updated for MVCC. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 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 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Vadim B. Mikheev 3f5834fb8c Fix duplicates handling. 29 years ago
Vadim B. Mikheev 329fb11262 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given 29 years ago
Marc G. Fournier 500ce42f37 Almost done access... 29 years ago
Marc G. Fournier ca112038ab More include file cleanups 29 years ago
Marc G. Fournier 302b809793 Changes required so that access/* compiles cleanly... 29 years ago
Marc G. Fournier f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 29 years ago
Marc G. Fournier 13cd836d62 #include file cleanup 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago