Commit Graph

39 Commits (519cd36d062b1bba368fea11f8763eb7f024ca90)

Author SHA1 Message Date
Vadim B. Mikheev 7d443a85af Get rid of page-level locking in btree-s. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Vadim B. Mikheev fdf6be80f9 1. Vacuum is updated for MVCC. 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
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Bruce Momjian 202751921d Alignment cleanup so no more massive switch statements for alignment, 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
Marc G. Fournier 7414d61950 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Vadim B. Mikheev f73fc6eb29 Fix scan adjustment. 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 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
Vadim B. Mikheev c3b51e0d67 Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys() 29 years ago
Vadim B. Mikheev 538f58c04c #ifdef BTREE_BUILD_STATS enables to get executor stats for btree 29 years ago
Vadim B. Mikheev 14f6b387b1 + NULLs handling 29 years ago
Marc G. Fournier d146305065 Patches for Vadim's multikey indexing... 29 years ago
Vadim B. Mikheev 36058981a4 Added: UNIQUE feature to bulkload code. 29 years ago
Bruce Momjian a17b01f320 Update btree patches that were missed. 29 years ago
Marc G. Fournier 5d9f146c64 What looks like some *major* improvements to btree indexing... 29 years ago
Vadim B. Mikheev 675457d6ab index_insert has now HeapRelation as last param (for 29 years ago
Bruce Momjian b847d29785 Remove PERFECT_MEM 29 years ago
Marc G. Fournier 07a65b2255 Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 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 c471d2bdeb Take out the PERFECT_MMGR #ifdefs: 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 a2740a455f There, now we support GiST...now what? :) 29 years ago
Marc G. Fournier 74cdf92868 Fixes: 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 29 years ago